Color Hex Logo

#57714f Color Hex

#57714F
(87,113,79)
0 Favorites   0 Comments

Color spaces of #57714f

RGB 8711379
HSL0.290.180.38
HSV106°30°44°
CMYK 0.230.000.30   0.56
XYZ11.246914.40109.5840
Yxy14.40100.31920.4087
Hunter Lab37.9486-13.507811.5903
CIE-Lab44.8026-16.608515.8658

#57714f color RGB value is (87,113,79).

#57714f hex color red value is 87, green value is 113 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #57714f hue: 0.29 , saturation: 0.18 and the lightness value of 57714f is 0.38.

The process color (four color CMYK) of #57714f color hex is 0.23, 0.00, 0.30, 0.56. Web safe color of #57714f is #666666. Color #57714f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110001 01001111
Octal 127 161 117
Decimal 87 113 79
Hex 57 71 4F

RGB Percentages of Color #57714f

%31.18
%40.50
%28.32

CMYK Percentages of Color #57714f

%23
%0
%30
%56

Triadic Colors of #57714f

#57714f #4f5771 #714f57

Analogous Colors of #57714f

#57714f #4f7158 #68714f

Monochromatic Colors of #57714f

#57714f

Complementary Color

#57714f #694f71

#57714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57714f Color CSS Codes

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

#57714f Text Font Color

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

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


#57714f Background Color

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

This div background color is #57714f


#57714f Border Color

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

This div border color is #57714f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57714f


Comments

No comments written yet.

Please login to write comment.