Color spaces of #50362f
RGB | 80 | 54 | 47 |
---|---|---|---|
HSL | 0.04 | 0.26 | 0.25 |
HSV | 13° | 41° | 31° |
CMYK | 0.00 | 0.33 | 0.41 0.69 |
XYZ | 5.1405 | 4.5490 | 3.2964 |
Yxy | 4.5490 | 0.3959 | 0.3503 |
Hunter Lab | 21.3284 | 5.6968 | 5.7663 |
CIE-Lab | 25.4092 | 10.5980 | 9.0614 |
#50362f color RGB value is (80,54,47).
#50362f hex color red value is 80, green value is 54 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50362f hue: 0.04 , saturation: 0.26 and the lightness value of 50362f is 0.25.
The process color (four color CMYK) of #50362f color hex is 0.00, 0.33, 0.41, 0.69. Web safe color of #50362f is #663333. Color #50362f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00110110 | 00101111 |
Octal | 120 | 66 | 57 |
Decimal | 80 | 54 | 47 |
Hex | 50 | 36 | 2F |
Shades of #50362f
Tints of #50362f
RGB Percentages of Color #50362f
CMYK Percentages of Color #50362f
Complementary Color
#50362f | #2f4950 |
#50362f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50362f Color Preview on White Background
Lorem ipsum dolor sit amet.
#50362f Color CSS Codes
.mybgcolor {background-color:#50362f; } .myforecolor {color:#50362f; } .mybordercolor {border:3px solid #50362f; }
#50362f Text Font Color
<p style="color:#50362f">Text here</p>
This sample text font color is #50362f
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.
#50362f Background Color
<div style="background-color:#50362f">
Div content here</div>
This div background color is #50362f
#50362f Border Color
<div style="border:3px solid #50362f">
Div here</div>
This div border color is #50362f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,54,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50362f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50362f; -webkit-box-shadow: 1px 1px 3px 2px #50362f; box-shadow: 1px 1px 3px 2px #50362f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,54,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50362f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50362f; -webkit-box-shadow: 1px 1px 3px 2px #50362f; box-shadow: 1px 1px 3px 2px #50362f;">
Div content here</div>
This div box has shadow with color #50362f
Comments
No comments written yet.
Please login to write comment.