Color spaces of #372d07
RGB | 55 | 45 | 7 |
---|---|---|---|
HSL | 0.13 | 0.77 | 0.12 |
HSV | 48° | 87° | 22° |
CMYK | 0.00 | 0.18 | 0.87 0.78 |
XYZ | 2.5523 | 2.7043 | 0.5885 |
Yxy | 2.7043 | 0.4367 | 0.4627 |
Hunter Lab | 16.4448 | -1.0743 | 9.3895 |
CIE-Lab | 18.8185 | -0.3522 | 24.0281 |
#372d07 color RGB value is (55,45,7).
#372d07 hex color red value is 55, green value is 45 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #372d07 hue: 0.13 , saturation: 0.77 and the lightness value of 372d07 is 0.12.
The process color (four color CMYK) of #372d07 color hex is 0.00, 0.18, 0.87, 0.78. Web safe color of #372d07 is #333300. Color #372d07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00101101 | 00000111 |
Octal | 67 | 55 | 7 |
Decimal | 55 | 45 | 7 |
Hex | 37 | 2D | 7 |
Shades of #372d07
Tints of #372d07
RGB Percentages of Color #372d07
CMYK Percentages of Color #372d07
Complementary Color
#372d07 | #071137 |
#372d07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#372d07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#372d07 Color CSS Codes
.mybgcolor {background-color:#372d07; } .myforecolor {color:#372d07; } .mybordercolor {border:3px solid #372d07; }
#372d07 Text Font Color
<p style="color:#372d07">Text here</p>
This sample text font color is #372d07
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.
#372d07 Background Color
<div style="background-color:#372d07">
Div content here</div>
This div background color is #372d07
#372d07 Border Color
<div style="border:3px solid #372d07">
Div here</div>
This div border color is #372d07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,45,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #372d07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #372d07; -webkit-box-shadow: 1px 1px 3px 2px #372d07; box-shadow: 1px 1px 3px 2px #372d07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,45,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #372d07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #372d07; -webkit-box-shadow: 1px 1px 3px 2px #372d07; box-shadow: 1px 1px 3px 2px #372d07;">
Div content here</div>
This div box has shadow with color #372d07
Comments
No comments written yet.
Please login to write comment.