Color spaces of #494332
RGB | 73 | 67 | 50 |
---|---|---|---|
HSL | 0.12 | 0.19 | 0.24 |
HSV | 44° | 32° | 29° |
CMYK | 0.00 | 0.08 | 0.32 0.71 |
XYZ | 5.3305 | 5.6611 | 3.8294 |
Yxy | 5.6611 | 0.3597 | 0.3820 |
Hunter Lab | 23.7931 | -1.6475 | 7.1127 |
CIE-Lab | 28.5408 | -0.5990 | 11.2675 |
#494332 color RGB value is (73,67,50).
#494332 hex color red value is 73, green value is 67 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #494332 hue: 0.12 , saturation: 0.19 and the lightness value of 494332 is 0.24.
The process color (four color CMYK) of #494332 color hex is 0.00, 0.08, 0.32, 0.71. Web safe color of #494332 is #333333. Color #494332 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01000011 | 00110010 |
Octal | 111 | 103 | 62 |
Decimal | 73 | 67 | 50 |
Hex | 49 | 43 | 32 |
Shades of #494332
Tints of #494332
RGB Percentages of Color #494332
CMYK Percentages of Color #494332
Complementary Color
#494332 | #323849 |
#494332 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#494332 Color Preview on White Background
Lorem ipsum dolor sit amet.
#494332 Color CSS Codes
.mybgcolor {background-color:#494332; } .myforecolor {color:#494332; } .mybordercolor {border:3px solid #494332; }
#494332 Text Font Color
<p style="color:#494332">Text here</p>
This sample text font color is #494332
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.
#494332 Background Color
<div style="background-color:#494332">
Div content here</div>
This div background color is #494332
#494332 Border Color
<div style="border:3px solid #494332">
Div here</div>
This div border color is #494332
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,67,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #494332; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494332; -webkit-box-shadow: 1px 1px 3px 2px #494332; box-shadow: 1px 1px 3px 2px #494332; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,67,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #494332">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #494332; -webkit-box-shadow: 1px 1px 3px 2px #494332; box-shadow: 1px 1px 3px 2px #494332;">
Div content here</div>
This div box has shadow with color #494332
Comments
No comments written yet.
Please login to write comment.