Color spaces of #49293b
RGB | 73 | 41 | 59 |
---|---|---|---|
HSL | 0.91 | 0.28 | 0.22 |
HSV | 326° | 44° | 29° |
CMYK | 0.00 | 0.44 | 0.19 0.71 |
XYZ | 4.3300 | 3.3181 | 4.5499 |
Yxy | 3.3181 | 0.3550 | 0.2720 |
Hunter Lab | 18.2157 | 10.5534 | -2.0585 |
CIE-Lab | 21.2753 | 17.9053 | -5.1351 |
#49293b color RGB value is (73,41,59).
#49293b hex color red value is 73, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #49293b hue: 0.91 , saturation: 0.28 and the lightness value of 49293b is 0.22.
The process color (four color CMYK) of #49293b color hex is 0.00, 0.44, 0.19, 0.71. Web safe color of #49293b is #333333. Color #49293b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00101001 | 00111011 |
Octal | 111 | 51 | 73 |
Decimal | 73 | 41 | 59 |
Hex | 49 | 29 | 3B |
Shades of #49293b
Tints of #49293b
RGB Percentages of Color #49293b
CMYK Percentages of Color #49293b
Complementary Color
#49293b | #294937 |
#49293b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49293b Color Preview on White Background
Lorem ipsum dolor sit amet.
#49293b Color CSS Codes
.mybgcolor {background-color:#49293b; } .myforecolor {color:#49293b; } .mybordercolor {border:3px solid #49293b; }
#49293b Text Font Color
<p style="color:#49293b">Text here</p>
This sample text font color is #49293b
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.
#49293b Background Color
<div style="background-color:#49293b">
Div content here</div>
This div background color is #49293b
#49293b Border Color
<div style="border:3px solid #49293b">
Div here</div>
This div border color is #49293b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,41,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49293b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49293b; -webkit-box-shadow: 1px 1px 3px 2px #49293b; box-shadow: 1px 1px 3px 2px #49293b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,41,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49293b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49293b; -webkit-box-shadow: 1px 1px 3px 2px #49293b; box-shadow: 1px 1px 3px 2px #49293b;">
Div content here</div>
This div box has shadow with color #49293b
Comments
No comments written yet.
Please login to write comment.