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