Color Hex Logo

#372220 Color Hex

#372220
(55,34,32)
0 Favorites   0 Comments

Color spaces of #372220

RGB 553432
HSL0.010.260.17
HSV42°22°
CMYK 0.000.380.42   0.78
XYZ2.40832.06061.6373
Yxy2.06060.39440.3375
Hunter Lab14.35484.82603.2858
CIE-Lab15.80219.77885.4662

#372220 color RGB value is (55,34,32).

#372220 hex color red value is 55, green value is 34 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #372220 hue: 0.01 , saturation: 0.26 and the lightness value of 372220 is 0.17.

The process color (four color CMYK) of #372220 color hex is 0.00, 0.38, 0.42, 0.78. Web safe color of #372220 is #333333. Color #372220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00100000
Octal 67 42 40
Decimal 55 34 32
Hex 37 22 20

RGB Percentages of Color #372220

%45.45
%28.10
%26.45

CMYK Percentages of Color #372220

%0
%38
%42
%78

Triadic Colors of #372220

#372220 #203722 #222037

Analogous Colors of #372220

#372220 #372e20 #37202a

Monochromatic Colors of #372220

#372220

Complementary Color

#372220 #203537

#372220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372220 Color CSS Codes

.mybgcolor {background-color:#372220; } 
.myforecolor {color:#372220; }
.mybordercolor {border:3px solid #372220; }

#372220 Text Font Color

<p style="color:#372220">Text here</p>

This sample text font color is #372220
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.


#372220 Background Color

<div style="background-color:#372220">
Div content here</div>

This div background color is #372220


#372220 Border Color

<div style="border:3px solid #372220">
Div here</div>

This div border color is #372220


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,34,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372220; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372220;
  -webkit-box-shadow: 1px 1px 3px 2px #372220;
  box-shadow:         1px 1px 3px 2px #372220; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,34,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 #372220">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #372220;
  -webkit-box-shadow: 1px 1px 3px 2px #372220;
  box-shadow:         1px 1px 3px 2px #372220;">
Div content here</div>

This div box has shadow with color #372220


Comments

No comments written yet.

Please login to write comment.