Color spaces of #49554a
RGB | 73 | 85 | 74 |
---|---|---|---|
HSL | 0.35 | 0.08 | 0.31 |
HSV | 125° | 14° | 33° |
CMYK | 0.14 | 0.00 | 0.13 0.67 |
XYZ | 7.2322 | 8.4079 | 7.7203 |
Yxy | 8.4079 | 0.3096 | 0.3599 |
Hunter Lab | 28.9964 | -6.2227 | 4.5115 |
CIE-Lab | 34.8183 | -7.1691 | 4.8386 |
#49554a color RGB value is (73,85,74).
#49554a hex color red value is 73, green value is 85 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #49554a hue: 0.35 , saturation: 0.08 and the lightness value of 49554a is 0.31.
The process color (four color CMYK) of #49554a color hex is 0.14, 0.00, 0.13, 0.67. Web safe color of #49554a is #336633. Color #49554a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01010101 | 01001010 |
Octal | 111 | 125 | 112 |
Decimal | 73 | 85 | 74 |
Hex | 49 | 55 | 4A |
Shades of #49554a
Tints of #49554a
RGB Percentages of Color #49554a
CMYK Percentages of Color #49554a
Complementary Color
#49554a | #554954 |
#49554a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49554a Color Preview on White Background
Lorem ipsum dolor sit amet.
#49554a Color CSS Codes
.mybgcolor {background-color:#49554a; } .myforecolor {color:#49554a; } .mybordercolor {border:3px solid #49554a; }
#49554a Text Font Color
<p style="color:#49554a">Text here</p>
This sample text font color is #49554a
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.
#49554a Background Color
<div style="background-color:#49554a">
Div content here</div>
This div background color is #49554a
#49554a Border Color
<div style="border:3px solid #49554a">
Div here</div>
This div border color is #49554a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,85,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49554a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49554a; -webkit-box-shadow: 1px 1px 3px 2px #49554a; box-shadow: 1px 1px 3px 2px #49554a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,85,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49554a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49554a; -webkit-box-shadow: 1px 1px 3px 2px #49554a; box-shadow: 1px 1px 3px 2px #49554a;">
Div content here</div>
This div box has shadow with color #49554a
Comments
No comments written yet.
Please login to write comment.