Color spaces of #50373f
RGB | 80 | 55 | 63 |
---|---|---|---|
HSL | 0.95 | 0.19 | 0.26 |
HSV | 341° | 31° | 31° |
CMYK | 0.00 | 0.31 | 0.21 0.69 |
XYZ | 5.5717 | 4.7967 | 5.3348 |
Yxy | 4.7967 | 0.3548 | 0.3055 |
Hunter Lab | 21.9014 | 7.0829 | 0.8889 |
CIE-Lab | 26.1475 | 12.5611 | -0.5158 |
#50373f color RGB value is (80,55,63).
#50373f hex color red value is 80, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50373f hue: 0.95 , saturation: 0.19 and the lightness value of 50373f is 0.26.
The process color (four color CMYK) of #50373f color hex is 0.00, 0.31, 0.21, 0.69. Web safe color of #50373f is #663333. Color #50373f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00110111 | 00111111 |
Octal | 120 | 67 | 77 |
Decimal | 80 | 55 | 63 |
Hex | 50 | 37 | 3F |
Shades of #50373f
Tints of #50373f
RGB Percentages of Color #50373f
CMYK Percentages of Color #50373f
Complementary Color
#50373f | #375048 |
#50373f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50373f Color Preview on White Background
Lorem ipsum dolor sit amet.
#50373f Color CSS Codes
.mybgcolor {background-color:#50373f; } .myforecolor {color:#50373f; } .mybordercolor {border:3px solid #50373f; }
#50373f Text Font Color
<p style="color:#50373f">Text here</p>
This sample text font color is #50373f
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.
#50373f Background Color
<div style="background-color:#50373f">
Div content here</div>
This div background color is #50373f
#50373f Border Color
<div style="border:3px solid #50373f">
Div here</div>
This div border color is #50373f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,55,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50373f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50373f; -webkit-box-shadow: 1px 1px 3px 2px #50373f; box-shadow: 1px 1px 3px 2px #50373f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,55,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50373f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50373f; -webkit-box-shadow: 1px 1px 3px 2px #50373f; box-shadow: 1px 1px 3px 2px #50373f;">
Div content here</div>
This div box has shadow with color #50373f
Comments
No comments written yet.
Please login to write comment.