Color spaces of #47392d
RGB | 71 | 57 | 45 |
---|---|---|---|
HSL | 0.08 | 0.22 | 0.23 |
HSV | 28° | 37° | 28° |
CMYK | 0.00 | 0.20 | 0.37 0.72 |
XYZ | 4.5353 | 4.4553 | 3.1035 |
Yxy | 4.4553 | 0.3750 | 0.3684 |
Hunter Lab | 21.1076 | 1.4153 | 6.0578 |
CIE-Lab | 25.1229 | 4.0996 | 9.8082 |
#47392d color RGB value is (71,57,45).
#47392d hex color red value is 71, green value is 57 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #47392d hue: 0.08 , saturation: 0.22 and the lightness value of 47392d is 0.23.
The process color (four color CMYK) of #47392d color hex is 0.00, 0.20, 0.37, 0.72. Web safe color of #47392d is #333333. Color #47392d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00111001 | 00101101 |
Octal | 107 | 71 | 55 |
Decimal | 71 | 57 | 45 |
Hex | 47 | 39 | 2D |
Shades of #47392d
Tints of #47392d
RGB Percentages of Color #47392d
CMYK Percentages of Color #47392d
Complementary Color
#47392d | #2d3b47 |
#47392d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47392d Color Preview on White Background
Lorem ipsum dolor sit amet.
#47392d Color CSS Codes
.mybgcolor {background-color:#47392d; } .myforecolor {color:#47392d; } .mybordercolor {border:3px solid #47392d; }
#47392d Text Font Color
<p style="color:#47392d">Text here</p>
This sample text font color is #47392d
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.
#47392d Background Color
<div style="background-color:#47392d">
Div content here</div>
This div background color is #47392d
#47392d Border Color
<div style="border:3px solid #47392d">
Div here</div>
This div border color is #47392d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,57,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47392d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47392d; -webkit-box-shadow: 1px 1px 3px 2px #47392d; box-shadow: 1px 1px 3px 2px #47392d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,57,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47392d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47392d; -webkit-box-shadow: 1px 1px 3px 2px #47392d; box-shadow: 1px 1px 3px 2px #47392d;">
Div content here</div>
This div box has shadow with color #47392d
Comments
No comments written yet.
Please login to write comment.