color details

Color Details
#66083b Color Hex

#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
Color spaces of #66083bValue
RGB102, 8, 59
HSL0.91, 0.85, 0.22
HSV327°, 92°, 40°
XYZ6.36, 3.32, 4.44
Base Numbers
Base Red Green Blue
Binary 1100110 1000 111011
Octal 146 10 73
Decimal 102 8 59
Hex 66 8 3B

RGB Percentages for Color #66083b

60.36%
4.73%
34.91%

CMYK Percentages of the Color #66083b

92.16%
42.16%
60%
CSS Codes for Color #66083b
.mybgColor {background-color: #66083b;}
.myforeColor {color: #66083b;}
.myborderColor {border:3px solid #66083b;}
Text Font Color #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,

Background Color #66083b

<div style="background-color:#66083b">Div content here</div>

The background color of this div is #66083b
Border Color #66083b

<div style="border:3px solid #66083b">Div here</div>

The border color of this div is #66083b
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102, 8, 59, 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 #66083b;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #66083b
Scroll to Top