Color spaces of #472925
RGB | 71 | 41 | 37 |
---|---|---|---|
HSL | 0.02 | 0.31 | 0.21 |
HSV | 7° | 48° | 28° |
CMYK | 0.00 | 0.42 | 0.48 0.72 |
XYZ | 3.7254 | 3.0590 | 2.1444 |
Yxy | 3.0590 | 0.4172 | 0.3426 |
Hunter Lab | 17.4900 | 7.4133 | 4.9736 |
CIE-Lab | 20.2787 | 13.4697 | 8.5389 |
#472925 color RGB value is (71,41,37).
#472925 hex color red value is 71, green value is 41 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #472925 hue: 0.02 , saturation: 0.31 and the lightness value of 472925 is 0.21.
The process color (four color CMYK) of #472925 color hex is 0.00, 0.42, 0.48, 0.72. Web safe color of #472925 is #333333. Color #472925 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00101001 | 00100101 |
Octal | 107 | 51 | 45 |
Decimal | 71 | 41 | 37 |
Hex | 47 | 29 | 25 |
Shades of #472925
Tints of #472925
RGB Percentages of Color #472925
CMYK Percentages of Color #472925
Complementary Color
#472925 | #254347 |
#472925 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#472925 Color Preview on White Background
Lorem ipsum dolor sit amet.
#472925 Color CSS Codes
.mybgcolor {background-color:#472925; } .myforecolor {color:#472925; } .mybordercolor {border:3px solid #472925; }
#472925 Text Font Color
<p style="color:#472925">Text here</p>
This sample text font color is #472925
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.
#472925 Background Color
<div style="background-color:#472925">
Div content here</div>
This div background color is #472925
#472925 Border Color
<div style="border:3px solid #472925">
Div here</div>
This div border color is #472925
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,41,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #472925; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472925; -webkit-box-shadow: 1px 1px 3px 2px #472925; box-shadow: 1px 1px 3px 2px #472925; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,41,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #472925">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #472925; -webkit-box-shadow: 1px 1px 3px 2px #472925; box-shadow: 1px 1px 3px 2px #472925;">
Div content here</div>
This div box has shadow with color #472925
Comments
No comments written yet.
Please login to write comment.