Color Hex Logo

#57532e Color Hex

#57532E
(87,83,46)
0 Favorites   0 Comments

Color spaces of #57532e

RGB 878346
HSL0.150.310.26
HSV54°47°34°
CMYK 0.000.050.47   0.66
XYZ7.51698.41003.8119
Yxy8.41000.38080.4261
Hunter Lab29.0000-4.482212.5066
CIE-Lab34.8226-4.442922.1981

#57532e color RGB value is (87,83,46).

#57532e hex color red value is 87, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #57532e hue: 0.15 , saturation: 0.31 and the lightness value of 57532e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 00101110
Octal 127 123 56
Decimal 87 83 46
Hex 57 53 2E

RGB Percentages of Color #57532e

%40.28
%38.43
%21.30

CMYK Percentages of Color #57532e

%0
%5
%47
%66

Triadic Colors of #57532e

#57532e #2e5753 #532e57

Analogous Colors of #57532e

#57532e #47572e #573f2e

Monochromatic Colors of #57532e

#57532e

Complementary Color

#57532e #2e3257

#57532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57532e Color CSS Codes

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

#57532e Text Font Color

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

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


#57532e Background Color

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

This div background color is #57532e


#57532e Border Color

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

This div border color is #57532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57532e


Comments

No comments written yet.

Please login to write comment.