#47474c color RGB value is (4, 116, 116).
#47474c hex color red value is 4, green value is 116, and blue value is 116.
Cylindrical-coordinate representations (HSL) of color #47474c
hue: 180,
saturation: 0.93 and lightness: 0.24.
The process color (four-color CMYK) of #47474c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #47474c is #ff9999. Color #47474c contains mainly RED.
Color spaces of #47474c | Value |
---|---|
RGB | 71, 71, 76 |
HSL | 0.67, 0.03, 0.29 |
HSV | 240°, 7°, 30° |
XYZ | 6.16, 6.37, 7.74 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1000111 | 1000111 | 1001100 |
Octal | 107 | 107 | 114 |
Decimal | 71 | 71 | 76 |
Hex | 47 | 47 | 4C |
Shades of #47474c
Tints of #47474c
.mybgColor {background-color: #47474c;} .myforeColor {color: #47474c;} .myborderColor {border:3px solid #47474c;}
<p style="color:#47474c">Text here</p>
This sample text is styled with the font color #47474c. 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:#47474c">Div content here</div>
<div style="border:3px solid #47474c">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71, 71, 76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47474c; } .divShadow { -moz-box-shadow: 1px 1px 3px #47474c; -webkit-box-shadow: 1px 1px 3px #47474c; box-shadow: 1px 1px 3px #47474c; }
<p style="text-shadow: 4px 4px 2px rgba(71, 71, 76, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #47474c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #47474c;
-webkit-box-shadow: 1px 1px 3px #47474c;
box-shadow: 1px 1px 3px #47474c;">Div content here</div>