Color spaces of #49502f
RGB | 73 | 80 | 47 |
---|---|---|---|
HSL | 0.20 | 0.26 | 0.25 |
HSV | 73° | 41° | 31° |
CMYK | 0.09 | 0.00 | 0.41 0.69 |
XYZ | 6.1294 | 7.3590 | 3.7867 |
Yxy | 7.3590 | 0.3548 | 0.4260 |
Hunter Lab | 27.1275 | -7.1414 | 10.7130 |
CIE-Lab | 32.6106 | -9.0213 | 18.5288 |
#49502f color RGB value is (73,80,47).
#49502f hex color red value is 73, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #49502f hue: 0.20 , saturation: 0.26 and the lightness value of 49502f is 0.25.
The process color (four color CMYK) of #49502f color hex is 0.09, 0.00, 0.41, 0.69. Web safe color of #49502f is #336633. Color #49502f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01010000 | 00101111 |
Octal | 111 | 120 | 57 |
Decimal | 73 | 80 | 47 |
Hex | 49 | 50 | 2F |
Shades of #49502f
Tints of #49502f
RGB Percentages of Color #49502f
CMYK Percentages of Color #49502f
Complementary Color
#49502f | #362f50 |
#49502f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49502f Color Preview on White Background
Lorem ipsum dolor sit amet.
#49502f Color CSS Codes
.mybgcolor {background-color:#49502f; } .myforecolor {color:#49502f; } .mybordercolor {border:3px solid #49502f; }
#49502f Text Font Color
<p style="color:#49502f">Text here</p>
This sample text font color is #49502f
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.
#49502f Background Color
<div style="background-color:#49502f">
Div content here</div>
This div background color is #49502f
#49502f Border Color
<div style="border:3px solid #49502f">
Div here</div>
This div border color is #49502f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,80,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49502f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49502f; -webkit-box-shadow: 1px 1px 3px 2px #49502f; box-shadow: 1px 1px 3px 2px #49502f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,80,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49502f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49502f; -webkit-box-shadow: 1px 1px 3px 2px #49502f; box-shadow: 1px 1px 3px 2px #49502f;">
Div content here</div>
This div box has shadow with color #49502f
Comments
No comments written yet.
Please login to write comment.