Color Hex Logo

#37221e Color Hex

#37221E
(55,34,30)
0 Favorites   0 Comments

Color spaces of #37221e

RGB 553430
HSL0.030.290.17
HSV10°45°22°
CMYK 0.000.380.45   0.78
XYZ2.38192.05001.4984
Yxy2.05000.40160.3457
Hunter Lab14.31784.63893.8176
CIE-Lab15.74759.47566.8094

#37221e color RGB value is (55,34,30).

#37221e hex color red value is 55, green value is 34 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #37221e hue: 0.03 , saturation: 0.29 and the lightness value of 37221e is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00011110
Octal 67 42 36
Decimal 55 34 30
Hex 37 22 1E

RGB Percentages of Color #37221e

%46.22
%28.57
%25.21

CMYK Percentages of Color #37221e

%0
%38
%45
%78

Triadic Colors of #37221e

#37221e #1e3722 #221e37

Analogous Colors of #37221e

#37221e #372f1e #371e27

Monochromatic Colors of #37221e

#37221e

Complementary Color

#37221e #1e3337

#37221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37221e Color CSS Codes

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

#37221e Text Font Color

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

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


#37221e Background Color

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

This div background color is #37221e


#37221e Border Color

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

This div border color is #37221e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37221e


Comments

No comments written yet.

Please login to write comment.