Color spaces of #553631
RGB | 85 | 54 | 49 |
---|---|---|---|
HSL | 0.02 | 0.27 | 0.26 |
HSV | 8° | 42° | 33° |
CMYK | 0.00 | 0.36 | 0.42 0.67 |
XYZ | 5.6199 | 4.7914 | 3.5344 |
Yxy | 4.7914 | 0.4030 | 0.3436 |
Hunter Lab | 21.8893 | 7.5223 | 5.7491 |
CIE-Lab | 26.1320 | 13.1866 | 8.8422 |
#553631 color RGB value is (85,54,49).
#553631 hex color red value is 85, green value is 54 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #553631 hue: 0.02 , saturation: 0.27 and the lightness value of 553631 is 0.26.
The process color (four color CMYK) of #553631 color hex is 0.00, 0.36, 0.42, 0.67. Web safe color of #553631 is #663333. Color #553631 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00110110 | 00110001 |
Octal | 125 | 66 | 61 |
Decimal | 85 | 54 | 49 |
Hex | 55 | 36 | 31 |
Shades of #553631
Tints of #553631
RGB Percentages of Color #553631
CMYK Percentages of Color #553631
Complementary Color
#553631 | #315055 |
#553631 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#553631 Color Preview on White Background
Lorem ipsum dolor sit amet.
#553631 Color CSS Codes
.mybgcolor {background-color:#553631; } .myforecolor {color:#553631; } .mybordercolor {border:3px solid #553631; }
#553631 Text Font Color
<p style="color:#553631">Text here</p>
This sample text font color is #553631
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.
#553631 Background Color
<div style="background-color:#553631">
Div content here</div>
This div background color is #553631
#553631 Border Color
<div style="border:3px solid #553631">
Div here</div>
This div border color is #553631
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,54,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #553631; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553631; -webkit-box-shadow: 1px 1px 3px 2px #553631; box-shadow: 1px 1px 3px 2px #553631; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,54,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #553631">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #553631; -webkit-box-shadow: 1px 1px 3px 2px #553631; box-shadow: 1px 1px 3px 2px #553631;">
Div content here</div>
This div box has shadow with color #553631
Comments
No comments written yet.
Please login to write comment.