Color Hex Logo

#57524f Color Hex

#57524F
(87,82,79)
0 Favorites   0 Comments

Color spaces of #57524f

RGB 878279
HSL0.060.050.33
HSV23°34°
CMYK 0.000.060.09   0.66
XYZ8.35918.62538.6214
Yxy8.62530.32650.3368
Hunter Lab29.3689-0.59003.1533
CIE-Lab35.25261.43692.4845

#57524f color RGB value is (87,82,79).

#57524f hex color red value is 87, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #57524f hue: 0.06 , saturation: 0.05 and the lightness value of 57524f is 0.33.

The process color (four color CMYK) of #57524f color hex is 0.00, 0.06, 0.09, 0.66. Web safe color of #57524f is #666666. Color #57524f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01001111
Octal 127 122 117
Decimal 87 82 79
Hex 57 52 4F

RGB Percentages of Color #57524f

%35.08
%33.06
%31.85

CMYK Percentages of Color #57524f

%0
%6
%9
%66

Triadic Colors of #57524f

#57524f #4f5752 #524f57

Analogous Colors of #57524f

#57524f #57564f #574f50

Monochromatic Colors of #57524f

#57524f

Complementary Color

#57524f #4f5457

#57524f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57524f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57524f Color CSS Codes

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

#57524f Text Font Color

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

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


#57524f Background Color

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

This div background color is #57524f


#57524f Border Color

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

This div border color is #57524f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57524f


Comments

No comments written yet.

Please login to write comment.