Color spaces of #55341e
RGB | 85 | 52 | 30 |
---|---|---|---|
HSL | 0.07 | 0.48 | 0.23 |
HSV | 24° | 65° | 33° |
CMYK | 0.00 | 0.39 | 0.65 0.67 |
XYZ | 5.2086 | 4.4810 | 1.8187 |
Yxy | 4.4810 | 0.4526 | 0.3894 |
Hunter Lab | 21.1684 | 6.8763 | 9.7239 |
CIE-Lab | 25.2018 | 12.3231 | 19.9130 |
#55341e color RGB value is (85,52,30).
#55341e hex color red value is 85, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #55341e hue: 0.07 , saturation: 0.48 and the lightness value of 55341e is 0.23.
The process color (four color CMYK) of #55341e color hex is 0.00, 0.39, 0.65, 0.67. Web safe color of #55341e is #663333. Color #55341e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00110100 | 00011110 |
Octal | 125 | 64 | 36 |
Decimal | 85 | 52 | 30 |
Hex | 55 | 34 | 1E |
Shades of #55341e
Tints of #55341e
RGB Percentages of Color #55341e
CMYK Percentages of Color #55341e
Complementary Color
#55341e | #1e3f55 |
#55341e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55341e Color Preview on White Background
Lorem ipsum dolor sit amet.
#55341e Color CSS Codes
.mybgcolor {background-color:#55341e; } .myforecolor {color:#55341e; } .mybordercolor {border:3px solid #55341e; }
#55341e Text Font Color
<p style="color:#55341e">Text here</p>
This sample text font color is #55341e
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.
#55341e Background Color
<div style="background-color:#55341e">
Div content here</div>
This div background color is #55341e
#55341e Border Color
<div style="border:3px solid #55341e">
Div here</div>
This div border color is #55341e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,52,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55341e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55341e; -webkit-box-shadow: 1px 1px 3px 2px #55341e; box-shadow: 1px 1px 3px 2px #55341e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,52,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55341e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55341e; -webkit-box-shadow: 1px 1px 3px 2px #55341e; box-shadow: 1px 1px 3px 2px #55341e;">
Div content here</div>
This div box has shadow with color #55341e
Comments
No comments written yet.
Please login to write comment.