Color spaces of #49203a
RGB | 73 | 32 | 58 |
---|---|---|---|
HSL | 0.89 | 0.39 | 0.21 |
HSV | 322° | 56° | 29° |
CMYK | 0.00 | 0.56 | 0.21 0.71 |
XYZ | 4.0279 | 2.7550 | 4.3225 |
Yxy | 2.7550 | 0.3627 | 0.2481 |
Hunter Lab | 16.5982 | 14.2699 | -3.8216 |
CIE-Lab | 19.0347 | 23.3095 | -7.8221 |
#49203a color RGB value is (73,32,58).
#49203a hex color red value is 73, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #49203a hue: 0.89 , saturation: 0.39 and the lightness value of 49203a is 0.21.
The process color (four color CMYK) of #49203a color hex is 0.00, 0.56, 0.21, 0.71. Web safe color of #49203a is #333333. Color #49203a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00100000 | 00111010 |
Octal | 111 | 40 | 72 |
Decimal | 73 | 32 | 58 |
Hex | 49 | 20 | 3A |
Shades of #49203a
Tints of #49203a
RGB Percentages of Color #49203a
CMYK Percentages of Color #49203a
Complementary Color
#49203a | #20492f |
#49203a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49203a Color Preview on White Background
Lorem ipsum dolor sit amet.
#49203a Color CSS Codes
.mybgcolor {background-color:#49203a; } .myforecolor {color:#49203a; } .mybordercolor {border:3px solid #49203a; }
#49203a Text Font Color
<p style="color:#49203a">Text here</p>
This sample text font color is #49203a
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.
#49203a Background Color
<div style="background-color:#49203a">
Div content here</div>
This div background color is #49203a
#49203a Border Color
<div style="border:3px solid #49203a">
Div here</div>
This div border color is #49203a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,32,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49203a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49203a; -webkit-box-shadow: 1px 1px 3px 2px #49203a; box-shadow: 1px 1px 3px 2px #49203a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,32,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49203a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49203a; -webkit-box-shadow: 1px 1px 3px 2px #49203a; box-shadow: 1px 1px 3px 2px #49203a;">
Div content here</div>
This div box has shadow with color #49203a
Comments
No comments written yet.
Please login to write comment.