Color spaces of #47440e
RGB | 71 | 68 | 14 |
---|---|---|---|
HSL | 0.16 | 0.67 | 0.17 |
HSV | 57° | 80° | 28° |
CMYK | 0.00 | 0.04 | 0.80 0.72 |
XYZ | 4.7449 | 5.5055 | 1.2281 |
Yxy | 5.5055 | 0.4134 | 0.4796 |
Hunter Lab | 23.4638 | -4.9650 | 13.3214 |
CIE-Lab | 28.1289 | -6.1057 | 31.2318 |
#47440e color RGB value is (71,68,14).
#47440e hex color red value is 71, green value is 68 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47440e hue: 0.16 , saturation: 0.67 and the lightness value of 47440e is 0.17.
The process color (four color CMYK) of #47440e color hex is 0.00, 0.04, 0.80, 0.72. Web safe color of #47440e is #333300. Color #47440e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01000100 | 00001110 |
Octal | 107 | 104 | 16 |
Decimal | 71 | 68 | 14 |
Hex | 47 | 44 | E |
Shades of #47440e
Tints of #47440e
RGB Percentages of Color #47440e
CMYK Percentages of Color #47440e
Complementary Color
#47440e | #0e1147 |
#47440e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47440e Color Preview on White Background
Lorem ipsum dolor sit amet.
#47440e Color CSS Codes
.mybgcolor {background-color:#47440e; } .myforecolor {color:#47440e; } .mybordercolor {border:3px solid #47440e; }
#47440e Text Font Color
<p style="color:#47440e">Text here</p>
This sample text font color is #47440e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#47440e Background Color
<div style="background-color:#47440e">
Div content here</div>
This div background color is #47440e
#47440e Border Color
<div style="border:3px solid #47440e">
Div here</div>
This div border color is #47440e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,68,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47440e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47440e; -webkit-box-shadow: 1px 1px 3px 2px #47440e; box-shadow: 1px 1px 3px 2px #47440e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,68,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47440e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47440e; -webkit-box-shadow: 1px 1px 3px 2px #47440e; box-shadow: 1px 1px 3px 2px #47440e;">
Div content here</div>
This div box has shadow with color #47440e
Comments
No comments written yet.
Please login to write comment.