color details

Color Details
#979482 Color Hex

#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
Color spaces of #979482Value
RGB151, 148, 130
HSL0.14, 0.09, 0.55
HSV51°, 14°, 59°
XYZ27.38, 29.37, 25.34
Base Numbers
Base Red Green Blue
Binary 10010111 10010100 10000010
Octal 227 224 202
Decimal 151 148 130
Hex 97 94 82

RGB Percentages for Color #979482

35.2%
34.5%
30.3%

CMYK Percentages of the Color #979482

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

Background Color #979482

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(151, 148, 130, 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 #979482;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top