Color spaces of #55302f
RGB | 85 | 48 | 47 |
---|---|---|---|
HSL | 0.00 | 0.29 | 0.26 |
HSV | 2° | 45° | 33° |
CMYK | 0.00 | 0.44 | 0.45 0.67 |
XYZ | 5.3164 | 4.2504 | 3.2295 |
Yxy | 4.2504 | 0.4155 | 0.3322 |
Hunter Lab | 20.6165 | 9.9511 | 5.1440 |
CIE-Lab | 24.4826 | 16.7247 | 7.8883 |
#55302f color RGB value is (85,48,47).
#55302f hex color red value is 85, green value is 48 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #55302f hue: 0.00 , saturation: 0.29 and the lightness value of 55302f is 0.26.
The process color (four color CMYK) of #55302f color hex is 0.00, 0.44, 0.45, 0.67. Web safe color of #55302f is #663333. Color #55302f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00110000 | 00101111 |
Octal | 125 | 60 | 57 |
Decimal | 85 | 48 | 47 |
Hex | 55 | 30 | 2F |
Shades of #55302f
Tints of #55302f
RGB Percentages of Color #55302f
CMYK Percentages of Color #55302f
Complementary Color
#55302f | #2f5455 |
#55302f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55302f Color Preview on White Background
Lorem ipsum dolor sit amet.
#55302f Color CSS Codes
.mybgcolor {background-color:#55302f; } .myforecolor {color:#55302f; } .mybordercolor {border:3px solid #55302f; }
#55302f Text Font Color
<p style="color:#55302f">Text here</p>
This sample text font color is #55302f
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.
#55302f Background Color
<div style="background-color:#55302f">
Div content here</div>
This div background color is #55302f
#55302f Border Color
<div style="border:3px solid #55302f">
Div here</div>
This div border color is #55302f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,48,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55302f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55302f; -webkit-box-shadow: 1px 1px 3px 2px #55302f; box-shadow: 1px 1px 3px 2px #55302f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,48,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 #55302f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55302f; -webkit-box-shadow: 1px 1px 3px 2px #55302f; box-shadow: 1px 1px 3px 2px #55302f;">
Div content here</div>
This div box has shadow with color #55302f
Comments
No comments written yet.
Please login to write comment.