#853962 color RGB value is (8, 83, 150).
#853962 hex color red value is 8, green value is 83, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #853962
hue: 208.31,
saturation: 0.9 and lightness: 0.31.
The process color (four-color CMYK) of #853962 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #853962 is #ff9999. Color #853962 contains mainly RED.
| Color spaces of #853962 | Value |
|---|---|
| RGB | 133, 57, 98 |
| HSL | 0.91, 0.4, 0.37 |
| HSV | 328°, 57°, 52° |
| XYZ | 13.34, 8.8, 12.55 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000101 | 111001 | 1100010 |
| Octal | 205 | 71 | 142 |
| Decimal | 133 | 57 | 98 |
| Hex | 85 | 39 | 62 |
Shades of #853962
Tints of #853962
.mybgColor {background-color: #853962;}
.myforeColor {color: #853962;}
.myborderColor {border:3px solid #853962;}
<p style="color:#853962">Text here</p>
This sample text is styled with the font color #853962. 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:#853962">Div content here</div>
<div style="border:3px solid #853962">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(133, 57, 98, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #853962; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #853962;
-webkit-box-shadow: 1px 1px 3px #853962;
box-shadow: 1px 1px 3px #853962; }
<p style="text-shadow: 4px 4px 2px rgba(133, 57, 98, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #853962;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #853962;
-webkit-box-shadow: 1px 1px 3px #853962;
box-shadow: 1px 1px 3px #853962;">Div content here</div>
