Color Hex Logo

#57502e Color Hex

#57502E
(87,80,46)
0 Favorites   0 Comments

Color spaces of #57502e

RGB 878046
HSL0.140.310.26
HSV50°47°34°
CMYK 0.000.080.47   0.66
XYZ7.29237.96083.7370
Yxy7.96080.38400.4192
Hunter Lab28.2149-3.241711.8976
CIE-Lab33.9011-2.630321.0407

#57502e color RGB value is (87,80,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 00101110
Octal 127 120 56
Decimal 87 80 46
Hex 57 50 2E

RGB Percentages of Color #57502e

%40.85
%37.56
%21.60

CMYK Percentages of Color #57502e

%0
%8
%47
%66

Triadic Colors of #57502e

#57502e #2e5750 #502e57

Analogous Colors of #57502e

#57502e #4a572e #573c2e

Monochromatic Colors of #57502e

#57502e

Complementary Color

#57502e #2e3557

#57502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57502e Color CSS Codes

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

#57502e Text Font Color

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

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


#57502e Background Color

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

This div background color is #57502e


#57502e Border Color

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

This div border color is #57502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57502e


Comments

No comments written yet.

Please login to write comment.