#85a597 color RGB value is (8, 90, 89).
#85a597 hex color red value is 8, green value is 90, and blue value is 89.
Cylindrical-coordinate representations (HSL) of color #85a597
hue: 179.27,
saturation: 0.84 and lightness: 0.19.
The process color (four-color CMYK) of #85a597 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #85a597 is #ff9999. Color #85a597 contains mainly RED.
| Color spaces of #85a597 | Value |
|---|---|
| RGB | 133, 165, 151 |
| HSL | 0.43, 0.15, 0.58 |
| HSV | 154°, 19°, 65° |
| XYZ | 28.71, 34.13, 34.35 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000101 | 10100101 | 10010111 |
| Octal | 205 | 245 | 227 |
| Decimal | 133 | 165 | 151 |
| Hex | 85 | A5 | 97 |
Shades of #85a597
Tints of #85a597
.mybgColor {background-color: #85a597;}
.myforeColor {color: #85a597;}
.myborderColor {border:3px solid #85a597;}
<p style="color:#85a597">Text here</p>
This sample text is styled with the font color #85a597. 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:#85a597">Div content here</div>
<div style="border:3px solid #85a597">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(133, 165, 151, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #85a597; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #85a597;
-webkit-box-shadow: 1px 1px 3px #85a597;
box-shadow: 1px 1px 3px #85a597; }
<p style="text-shadow: 4px 4px 2px rgba(133, 165, 151, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #85a597;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #85a597;
-webkit-box-shadow: 1px 1px 3px #85a597;
box-shadow: 1px 1px 3px #85a597;">Div content here</div>
