Color spaces of #49654b
RGB | 73 | 101 | 75 |
---|---|---|---|
HSL | 0.35 | 0.16 | 0.34 |
HSV | 124° | 28° | 40° |
CMYK | 0.28 | 0.00 | 0.26 0.60 |
XYZ | 8.6713 | 11.2318 | 8.3675 |
Yxy | 11.2318 | 0.3067 | 0.3973 |
Hunter Lab | 33.5139 | -12.4646 | 8.6566 |
CIE-Lab | 39.9682 | -16.1543 | 11.4663 |
#49654b color RGB value is (73,101,75).
#49654b hex color red value is 73, green value is 101 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #49654b hue: 0.35 , saturation: 0.16 and the lightness value of 49654b is 0.34.
The process color (four color CMYK) of #49654b color hex is 0.28, 0.00, 0.26, 0.60. Web safe color of #49654b is #336633. Color #49654b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01100101 | 01001011 |
Octal | 111 | 145 | 113 |
Decimal | 73 | 101 | 75 |
Hex | 49 | 65 | 4B |
Shades of #49654b
Tints of #49654b
RGB Percentages of Color #49654b
CMYK Percentages of Color #49654b
Complementary Color
#49654b | #654963 |
#49654b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49654b Color Preview on White Background
Lorem ipsum dolor sit amet.
#49654b Color CSS Codes
.mybgcolor {background-color:#49654b; } .myforecolor {color:#49654b; } .mybordercolor {border:3px solid #49654b; }
#49654b Text Font Color
<p style="color:#49654b">Text here</p>
This sample text font color is #49654b
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.
#49654b Background Color
<div style="background-color:#49654b">
Div content here</div>
This div background color is #49654b
#49654b Border Color
<div style="border:3px solid #49654b">
Div here</div>
This div border color is #49654b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,101,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49654b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49654b; -webkit-box-shadow: 1px 1px 3px 2px #49654b; box-shadow: 1px 1px 3px 2px #49654b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,101,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49654b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49654b; -webkit-box-shadow: 1px 1px 3px 2px #49654b; box-shadow: 1px 1px 3px 2px #49654b;">
Div content here</div>
This div box has shadow with color #49654b
Comments
No comments written yet.
Please login to write comment.