Color Hex Logo

#57501e Color Hex

#57501E
(87,80,30)
0 Favorites   0 Comments

Color spaces of #57501e

RGB 878030
HSL0.150.490.23
HSV53°66°34°
CMYK 0.000.080.66   0.66
XYZ7.03357.85732.3742
Yxy7.85730.40740.4551
Hunter Lab28.0309-4.264914.5998
CIE-Lab33.6839-4.237729.7871

#57501e color RGB value is (87,80,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 00011110
Octal 127 120 36
Decimal 87 80 30
Hex 57 50 1E

RGB Percentages of Color #57501e

%44.16
%40.61
%15.23

CMYK Percentages of Color #57501e

%0
%8
%66
%66

Triadic Colors of #57501e

#57501e #1e5750 #501e57

Analogous Colors of #57501e

#57501e #42571e #57341e

Monochromatic Colors of #57501e

#57501e

Complementary Color

#57501e #1e2557

#57501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57501e Color CSS Codes

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

#57501e Text Font Color

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

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


#57501e Background Color

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

This div background color is #57501e


#57501e Border Color

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

This div border color is #57501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57501e


Comments

No comments written yet.

Please login to write comment.