#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 of #8A9A5B | Value |
|---|---|
| RGB | 138, 154, 91 |
| HSL | 0.21, 0.26, 0.48 |
| HSV | 75°, 41°, 60° |
| XYZ | 23.93, 29.27, 14.28 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10001010 | 10011010 | 1011011 |
| Octal | 212 | 232 | 133 |
| Decimal | 138 | 154 | 91 |
| Hex | 8A | 9A | 5B |
Shades of #8A9A5B
Tints of #8A9A5B
.mybgColor {background-color: #8A9A5B;}
.myforeColor {color: #8A9A5B;}
.myborderColor {border:3px solid #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,
<div style="background-color:#8A9A5B">Div content here</div>
<div style="border:3px solid #8A9A5B">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(138, 154, 91, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #8A9A5B;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
