Color Hex Logo

#392520 Color Hex

#392520
(57,37,32)
0 Favorites   0 Comments

Color spaces of #392520

RGB 573732
HSL0.030.280.17
HSV12°44°22°
CMYK 0.000.350.44   0.78
XYZ2.60962.29731.6724
Yxy2.29730.39660.3492
Hunter Lab15.15684.20844.0678
CIE-Lab16.97598.70187.1398

#392520 color RGB value is (57,37,32).

#392520 hex color red value is 57, green value is 37 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #392520 hue: 0.03 , saturation: 0.28 and the lightness value of 392520 is 0.17.

The process color (four color CMYK) of #392520 color hex is 0.00, 0.35, 0.44, 0.78. Web safe color of #392520 is #333333. Color #392520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100101 00100000
Octal 71 45 40
Decimal 57 37 32
Hex 39 25 20

RGB Percentages of Color #392520

%45.24
%29.37
%25.40

CMYK Percentages of Color #392520

%0
%35
%44
%78

Triadic Colors of #392520

#392520 #203925 #252039

Analogous Colors of #392520

#392520 #393220 #392028

Monochromatic Colors of #392520

#392520

Complementary Color

#392520 #203439

#392520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392520 Color CSS Codes

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

#392520 Text Font Color

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

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


#392520 Background Color

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

This div background color is #392520


#392520 Border Color

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

This div border color is #392520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,37,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 #392520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392520


Comments

No comments written yet.

Please login to write comment.