#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 of #471c3c | Value |
|---|---|
| RGB | 71, 28, 60 |
| HSL | 0.88, 0.43, 0.19 |
| HSV | 315°, 61°, 28° |
| XYZ | 3.83, 2.5, 4.55 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000111 | 11100 | 111100 |
| Octal | 107 | 34 | 74 |
| Decimal | 71 | 28 | 60 |
| Hex | 47 | 1C | 3C |
Shades of #471c3c
Tints of #471c3c
.mybgColor {background-color: #471c3c;}
.myforeColor {color: #471c3c;}
.myborderColor {border:3px solid #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,
<div style="background-color:#471c3c">Div content here</div>
<div style="border:3px solid #471c3c">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(71, 28, 60, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #471c3c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
