Color Hex Logo

#57522b Color Hex

#57522B
(87,82,43)
0 Favorites   0 Comments

Color spaces of #57522b

RGB 878243
HSL0.150.340.25
HSV53°51°34°
CMYK 0.000.060.51   0.66
XYZ7.38388.23523.4859
Yxy8.23520.38650.4311
Hunter Lab28.6970-4.291412.8858
CIE-Lab34.4680-4.188823.5078

#57522b color RGB value is (87,82,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 00101011
Octal 127 122 53
Decimal 87 82 43
Hex 57 52 2B

RGB Percentages of Color #57522b

%41.04
%38.68
%20.28

CMYK Percentages of Color #57522b

%0
%6
%51
%66

Triadic Colors of #57522b

#57522b #2b5752 #522b57

Analogous Colors of #57522b

#57522b #46572b #573c2b

Monochromatic Colors of #57522b

#57522b

Complementary Color

#57522b #2b3057

#57522b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57522b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57522b Color CSS Codes

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

#57522b Text Font Color

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

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


#57522b Background Color

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

This div background color is #57522b


#57522b Border Color

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

This div border color is #57522b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57522b


Comments

No comments written yet.

Please login to write comment.