color details

Color Details
#66172C Color Hex

#66172C color RGB value is (6, 97, 114).
#66172C hex color red value is 6, green value is 97, and blue value is 114.
Cylindrical-coordinate representations (HSL) of color #66172C hue: 189.44, saturation: 0.9 and lightness: 0.24.

The process color (four-color CMYK) of #66172C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #66172C is #ff9999. Color #66172C contains mainly RED.

Color Spaces
Color spaces of #66172CValue
RGB102, 23, 44
HSL0.96, 0.63, 0.25
HSV344°, 77°, 40°
XYZ6.24, 3.62, 2.75
Base Numbers
Base Red Green Blue
Binary 1100110 10111 101100
Octal 146 27 54
Decimal 102 23 44
Hex 66 17 2C

RGB Percentages for Color #66172C

60.36%
13.61%
26.04%

CMYK Percentages of the Color #66172C

77.45%
56.86%
60%
CSS Codes for Color #66172C
.mybgColor {background-color: #66172C;}
.myforeColor {color: #66172C;}
.myborderColor {border:3px solid #66172C;}
Text Font Color #66172C

<p style="color:#66172C">Text here</p>

This sample text is styled with the font color #66172C. 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 #66172C

<div style="background-color:#66172C">Div content here</div>

The background color of this div is #66172C
Border Color #66172C

<div style="border:3px solid #66172C">Div here</div>

The border color of this div is #66172C
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(102, 23, 44, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #66172C;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #66172C;
-webkit-box-shadow: 1px 1px 3px #66172C;
box-shadow: 1px 1px 3px #66172C;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102, 23, 44, 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 #66172C;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #66172C; -webkit-box-shadow: 1px 1px 3px #66172C; box-shadow: 1px 1px 3px #66172C;">Div content here</div>

This div box has a shadow with a specified color. #66172C

Scroll to Top