Color Hex Logo

#57513c Color Hex

#57513C
(87,81,60)
0 Favorites   0 Comments

Color spaces of #57513c

RGB 878160
HSL0.130.180.29
HSV47°31°34°
CMYK 0.000.070.31   0.66
XYZ7.68858.23735.4597
Yxy8.23730.35950.3852
Hunter Lab28.7007-2.40878.8118
CIE-Lab34.4723-1.312113.2705

#57513c color RGB value is (87,81,60).

#57513c hex color red value is 87, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #57513c hue: 0.13 , saturation: 0.18 and the lightness value of 57513c is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 00111100
Octal 127 121 74
Decimal 87 81 60
Hex 57 51 3C

RGB Percentages of Color #57513c

%38.16
%35.53
%26.32

CMYK Percentages of Color #57513c

%0
%7
%31
%66

Triadic Colors of #57513c

#57513c #3c5751 #513c57

Analogous Colors of #57513c

#57513c #50573c #57443c

Monochromatic Colors of #57513c

#57513c

Complementary Color

#57513c #3c4257

#57513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57513c Color CSS Codes

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

#57513c Text Font Color

<p style="color:#57513c">Text here</p>

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


#57513c Background Color

<div style="background-color:#57513c">
Div content here</div>

This div background color is #57513c


#57513c Border Color

<div style="border:3px solid #57513c">
Div here</div>

This div border color is #57513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57513c


Comments

No comments written yet.

Please login to write comment.