Color Hex Logo

#37221d Color Hex

#37221D
(55,34,29)
0 Favorites   0 Comments

Color spaces of #37221d

RGB 553429
HSL0.030.310.16
HSV12°47°22°
CMYK 0.000.380.47   0.78
XYZ2.36932.04501.4322
Yxy2.04500.40530.3498
Hunter Lab14.30034.54854.0723
CIE-Lab15.72169.32857.4814

#37221d color RGB value is (55,34,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 00011101
Octal 67 42 35
Decimal 55 34 29
Hex 37 22 1D

RGB Percentages of Color #37221d

%46.61
%28.81
%24.58

CMYK Percentages of Color #37221d

%0
%38
%47
%78

Triadic Colors of #37221d

#37221d #1d3722 #221d37

Analogous Colors of #37221d

#37221d #372f1d #371d25

Monochromatic Colors of #37221d

#37221d

Complementary Color

#37221d #1d3237

#37221d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37221d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37221d Color CSS Codes

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

#37221d Text Font Color

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

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


#37221d Background Color

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

This div background color is #37221d


#37221d Border Color

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

This div border color is #37221d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37221d


Comments

No comments written yet.

Please login to write comment.