Color Hex Logo

#575a3c Color Hex

#575A3C
(87,90,60)
0 Favorites   0 Comments

Color spaces of #575a3c

RGB 879060
HSL0.180.200.29
HSV66°33°35°
CMYK 0.030.000.33   0.65
XYZ8.40239.66485.6976
Yxy9.66480.35360.4067
Hunter Lab31.0883-6.160810.8956
CIE-Lab37.2340-6.721116.9760

#575a3c color RGB value is (87,90,60).

#575a3c hex color red value is 87, green value is 90 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #575a3c hue: 0.18 , saturation: 0.20 and the lightness value of 575a3c is 0.29.

The process color (four color CMYK) of #575a3c color hex is 0.03, 0.00, 0.33, 0.65. Web safe color of #575a3c is #666633. Color #575a3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011010 00111100
Octal 127 132 74
Decimal 87 90 60
Hex 57 5A 3C

RGB Percentages of Color #575a3c

%36.71
%37.97
%25.32

CMYK Percentages of Color #575a3c

%3
%0
%33
%65

Triadic Colors of #575a3c

#575a3c #3c575a #5a3c57

Analogous Colors of #575a3c

#575a3c #485a3c #5a4e3c

Monochromatic Colors of #575a3c

#575a3c

Complementary Color

#575a3c #3f3c5a

#575a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#575a3c Color CSS Codes

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

#575a3c Text Font Color

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

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


#575a3c Background Color

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

This div background color is #575a3c


#575a3c Border Color

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

This div border color is #575a3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,90,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575a3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575a3c;
  -webkit-box-shadow: 1px 1px 3px 2px #575a3c;
  box-shadow:         1px 1px 3px 2px #575a3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,90,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575a3c


Comments

No comments written yet.

Please login to write comment.