Color Hex Logo

#37301d Color Hex

#37301D
(55,48,29)
0 Favorites   0 Comments

Color spaces of #37301d

RGB 554829
HSL0.120.310.16
HSV44°47°22°
CMYK 0.000.130.47   0.78
XYZ2.85433.01481.5939
Yxy3.01480.38250.4040
Hunter Lab17.3632-1.04236.7115
CIE-Lab20.1031-0.202613.3217

#37301d color RGB value is (55,48,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110000 00011101
Octal 67 60 35
Decimal 55 48 29
Hex 37 30 1D

RGB Percentages of Color #37301d

%41.67
%36.36
%21.97

CMYK Percentages of Color #37301d

%0
%13
%47
%78

Triadic Colors of #37301d

#37301d #1d3730 #301d37

Analogous Colors of #37301d

#37301d #31371d #37231d

Monochromatic Colors of #37301d

#37301d

Complementary Color

#37301d #1d2437

#37301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37301d Color CSS Codes

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

#37301d Text Font Color

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

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


#37301d Background Color

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

This div background color is #37301d


#37301d Border Color

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

This div border color is #37301d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,48,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 #37301d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37301d


Comments

No comments written yet.

Please login to write comment.