#66083b color RGB value is (6, 96, 131).
#66083b hex color red value is 6, green value is 96, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #66083b
hue: 196.8,
saturation: 0.91 and lightness: 0.27.
The process color (four-color CMYK) of #66083b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #66083b is #ff9999. Color #66083b contains mainly RED.
Color spaces of #66083b | Value |
---|---|
RGB | 102, 8, 59 |
HSL | 0.91, 0.85, 0.22 |
HSV | 327°, 92°, 40° |
XYZ | 6.36, 3.32, 4.44 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1100110 | 1000 | 111011 |
Octal | 146 | 10 | 73 |
Decimal | 102 | 8 | 59 |
Hex | 66 | 8 | 3B |
Shades of #66083b
Tints of #66083b
.mybgColor {background-color: #66083b;} .myforeColor {color: #66083b;} .myborderColor {border:3px solid #66083b;}
<p style="color:#66083b">Text here</p>
This sample text is styled with the font color #66083b. 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:#66083b">Div content here</div>
<div style="border:3px solid #66083b">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102, 8, 59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66083b; } .divShadow { -moz-box-shadow: 1px 1px 3px #66083b; -webkit-box-shadow: 1px 1px 3px #66083b; box-shadow: 1px 1px 3px #66083b; }
<p style="text-shadow: 4px 4px 2px rgba(102, 8, 59, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #66083b;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #66083b;
-webkit-box-shadow: 1px 1px 3px #66083b;
box-shadow: 1px 1px 3px #66083b;">Div content here</div>