Color spaces of #49321e
RGB | 73 | 50 | 30 |
---|---|---|---|
HSL | 0.08 | 0.42 | 0.20 |
HSV | 28° | 59° | 29° |
CMYK | 0.00 | 0.32 | 0.59 0.71 |
XYZ | 4.1226 | 3.7914 | 1.7428 |
Yxy | 3.7914 | 0.4269 | 0.3926 |
Hunter Lab | 19.4715 | 3.7177 | 8.3233 |
CIE-Lab | 22.9695 | 7.7049 | 16.7854 |
#49321e color RGB value is (73,50,30).
#49321e hex color red value is 73, green value is 50 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49321e hue: 0.08 , saturation: 0.42 and the lightness value of 49321e is 0.20.
The process color (four color CMYK) of #49321e color hex is 0.00, 0.32, 0.59, 0.71. Web safe color of #49321e is #333333. Color #49321e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00110010 | 00011110 |
Octal | 111 | 62 | 36 |
Decimal | 73 | 50 | 30 |
Hex | 49 | 32 | 1E |
Shades of #49321e
Tints of #49321e
RGB Percentages of Color #49321e
CMYK Percentages of Color #49321e
Complementary Color
#49321e | #1e3549 |
#49321e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49321e Color Preview on White Background
Lorem ipsum dolor sit amet.
#49321e Color CSS Codes
.mybgcolor {background-color:#49321e; } .myforecolor {color:#49321e; } .mybordercolor {border:3px solid #49321e; }
#49321e Text Font Color
<p style="color:#49321e">Text here</p>
This sample text font color is #49321e
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.
#49321e Background Color
<div style="background-color:#49321e">
Div content here</div>
This div background color is #49321e
#49321e Border Color
<div style="border:3px solid #49321e">
Div here</div>
This div border color is #49321e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,50,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49321e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49321e; -webkit-box-shadow: 1px 1px 3px 2px #49321e; box-shadow: 1px 1px 3px 2px #49321e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,50,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49321e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49321e; -webkit-box-shadow: 1px 1px 3px 2px #49321e; box-shadow: 1px 1px 3px 2px #49321e;">
Div content here</div>
This div box has shadow with color #49321e
Comments
No comments written yet.
Please login to write comment.