color details

Color Details
#98706e Color Hex

#98706e color RGB value is (9, 135, 6).
#98706e hex color red value is 9, green value is 135, and blue value is 6.
Cylindrical-coordinate representations (HSL) of color #98706e hue: 118.6, saturation: 0.91 and lightness: 0.28.

The process color (four-color CMYK) of #98706e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #98706e is #ff9999. Color #98706e contains mainly RED.

Color Spaces
Color spaces of #98706eValue
RGB152, 112, 110
HSL0.01, 0.17, 0.51
HSV3°, 28°, 60°
XYZ21.56, 19.39, 17.36
Base Numbers
Base Red Green Blue
Binary 10011000 1110000 1101110
Octal 230 160 156
Decimal 152 112 110
Hex 98 70 6E

RGB Percentages for Color #98706e

40.64%
29.95%
29.41%

CMYK Percentages of the Color #98706e

26.32%
27.63%
40.39%
CSS Codes for Color #98706e
.mybgColor {background-color: #98706e;}
.myforeColor {color: #98706e;}
.myborderColor {border:3px solid #98706e;}
Text Font Color #98706e

<p style="color:#98706e">Text here</p>

This sample text is styled with the font color #98706e. 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 #98706e

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

The background color of this div is #98706e
Border Color #98706e

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

The border color of this div is #98706e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(152, 112, 110, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #98706e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #98706e;
-webkit-box-shadow: 1px 1px 3px #98706e;
box-shadow: 1px 1px 3px #98706e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152, 112, 110, 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 #98706e;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #98706e; -webkit-box-shadow: 1px 1px 3px #98706e; box-shadow: 1px 1px 3px #98706e;">Div content here</div>

This div box has a shadow with a specified color. #98706e

Scroll to Top