Color Hex Logo

#575d2e Color Hex

#575D2E
(87,93,46)
0 Favorites   0 Comments

Color spaces of #575d2e

RGB 879346
HSL0.190.340.27
HSV68°51°36°
CMYK 0.060.000.51   0.64
XYZ8.338010.05224.0856
Yxy10.05220.37100.4472
Hunter Lab31.7052-8.541214.5534
CIE-Lab37.9360-10.316426.0361

#575d2e color RGB value is (87,93,46).

#575d2e hex color red value is 87, green value is 93 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #575d2e hue: 0.19 , saturation: 0.34 and the lightness value of 575d2e is 0.27.

The process color (four color CMYK) of #575d2e color hex is 0.06, 0.00, 0.51, 0.64. Web safe color of #575d2e is #666633. Color #575d2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 00101110
Octal 127 135 56
Decimal 87 93 46
Hex 57 5D 2E

RGB Percentages of Color #575d2e

%38.50
%41.15
%20.35

CMYK Percentages of Color #575d2e

%6
%0
%51
%64

Triadic Colors of #575d2e

#575d2e #2e575d #5d2e57

Analogous Colors of #575d2e

#575d2e #405d2e #5d4c2e

Monochromatic Colors of #575d2e

#575d2e

Complementary Color

#575d2e #342e5d

#575d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#575d2e Color CSS Codes

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

#575d2e Text Font Color

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

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


#575d2e Background Color

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

This div background color is #575d2e


#575d2e Border Color

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

This div border color is #575d2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575d2e


Comments

No comments written yet.

Please login to write comment.