Color spaces of #372520
RGB | 55 | 37 | 32 |
---|---|---|---|
HSL | 0.04 | 0.26 | 0.17 |
HSV | 13° | 42° | 22° |
CMYK | 0.00 | 0.33 | 0.42 0.78 |
XYZ | 2.4978 | 2.2396 | 1.6671 |
Yxy | 2.2396 | 0.3900 | 0.3497 |
Hunter Lab | 14.9653 | 3.6035 | 3.8709 |
CIE-Lab | 16.6975 | 7.7164 | 6.7123 |
#372520 color RGB value is (55,37,32).
#372520 hex color red value is 55, green value is 37 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #372520 hue: 0.04 , saturation: 0.26 and the lightness value of 372520 is 0.17.
The process color (four color CMYK) of #372520 color hex is 0.00, 0.33, 0.42, 0.78. Web safe color of #372520 is #333333. Color #372520 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00100101 | 00100000 |
Octal | 67 | 45 | 40 |
Decimal | 55 | 37 | 32 |
Hex | 37 | 25 | 20 |
Shades of #372520
Tints of #372520
RGB Percentages of Color #372520
CMYK Percentages of Color #372520
Complementary Color
#372520 | #203237 |
#372520 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#372520 Color Preview on White Background
Lorem ipsum dolor sit amet.
#372520 Color CSS Codes
.mybgcolor {background-color:#372520; } .myforecolor {color:#372520; } .mybordercolor {border:3px solid #372520; }
#372520 Text Font Color
<p style="color:#372520">Text here</p>
This sample text font color is #372520
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.
#372520 Background Color
<div style="background-color:#372520">
Div content here</div>
This div background color is #372520
#372520 Border Color
<div style="border:3px solid #372520">
Div here</div>
This div border color is #372520
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,37,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #372520; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #372520; -webkit-box-shadow: 1px 1px 3px 2px #372520; box-shadow: 1px 1px 3px 2px #372520; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,37,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #372520">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #372520; -webkit-box-shadow: 1px 1px 3px 2px #372520; box-shadow: 1px 1px 3px 2px #372520;">
Div content here</div>
This div box has shadow with color #372520
Comments
No comments written yet.
Please login to write comment.