Color Hex Logo

#576561 Color Hex

#576561
(87,101,97)
0 Favorites   0 Comments

Color spaces of #576561

RGB 8710197
HSL0.450.070.37
HSV163°14°40°
CMYK 0.140.000.04   0.60
XYZ10.741812.196713.0973
Yxy12.19670.29810.3385
Hunter Lab34.9238-6.21392.2114
CIE-Lab41.5270-6.22080.4573

#576561 color RGB value is (87,101,97).

#576561 hex color red value is 87, green value is 101 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #576561 hue: 0.45 , saturation: 0.07 and the lightness value of 576561 is 0.37.

The process color (four color CMYK) of #576561 color hex is 0.14, 0.00, 0.04, 0.60. Web safe color of #576561 is #666666. Color #576561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 01100001
Octal 127 145 141
Decimal 87 101 97
Hex 57 65 61

RGB Percentages of Color #576561

%30.53
%35.44
%34.04

CMYK Percentages of Color #576561

%14
%0
%4
%60

Triadic Colors of #576561

#576561 #615765 #656157

Analogous Colors of #576561

#576561 #576265 #57655a

Monochromatic Colors of #576561

#576561

Complementary Color

#576561 #65575b

#576561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576561 Color CSS Codes

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

#576561 Text Font Color

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

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


#576561 Background Color

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

This div background color is #576561


#576561 Border Color

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

This div border color is #576561


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,101,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #576561; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #576561;
  -webkit-box-shadow: 1px 1px 3px 2px #576561;
  box-shadow:         1px 1px 3px 2px #576561; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576561


Comments

No comments written yet.

Please login to write comment.