color details

Color Details
#471c3c Color Hex

#471c3c color RGB value is (4, 113, 195).
#471c3c hex color red value is 4, green value is 113, and blue value is 195.
Cylindrical-coordinate representations (HSL) of color #471c3c hue: 205.76, saturation: 0.96 and lightness: 0.39.

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

Color Spaces
Color spaces of #471c3cValue
RGB71, 28, 60
HSL0.88, 0.43, 0.19
HSV315°, 61°, 28°
XYZ3.83, 2.5, 4.55
Base Numbers
Base Red Green Blue
Binary 1000111 11100 111100
Octal 107 34 74
Decimal 71 28 60
Hex 47 1C 3C

RGB Percentages for Color #471c3c

44.65%
17.61%
37.74%

CMYK Percentages of the Color #471c3c

60.56%
15.49%
72.16%
CSS Codes for Color #471c3c
.mybgColor {background-color: #471c3c;}
.myforeColor {color: #471c3c;}
.myborderColor {border:3px solid #471c3c;}
Text Font Color #471c3c

<p style="color:#471c3c">Text here</p>

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

<div style="background-color:#471c3c">Div content here</div>

The background color of this div is #471c3c
Border Color #471c3c

<div style="border:3px solid #471c3c">Div here</div>

The border color of this div is #471c3c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(71, 28, 60, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #471c3c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #471c3c;
-webkit-box-shadow: 1px 1px 3px #471c3c;
box-shadow: 1px 1px 3px #471c3c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71, 28, 60, 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 #471c3c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #471c3c

Scroll to Top