Color Hex Logo

#57522f Color Hex

#57522F
(87,82,47)
0 Favorites   0 Comments

Color spaces of #57522f

RGB 878247
HSL0.150.300.26
HSV53°46°34°
CMYK 0.000.060.46   0.66
XYZ7.46098.26613.8916
Yxy8.26610.38030.4213
Hunter Lab28.7508-3.992812.1003
CIE-Lab34.5310-3.720521.2426

#57522f color RGB value is (87,82,47).

#57522f hex color red value is 87, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #57522f hue: 0.15 , saturation: 0.30 and the lightness value of 57522f is 0.26.

The process color (four color CMYK) of #57522f color hex is 0.00, 0.06, 0.46, 0.66. Web safe color of #57522f is #666633. Color #57522f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 00101111
Octal 127 122 57
Decimal 87 82 47
Hex 57 52 2F

RGB Percentages of Color #57522f

%40.28
%37.96
%21.76

CMYK Percentages of Color #57522f

%0
%6
%46
%66

Triadic Colors of #57522f

#57522f #2f5752 #522f57

Analogous Colors of #57522f

#57522f #48572f #573e2f

Monochromatic Colors of #57522f

#57522f

Complementary Color

#57522f #2f3457

#57522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57522f Color CSS Codes

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

#57522f Text Font Color

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

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


#57522f Background Color

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

This div background color is #57522f


#57522f Border Color

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

This div border color is #57522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57522f


Comments

No comments written yet.

Please login to write comment.