Color Hex Logo

#37200d Color Hex

#37200D
(55,32,13)
0 Favorites   0 Comments

Color spaces of #37200d

RGB 553213
HSL0.080.620.13
HSV27°76°22°
CMYK 0.000.420.76   0.78
XYZ2.16471.87430.6285
Yxy1.87430.46380.4016
Hunter Lab13.69054.26556.8615
CIE-Lab14.81338.912516.5504

#37200d color RGB value is (55,32,13).

#37200d hex color red value is 55, green value is 32 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #37200d hue: 0.08 , saturation: 0.62 and the lightness value of 37200d is 0.13.

The process color (four color CMYK) of #37200d color hex is 0.00, 0.42, 0.76, 0.78. Web safe color of #37200d is #333300. Color #37200d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 00001101
Octal 67 40 15
Decimal 55 32 13
Hex 37 20 D

RGB Percentages of Color #37200d

%55.00
%32.00
%13.00

CMYK Percentages of Color #37200d

%0
%42
%76
%78

Triadic Colors of #37200d

#37200d #0d3720 #200d37

Analogous Colors of #37200d

#37200d #37350d #370d0f

Monochromatic Colors of #37200d

#37200d

Complementary Color

#37200d #0d2437

#37200d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37200d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37200d Color CSS Codes

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

#37200d Text Font Color

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

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


#37200d Background Color

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

This div background color is #37200d


#37200d Border Color

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

This div border color is #37200d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37200d


Comments

No comments written yet.

Please login to write comment.