Color Hex Logo

#57745f Color Hex

#57745F
(87,116,95)
0 Favorites   0 Comments

Color spaces of #57745f

RGB 8711695
HSL0.380.140.40
HSV137°25°45°
CMYK 0.250.000.18   0.55
XYZ12.241415.343213.1428
Yxy15.34320.30060.3767
Hunter Lab39.1704-12.76407.5258
CIE-Lab46.1007-15.17198.2287

#57745f color RGB value is (87,116,95).

#57745f hex color red value is 87, green value is 116 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #57745f hue: 0.38 , saturation: 0.14 and the lightness value of 57745f is 0.40.

The process color (four color CMYK) of #57745f color hex is 0.25, 0.00, 0.18, 0.55. Web safe color of #57745f is #666666. Color #57745f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110100 01011111
Octal 127 164 137
Decimal 87 116 95
Hex 57 74 5F

RGB Percentages of Color #57745f

%29.19
%38.93
%31.88

CMYK Percentages of Color #57745f

%25
%0
%18
%55

Triadic Colors of #57745f

#57745f #5f5774 #745f57

Analogous Colors of #57745f

#57745f #57746e #5e7457

Monochromatic Colors of #57745f

#57745f

Complementary Color

#57745f #74576c

#57745f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57745f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57745f Color CSS Codes

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

#57745f Text Font Color

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

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


#57745f Background Color

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

This div background color is #57745f


#57745f Border Color

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

This div border color is #57745f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57745f


Comments

No comments written yet.

Please login to write comment.