Color spaces of #50453e
RGB | 80 | 69 | 62 |
---|---|---|---|
HSL | 0.06 | 0.13 | 0.28 |
HSV | 23° | 23° | 31° |
CMYK | 0.00 | 0.14 | 0.23 0.69 |
XYZ | 6.3059 | 6.3095 | 5.4429 |
Yxy | 6.3095 | 0.3492 | 0.3494 |
Hunter Lab | 25.1187 | 0.8536 | 4.7357 |
CIE-Lab | 30.1803 | 3.3607 | 5.9461 |
#50453e color RGB value is (80,69,62).
#50453e hex color red value is 80, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50453e hue: 0.06 , saturation: 0.13 and the lightness value of 50453e is 0.28.
The process color (four color CMYK) of #50453e color hex is 0.00, 0.14, 0.23, 0.69. Web safe color of #50453e is #663333. Color #50453e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01000101 | 00111110 |
Octal | 120 | 105 | 76 |
Decimal | 80 | 69 | 62 |
Hex | 50 | 45 | 3E |
Shades of #50453e
Tints of #50453e
RGB Percentages of Color #50453e
CMYK Percentages of Color #50453e
Complementary Color
#50453e | #3e4950 |
#50453e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50453e Color Preview on White Background
Lorem ipsum dolor sit amet.
#50453e Color CSS Codes
.mybgcolor {background-color:#50453e; } .myforecolor {color:#50453e; } .mybordercolor {border:3px solid #50453e; }
#50453e Text Font Color
<p style="color:#50453e">Text here</p>
This sample text font color is #50453e
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.
#50453e Background Color
<div style="background-color:#50453e">
Div content here</div>
This div background color is #50453e
#50453e Border Color
<div style="border:3px solid #50453e">
Div here</div>
This div border color is #50453e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,69,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50453e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50453e; -webkit-box-shadow: 1px 1px 3px 2px #50453e; box-shadow: 1px 1px 3px 2px #50453e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,69,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50453e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50453e; -webkit-box-shadow: 1px 1px 3px 2px #50453e; box-shadow: 1px 1px 3px 2px #50453e;">
Div content here</div>
This div box has shadow with color #50453e
Comments
No comments written yet.
Please login to write comment.