Color Hex Logo

#57521e Color Hex

#57521E
(87,82,30)
0 Favorites   0 Comments

Color spaces of #57521e

RGB 878230
HSL0.150.490.23
HSV55°66°34°
CMYK 0.000.060.66   0.66
XYZ7.18218.15462.4237
Yxy8.15460.40440.4591
Hunter Lab28.5563-5.079514.9572
CIE-Lab34.3028-5.437330.4686

#57521e color RGB value is (87,82,30).

#57521e hex color red value is 87, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #57521e hue: 0.15 , saturation: 0.49 and the lightness value of 57521e is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 00011110
Octal 127 122 36
Decimal 87 82 30
Hex 57 52 1E

RGB Percentages of Color #57521e

%43.72
%41.21
%15.08

CMYK Percentages of Color #57521e

%0
%6
%66
%66

Triadic Colors of #57521e

#57521e #1e5752 #521e57

Analogous Colors of #57521e

#57521e #40571e #57361e

Monochromatic Colors of #57521e

#57521e

Complementary Color

#57521e #1e2357

#57521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57521e Color CSS Codes

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

#57521e Text Font Color

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

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


#57521e Background Color

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

This div background color is #57521e


#57521e Border Color

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

This div border color is #57521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57521e


Comments

No comments written yet.

Please login to write comment.