Color spaces of #47641d
RGB | 71 | 100 | 29 |
---|---|---|---|
HSL | 0.23 | 0.55 | 0.25 |
HSV | 85° | 71° | 39° |
CMYK | 0.29 | 0.00 | 0.71 0.61 |
XYZ | 7.3775 | 10.5426 | 2.8085 |
Yxy | 10.5426 | 0.3559 | 0.5086 |
Hunter Lab | 32.4694 | -16.2637 | 17.6002 |
CIE-Lab | 38.7992 | -22.9183 | 35.3885 |
#47641d color RGB value is (71,100,29).
#47641d hex color red value is 71, green value is 100 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #47641d hue: 0.23 , saturation: 0.55 and the lightness value of 47641d is 0.25.
The process color (four color CMYK) of #47641d color hex is 0.29, 0.00, 0.71, 0.61. Web safe color of #47641d is #336633. Color #47641d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01100100 | 00011101 |
Octal | 107 | 144 | 35 |
Decimal | 71 | 100 | 29 |
Hex | 47 | 64 | 1D |
Shades of #47641d
Tints of #47641d
RGB Percentages of Color #47641d
CMYK Percentages of Color #47641d
Complementary Color
#47641d | #3a1d64 |
#47641d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47641d Color Preview on White Background
Lorem ipsum dolor sit amet.
#47641d Color CSS Codes
.mybgcolor {background-color:#47641d; } .myforecolor {color:#47641d; } .mybordercolor {border:3px solid #47641d; }
#47641d Text Font Color
<p style="color:#47641d">Text here</p>
This sample text font color is #47641d
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.
#47641d Background Color
<div style="background-color:#47641d">
Div content here</div>
This div background color is #47641d
#47641d Border Color
<div style="border:3px solid #47641d">
Div here</div>
This div border color is #47641d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,100,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47641d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47641d; -webkit-box-shadow: 1px 1px 3px 2px #47641d; box-shadow: 1px 1px 3px 2px #47641d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,100,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 #47641d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47641d; -webkit-box-shadow: 1px 1px 3px 2px #47641d; box-shadow: 1px 1px 3px 2px #47641d;">
Div content here</div>
This div box has shadow with color #47641d
Comments
No comments written yet.
Please login to write comment.