Color Hex Logo

#372200 Color Hex

#372200
(55,34,0)
0 Favorites   0 Comments

Color spaces of #372200

RGB 55340
HSL0.101.000.11
HSV37°100°22°
CMYK 0.000.381.00   0.78
XYZ2.14761.95630.2644
Yxy1.95630.49160.4478
Hunter Lab13.98682.93098.6700
CIE-Lab15.25626.629022.5220

#372200 color RGB value is (55,34,0).

#372200 hex color red value is 55, green value is 34 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #372200 hue: 0.10 , saturation: 1.00 and the lightness value of 372200 is 0.11.

The process color (four color CMYK) of #372200 color hex is 0.00, 0.38, 1.00, 0.78. Web safe color of #372200 is #333300. Color #372200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00000000
Octal 67 42 0
Decimal 55 34 0
Hex 37 22 0

RGB Percentages of Color #372200

%61.80
%38.20
%0.00

CMYK Percentages of Color #372200

%0
%38
%100
%78

Triadic Colors of #372200

#372200 #003722 #220037

Analogous Colors of #372200

#372200 #313700 #370700

Monochromatic Colors of #372200

#372200

Complementary Color

#372200 #001537

#372200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372200 Color CSS Codes

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

#372200 Text Font Color

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

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


#372200 Background Color

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

This div background color is #372200


#372200 Border Color

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

This div border color is #372200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,34,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #372200">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372200


Comments

No comments written yet.

Please login to write comment.