Color Hex Logo

#372031 Color Hex

#372031
(55,32,49)
0 Favorites   0 Comments

Color spaces of #372031

RGB 553249
HSL0.880.260.17
HSV316°42°22°
CMYK 0.000.420.11   0.78
XYZ2.64642.06703.1652
Yxy2.06700.33590.2624
Hunter Lab14.37717.6968-2.9891
CIE-Lab15.835014.3254-6.6076

#372031 color RGB value is (55,32,49).

#372031 hex color red value is 55, green value is 32 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #372031 hue: 0.88 , saturation: 0.26 and the lightness value of 372031 is 0.17.

The process color (four color CMYK) of #372031 color hex is 0.00, 0.42, 0.11, 0.78. Web safe color of #372031 is #333333. Color #372031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 00110001
Octal 67 40 61
Decimal 55 32 49
Hex 37 20 31

RGB Percentages of Color #372031

%40.44
%23.53
%36.03

CMYK Percentages of Color #372031

%0
%42
%11
%78

Triadic Colors of #372031

#372031 #313720 #203137

Analogous Colors of #372031

#372031 #372026 #322037

Monochromatic Colors of #372031

#372031

Complementary Color

#372031 #203726

#372031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372031 Color CSS Codes

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

#372031 Text Font Color

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

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


#372031 Background Color

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

This div background color is #372031


#372031 Border Color

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

This div border color is #372031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372031


Comments

No comments written yet.

Please login to write comment.