Color Hex Logo

#575a44 Color Hex

#575A44
(87,90,68)
0 Favorites   0 Comments

Color spaces of #575a44

RGB 879068
HSL0.190.140.31
HSV68°24°35°
CMYK 0.030.000.24   0.65
XYZ8.63009.75596.8971
Yxy9.75590.34130.3859
Hunter Lab31.2344-5.34118.7719
CIE-Lab37.4007-5.445612.3444

#575a44 color RGB value is (87,90,68).

#575a44 hex color red value is 87, green value is 90 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #575a44 hue: 0.19 , saturation: 0.14 and the lightness value of 575a44 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011010 01000100
Octal 127 132 104
Decimal 87 90 68
Hex 57 5A 44

RGB Percentages of Color #575a44

%35.51
%36.73
%27.76

CMYK Percentages of Color #575a44

%3
%0
%24
%65

Triadic Colors of #575a44

#575a44 #44575a #5a4457

Analogous Colors of #575a44

#575a44 #4c5a44 #5a5244

Monochromatic Colors of #575a44

#575a44

Complementary Color

#575a44 #47445a

#575a44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575a44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575a44 Color CSS Codes

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

#575a44 Text Font Color

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

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


#575a44 Background Color

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

This div background color is #575a44


#575a44 Border Color

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

This div border color is #575a44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575a44


Comments

No comments written yet.

Please login to write comment.