color details

Color Details
#8a9a5b Color Hex

#8a9a5b color RGB value is (8, 169, 165).
#8a9a5b hex color red value is 8, green value is 169, and blue value is 165.
Cylindrical-coordinate representations (HSL) of color #8a9a5b hue: 178.51, saturation: 0.91 and lightness: 0.35.

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

Color Spaces
Color spaces of #8a9a5bValue
RGB138, 154, 91
HSL0.21, 0.26, 0.48
HSV75°, 41°, 60°
XYZ23.93, 29.27, 14.28
Base Numbers
Base Red Green Blue
Binary 10001010 10011010 1011011
Octal 212 232 133
Decimal 138 154 91
Hex 8A 9A 5B

RGB Percentages for Color #8a9a5b

36.03%
40.21%
23.76%

CMYK Percentages of the Color #8a9a5b

10.39%
40.91%
39.61%
CSS Codes for Color #8a9a5b
.mybgColor {background-color: #8a9a5b;}
.myforeColor {color: #8a9a5b;}
.myborderColor {border:3px solid #8a9a5b;}
Text Font Color #8a9a5b

<p style="color:#8a9a5b">Text here</p>

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

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

The background color of this div is #8a9a5b
Border Color #8a9a5b

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

The border color of this div is #8a9a5b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(138, 154, 91, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #8a9a5b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #8a9a5b;
-webkit-box-shadow: 1px 1px 3px #8a9a5b;
box-shadow: 1px 1px 3px #8a9a5b;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138, 154, 91, 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 #8a9a5b;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #8a9a5b
Scroll to Top