Color Hex Logo

#372f42 Color Hex

#372F42
(55,47,66)
0 Favorites   0 Comments

Color spaces of #372f42

RGB 554766
HSL0.740.170.22
HSV265°29°26°
CMYK 0.170.290.00   0.74
XYZ3.57543.23865.5909
Yxy3.23860.28820.2611
Hunter Lab17.99613.9705-5.8225
CIE-Lab20.97528.1566-10.5865

#372f42 color RGB value is (55,47,66).

#372f42 hex color red value is 55, green value is 47 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #372f42 hue: 0.74 , saturation: 0.17 and the lightness value of 372f42 is 0.22.

The process color (four color CMYK) of #372f42 color hex is 0.17, 0.29, 0.00, 0.74. Web safe color of #372f42 is #333333. Color #372f42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 01000010
Octal 67 57 102
Decimal 55 47 66
Hex 37 2F 42

RGB Percentages of Color #372f42

%32.74
%27.98
%39.29

CMYK Percentages of Color #372f42

%17
%29
%0
%74

Triadic Colors of #372f42

#372f42 #42372f #2f4237

Analogous Colors of #372f42

#372f42 #412f42 #2f3142

Monochromatic Colors of #372f42

#372f42

Complementary Color

#372f42 #3a422f

#372f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372f42 Color CSS Codes

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

#372f42 Text Font Color

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

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


#372f42 Background Color

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

This div background color is #372f42


#372f42 Border Color

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

This div border color is #372f42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,47,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372f42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372f42;
  -webkit-box-shadow: 1px 1px 3px 2px #372f42;
  box-shadow:         1px 1px 3px 2px #372f42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372f42


Comments

No comments written yet.

Please login to write comment.