Color spaces of #47952e
RGB | 71 | 149 | 46 |
---|---|---|---|
HSL | 0.29 | 0.53 | 0.38 |
HSV | 105° | 69° | 58° |
CMYK | 0.52 | 0.00 | 0.69 0.42 |
XYZ | 13.8391 | 23.0317 | 6.3009 |
Yxy | 23.0317 | 0.3206 | 0.5335 |
Hunter Lab | 47.9914 | -32.5114 | 25.8096 |
CIE-Lab | 55.1050 | -43.4441 | 45.2358 |
#47952e color RGB value is (71,149,46).
#47952e hex color red value is 71, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47952e hue: 0.29 , saturation: 0.53 and the lightness value of 47952e is 0.38.
The process color (four color CMYK) of #47952e color hex is 0.52, 0.00, 0.69, 0.42. Web safe color of #47952e is #339933. Color #47952e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10010101 | 00101110 |
Octal | 107 | 225 | 56 |
Decimal | 71 | 149 | 46 |
Hex | 47 | 95 | 2E |
Shades of #47952e
Tints of #47952e
RGB Percentages of Color #47952e
CMYK Percentages of Color #47952e
Complementary Color
#47952e | #7c2e95 |
#47952e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47952e Color Preview on White Background
Lorem ipsum dolor sit amet.
#47952e Color CSS Codes
.mybgcolor {background-color:#47952e; } .myforecolor {color:#47952e; } .mybordercolor {border:3px solid #47952e; }
#47952e Text Font Color
<p style="color:#47952e">Text here</p>
This sample text font color is #47952e
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.
#47952e Background Color
<div style="background-color:#47952e">
Div content here</div>
This div background color is #47952e
#47952e Border Color
<div style="border:3px solid #47952e">
Div here</div>
This div border color is #47952e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,149,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47952e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47952e; -webkit-box-shadow: 1px 1px 3px 2px #47952e; box-shadow: 1px 1px 3px 2px #47952e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,149,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47952e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47952e; -webkit-box-shadow: 1px 1px 3px 2px #47952e; box-shadow: 1px 1px 3px 2px #47952e;">
Div content here</div>
This div box has shadow with color #47952e
Comments
No comments written yet.
Please login to write comment.