Color Hex Logo

#373120 Color Hex

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

Color spaces of #373120

RGB 554932
HSL0.120.260.17
HSV44°42°22°
CMYK 0.000.110.42   0.78
XYZ2.93463.11311.8127
Yxy3.11310.37330.3960
Hunter Lab17.6440-1.18836.2595
CIE-Lab20.4913-0.431911.8476

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

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

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

Base Numbers

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

RGB Percentages of Color #373120

%40.44
%36.03
%23.53

CMYK Percentages of Color #373120

%0
%11
%42
%78

Triadic Colors of #373120

#373120 #203731 #312037

Analogous Colors of #373120

#373120 #323720 #372620

Monochromatic Colors of #373120

#373120

Complementary Color

#373120 #202637

#373120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373120 Color CSS Codes

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

#373120 Text Font Color

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

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


#373120 Background Color

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

This div background color is #373120


#373120 Border Color

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

This div border color is #373120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373120


Comments

No comments written yet.

Please login to write comment.