color details

Color Details
#979280 Color Hex

#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
Color spaces of #979280Value
RGB151, 146, 128
HSL0.13, 0.1, 0.55
HSV47°, 15°, 59°
XYZ26.94, 28.7, 24.54
Base Numbers
Base Red Green Blue
Binary 10010111 10010010 10000000
Octal 227 222 200
Decimal 151 146 128
Hex 97 92 80

RGB Percentages for Color #979280

35.53%
34.35%
30.12%

CMYK Percentages of the Color #979280

3.31%
15.23%
40.78%
CSS Codes for Color #979280
.mybgColor {background-color: #979280;}
.myforeColor {color: #979280;}
.myborderColor {border:3px solid #979280;}
Text Font Color #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,

Background Color #979280

<div style="background-color:#979280">Div content here</div>

The background color of this div is #979280
Border Color #979280

<div style="border:3px solid #979280">Div here</div>

The border color of this div is #979280
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151, 146, 128, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #979280;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #979280

Scroll to Top