Color spaces of #5e353b
RGB | 94 | 53 | 59 |
---|---|---|---|
HSL | 0.98 | 0.28 | 0.29 |
HSV | 351° | 44° | 37° |
CMYK | 0.00 | 0.44 | 0.37 0.63 |
XYZ | 6.6786 | 5.2417 | 4.7974 |
Yxy | 5.2417 | 0.3995 | 0.3135 |
Hunter Lab | 22.8948 | 12.0042 | 3.6026 |
CIE-Lab | 27.4126 | 19.2021 | 4.2101 |
#5e353b color RGB value is (94,53,59).
#5e353b hex color red value is 94, green value is 53 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5e353b hue: 0.98 , saturation: 0.28 and the lightness value of 5e353b is 0.29.
The process color (four color CMYK) of #5e353b color hex is 0.00, 0.44, 0.37, 0.63. Web safe color of #5e353b is #663333. Color #5e353b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 00110101 | 00111011 |
Octal | 136 | 65 | 73 |
Decimal | 94 | 53 | 59 |
Hex | 5E | 35 | 3B |
Shades of #5e353b
Tints of #5e353b
RGB Percentages of Color #5e353b
CMYK Percentages of Color #5e353b
Complementary Color
#5e353b | #355e58 |
#5e353b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5e353b Color Preview on White Background
Lorem ipsum dolor sit amet.
#5e353b Color CSS Codes
.mybgcolor {background-color:#5e353b; } .myforecolor {color:#5e353b; } .mybordercolor {border:3px solid #5e353b; }
#5e353b Text Font Color
<p style="color:#5e353b">Text here</p>
This sample text font color is #5e353b
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.
#5e353b Background Color
<div style="background-color:#5e353b">
Div content here</div>
This div background color is #5e353b
#5e353b Border Color
<div style="border:3px solid #5e353b">
Div here</div>
This div border color is #5e353b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,53,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5e353b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5e353b; -webkit-box-shadow: 1px 1px 3px 2px #5e353b; box-shadow: 1px 1px 3px 2px #5e353b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,53,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 #5e353b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5e353b; -webkit-box-shadow: 1px 1px 3px 2px #5e353b; box-shadow: 1px 1px 3px 2px #5e353b;">
Div content here</div>
This div box has shadow with color #5e353b
Comments
No comments written yet.
Please login to write comment.