Color Hex Logo

#37211f Color Hex

#37211F
(55,33,31)
0 Favorites   0 Comments

Color spaces of #37211f

RGB 553331
HSL0.010.280.17
HSV44°22°
CMYK 0.000.400.44   0.78
XYZ2.36671.99891.5574
Yxy1.99890.39960.3375
Hunter Lab14.13825.13843.3657
CIE-Lab15.481510.31035.7298

#37211f color RGB value is (55,33,31).

#37211f hex color red value is 55, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #37211f hue: 0.01 , saturation: 0.28 and the lightness value of 37211f is 0.17.

The process color (four color CMYK) of #37211f color hex is 0.00, 0.40, 0.44, 0.78. Web safe color of #37211f is #333333. Color #37211f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100001 00011111
Octal 67 41 37
Decimal 55 33 31
Hex 37 21 1F

RGB Percentages of Color #37211f

%46.22
%27.73
%26.05

CMYK Percentages of Color #37211f

%0
%40
%44
%78

Triadic Colors of #37211f

#37211f #1f3721 #211f37

Analogous Colors of #37211f

#37211f #372d1f #371f29

Monochromatic Colors of #37211f

#37211f

Complementary Color

#37211f #1f3537

#37211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37211f Color CSS Codes

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

#37211f Text Font Color

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

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


#37211f Background Color

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

This div background color is #37211f


#37211f Border Color

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

This div border color is #37211f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,33,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37211f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37211f;
  -webkit-box-shadow: 1px 1px 3px 2px #37211f;
  box-shadow:         1px 1px 3px 2px #37211f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37211f


Comments

No comments written yet.

Please login to write comment.