Color Hex Logo

#575745 Color Hex

#575745
(87,87,69)
0 Favorites   0 Comments

Color spaces of #575745

RGB 878769
HSL0.170.120.31
HSV60°21°34°
CMYK 0.000.000.21   0.66
XYZ8.41299.27236.9766
Yxy9.27230.34110.3760
Hunter Lab30.4505-3.97207.7312
CIE-Lab36.5034-3.478210.4921

#575745 color RGB value is (87,87,69).

#575745 hex color red value is 87, green value is 87 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #575745 hue: 0.17 , saturation: 0.12 and the lightness value of 575745 is 0.31.

The process color (four color CMYK) of #575745 color hex is 0.00, 0.00, 0.21, 0.66. Web safe color of #575745 is #666633. Color #575745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010111 01000101
Octal 127 127 105
Decimal 87 87 69
Hex 57 57 45

RGB Percentages of Color #575745

%35.80
%35.80
%28.40

CMYK Percentages of Color #575745

%0
%0
%21
%66

Triadic Colors of #575745

#575745 #455757 #574557

Analogous Colors of #575745

#575745 #4e5745 #574e45

Monochromatic Colors of #575745

#575745

Complementary Color

#575745 #454557

#575745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575745 Color CSS Codes

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

#575745 Text Font Color

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

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


#575745 Background Color

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

This div background color is #575745


#575745 Border Color

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

This div border color is #575745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575745


Comments

No comments written yet.

Please login to write comment.