Color spaces of #47481d
RGB | 71 | 72 | 29 |
---|---|---|---|
HSL | 0.17 | 0.43 | 0.20 |
HSV | 61° | 60° | 28° |
CMYK | 0.01 | 0.00 | 0.60 0.72 |
XYZ | 5.1377 | 6.0630 | 2.0619 |
Yxy | 6.0630 | 0.3874 | 0.4572 |
Hunter Lab | 24.6232 | -5.8459 | 12.2714 |
CIE-Lab | 29.5709 | -7.3746 | 25.2616 |
#47481d color RGB value is (71,72,29).
#47481d hex color red value is 71, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #47481d hue: 0.17 , saturation: 0.43 and the lightness value of 47481d is 0.20.
The process color (four color CMYK) of #47481d color hex is 0.01, 0.00, 0.60, 0.72. Web safe color of #47481d is #333333. Color #47481d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01001000 | 00011101 |
Octal | 107 | 110 | 35 |
Decimal | 71 | 72 | 29 |
Hex | 47 | 48 | 1D |
Shades of #47481d
Tints of #47481d
RGB Percentages of Color #47481d
CMYK Percentages of Color #47481d
Complementary Color
#47481d | #1e1d48 |
#47481d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47481d Color Preview on White Background
Lorem ipsum dolor sit amet.
#47481d Color CSS Codes
.mybgcolor {background-color:#47481d; } .myforecolor {color:#47481d; } .mybordercolor {border:3px solid #47481d; }
#47481d Text Font Color
<p style="color:#47481d">Text here</p>
This sample text font color is #47481d
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.
#47481d Background Color
<div style="background-color:#47481d">
Div content here</div>
This div background color is #47481d
#47481d Border Color
<div style="border:3px solid #47481d">
Div here</div>
This div border color is #47481d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,72,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47481d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47481d; -webkit-box-shadow: 1px 1px 3px 2px #47481d; box-shadow: 1px 1px 3px 2px #47481d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,72,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47481d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47481d; -webkit-box-shadow: 1px 1px 3px 2px #47481d; box-shadow: 1px 1px 3px 2px #47481d;">
Div content here</div>
This div box has shadow with color #47481d
Comments
No comments written yet.
Please login to write comment.