#979280 color RGB value is (9, 121, 40).
#979280 hex color red value is 9, green value is 121, and blue value is 40.
Cylindrical-coordinate representations (HSL) of color #979280
hue: 136.61,
saturation: 0.86 and lightness: 0.25.
The process color (four-color CMYK) of #979280 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #979280 is #ff9999. Color #979280 contains mainly RED.
| Color spaces of #979280 | Value |
|---|---|
| RGB | 151, 146, 128 |
| HSL | 0.13, 0.1, 0.55 |
| HSV | 47°, 15°, 59° |
| XYZ | 26.94, 28.7, 24.54 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010111 | 10010010 | 10000000 |
| Octal | 227 | 222 | 200 |
| Decimal | 151 | 146 | 128 |
| Hex | 97 | 92 | 80 |
Shades of #979280
Tints of #979280
.mybgColor {background-color: #979280;}
.myforeColor {color: #979280;}
.myborderColor {border:3px solid #979280;}
<p style="color:#979280">Text here</p>
This sample text is styled with the font color #979280. 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:#979280">Div content here</div>
<div style="border:3px solid #979280">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(151, 146, 128, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #979280; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #979280;
-webkit-box-shadow: 1px 1px 3px #979280;
box-shadow: 1px 1px 3px #979280; }
<p style="text-shadow: 4px 4px 2px rgba(151, 146, 128, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #979280;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #979280;
-webkit-box-shadow: 1px 1px 3px #979280;
box-shadow: 1px 1px 3px #979280;">Div content here</div>
