Color Hex Logo

#57531c Color Hex

#57531C
(87,83,28)
1 Favorites   0 Comments

Color spaces of #57531c

RGB 878328
HSL0.160.510.23
HSV56°68°34°
CMYK 0.000.050.68   0.66
XYZ7.23338.29662.3188
Yxy8.29660.40530.4648
Hunter Lab28.8038-5.581215.3896
CIE-Lab34.5931-6.187531.7928

#57531c color RGB value is (87,83,28).

#57531c hex color red value is 87, green value is 83 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #57531c hue: 0.16 , saturation: 0.51 and the lightness value of 57531c is 0.23.

The process color (four color CMYK) of #57531c color hex is 0.00, 0.05, 0.68, 0.66. Web safe color of #57531c is #666633. Color #57531c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 00011100
Octal 127 123 34
Decimal 87 83 28
Hex 57 53 1C

RGB Percentages of Color #57531c

%43.94
%41.92
%14.14

CMYK Percentages of Color #57531c

%0
%5
%68
%66

Triadic Colors of #57531c

#57531c #1c5753 #531c57

Analogous Colors of #57531c

#57531c #3e571c #57361c

Monochromatic Colors of #57531c

#57531c

Complementary Color

#57531c #1c2057

#57531c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57531c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57531c Color CSS Codes

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

#57531c Text Font Color

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

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


#57531c Background Color

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

This div background color is #57531c


#57531c Border Color

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

This div border color is #57531c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57531c


Comments

No comments written yet.

Please login to write comment.