Color Hex Logo

#57511e Color Hex

#57511E
(87,81,30)
0 Favorites   0 Comments

Color spaces of #57511e

RGB 878130
HSL0.150.490.23
HSV54°66°34°
CMYK 0.000.070.66   0.66
XYZ7.10738.00482.3988
Yxy8.00480.40590.4571
Hunter Lab28.2928-4.672114.7780
CIE-Lab33.9929-4.837930.1275

#57511e color RGB value is (87,81,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 00011110
Octal 127 121 36
Decimal 87 81 30
Hex 57 51 1E

RGB Percentages of Color #57511e

%43.94
%40.91
%15.15

CMYK Percentages of Color #57511e

%0
%7
%66
%66

Triadic Colors of #57511e

#57511e #1e5751 #511e57

Analogous Colors of #57511e

#57511e #41571e #57351e

Monochromatic Colors of #57511e

#57511e

Complementary Color

#57511e #1e2457

#57511e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57511e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57511e Color CSS Codes

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

#57511e Text Font Color

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

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


#57511e Background Color

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

This div background color is #57511e


#57511e Border Color

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

This div border color is #57511e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,81,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 #57511e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57511e


Comments

No comments written yet.

Please login to write comment.