Color Hex Logo

#372206 Color Hex

#372206
(55,34,6)
0 Favorites   0 Comments

Color spaces of #372206

RGB 55346
HSL0.100.800.12
HSV34°89°22°
CMYK 0.000.380.89   0.78
XYZ2.18041.96940.4375
Yxy1.96940.47530.4293
Hunter Lab14.03353.17507.9751
CIE-Lab15.32587.044920.1661

#372206 color RGB value is (55,34,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00000110
Octal 67 42 6
Decimal 55 34 6
Hex 37 22 6

RGB Percentages of Color #372206

%57.89
%35.79
%6.32

CMYK Percentages of Color #372206

%0
%38
%89
%78

Triadic Colors of #372206

#372206 #063722 #220637

Analogous Colors of #372206

#372206 #343706 #370a06

Monochromatic Colors of #372206

#372206

Complementary Color

#372206 #061b37

#372206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372206 Color CSS Codes

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

#372206 Text Font Color

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

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


#372206 Background Color

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

This div background color is #372206


#372206 Border Color

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

This div border color is #372206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372206


Comments

No comments written yet.

Please login to write comment.