#94918f color RGB value is (9, 73, 24).
#94918f hex color red value is 9, green value is 73, and blue value is 24.
Cylindrical-coordinate representations (HSL) of color #94918f
hue: 134.06,
saturation: 0.78 and lightness: 0.16.
The process color (four-color CMYK) of #94918f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #94918f is #ff9999. Color #94918f contains mainly RED.
| Color spaces of #94918f | Value |
|---|---|
| RGB | 148, 145, 143 |
| HSL | 0.07, 0.02, 0.57 |
| HSV | 24°, 3°, 58° |
| XYZ | 27.3, 28.53, 30.05 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010100 | 10010001 | 10001111 |
| Octal | 224 | 221 | 217 |
| Decimal | 148 | 145 | 143 |
| Hex | 94 | 91 | 8F |
Shades of #94918f
Tints of #94918f
.mybgColor {background-color: #94918f;}
.myforeColor {color: #94918f;}
.myborderColor {border:3px solid #94918f;}
<p style="color:#94918f">Text here</p>
This sample text is styled with the font color #94918f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#94918f">Div content here</div>
<div style="border:3px solid #94918f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(148, 145, 143, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #94918f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #94918f;
-webkit-box-shadow: 1px 1px 3px #94918f;
box-shadow: 1px 1px 3px #94918f; }
<p style="text-shadow: 4px 4px 2px rgba(148, 145, 143, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #94918f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #94918f;
-webkit-box-shadow: 1px 1px 3px #94918f;
box-shadow: 1px 1px 3px #94918f;">Div content here</div>
