Color Hex Logo

#57502f Color Hex

#57502F
(87,80,47)
0 Favorites   0 Comments

Color spaces of #57502f

RGB 878047
HSL0.140.300.26
HSV50°46°34°
CMYK 0.000.080.46   0.66
XYZ7.31227.96883.8421
Yxy7.96880.38240.4167
Hunter Lab28.2291-3.163811.6907
CIE-Lab33.9178-2.509220.4659

#57502f color RGB value is (87,80,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 00101111
Octal 127 120 57
Decimal 87 80 47
Hex 57 50 2F

RGB Percentages of Color #57502f

%40.65
%37.38
%21.96

CMYK Percentages of Color #57502f

%0
%8
%46
%66

Triadic Colors of #57502f

#57502f #2f5750 #502f57

Analogous Colors of #57502f

#57502f #4a572f #573c2f

Monochromatic Colors of #57502f

#57502f

Complementary Color

#57502f #2f3657

#57502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57502f Color CSS Codes

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

#57502f Text Font Color

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

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


#57502f Background Color

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

This div background color is #57502f


#57502f Border Color

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

This div border color is #57502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57502f


Comments

No comments written yet.

Please login to write comment.