#979482 color RGB value is (9, 121, 72).
#979482 hex color red value is 9, green value is 121, and blue value is 72.
Cylindrical-coordinate representations (HSL) of color #979482
hue: 153.75,
saturation: 0.86 and lightness: 0.25.
The process color (four-color CMYK) of #979482 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #979482 is #ff9999. Color #979482 contains mainly RED.
| Color spaces of #979482 | Value |
|---|---|
| RGB | 151, 148, 130 |
| HSL | 0.14, 0.09, 0.55 |
| HSV | 51°, 14°, 59° |
| XYZ | 27.38, 29.37, 25.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010111 | 10010100 | 10000010 |
| Octal | 227 | 224 | 202 |
| Decimal | 151 | 148 | 130 |
| Hex | 97 | 94 | 82 |
Shades of #979482
Tints of #979482
.mybgColor {background-color: #979482;}
.myforeColor {color: #979482;}
.myborderColor {border:3px solid #979482;}
<p style="color:#979482">Text here</p>
This sample text is styled with the font color #979482. 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:#979482">Div content here</div>
<div style="border:3px solid #979482">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(151, 148, 130, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #979482; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #979482;
-webkit-box-shadow: 1px 1px 3px #979482;
box-shadow: 1px 1px 3px #979482; }
<p style="text-shadow: 4px 4px 2px rgba(151, 148, 130, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #979482;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #979482;
-webkit-box-shadow: 1px 1px 3px #979482;
box-shadow: 1px 1px 3px #979482;">Div content here</div>
