Color spaces of #50292d
RGB | 80 | 41 | 45 |
---|---|---|---|
HSL | 0.98 | 0.32 | 0.24 |
HSV | 354° | 49° | 31° |
CMYK | 0.00 | 0.49 | 0.44 0.69 |
XYZ | 4.5749 | 3.4808 | 2.9134 |
Yxy | 3.4808 | 0.4171 | 0.3173 |
Hunter Lab | 18.6569 | 11.1208 | 3.8013 |
CIE-Lab | 21.8749 | 18.6261 | 5.4819 |
#50292d color RGB value is (80,41,45).
#50292d hex color red value is 80, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #50292d hue: 0.98 , saturation: 0.32 and the lightness value of 50292d is 0.24.
The process color (four color CMYK) of #50292d color hex is 0.00, 0.49, 0.44, 0.69. Web safe color of #50292d is #663333. Color #50292d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00101001 | 00101101 |
Octal | 120 | 51 | 55 |
Decimal | 80 | 41 | 45 |
Hex | 50 | 29 | 2D |
Shades of #50292d
Tints of #50292d
RGB Percentages of Color #50292d
CMYK Percentages of Color #50292d
Complementary Color
#50292d | #29504c |
#50292d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50292d Color Preview on White Background
Lorem ipsum dolor sit amet.
#50292d Color CSS Codes
.mybgcolor {background-color:#50292d; } .myforecolor {color:#50292d; } .mybordercolor {border:3px solid #50292d; }
#50292d Text Font Color
<p style="color:#50292d">Text here</p>
This sample text font color is #50292d
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.
#50292d Background Color
<div style="background-color:#50292d">
Div content here</div>
This div background color is #50292d
#50292d Border Color
<div style="border:3px solid #50292d">
Div here</div>
This div border color is #50292d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,41,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50292d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50292d; -webkit-box-shadow: 1px 1px 3px 2px #50292d; box-shadow: 1px 1px 3px 2px #50292d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,41,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50292d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50292d; -webkit-box-shadow: 1px 1px 3px 2px #50292d; box-shadow: 1px 1px 3px 2px #50292d;">
Div content here</div>
This div box has shadow with color #50292d
Comments
No comments written yet.
Please login to write comment.