Color Hex Logo

#57875b Color Hex

#57875B
(87,135,91)
0 Favorites   0 Comments

Color spaces of #57875b

RGB 8713591
HSL0.350.220.44
HSV125°36°53°
CMYK 0.360.000.33   0.47
XYZ14.482820.109513.0157
Yxy20.10950.30420.4224
Hunter Lab44.8436-20.827614.1818
CIE-Lab51.9608-25.874918.6519

#57875b color RGB value is (87,135,91).

#57875b hex color red value is 87, green value is 135 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #57875b hue: 0.35 , saturation: 0.22 and the lightness value of 57875b is 0.44.

The process color (four color CMYK) of #57875b color hex is 0.36, 0.00, 0.33, 0.47. Web safe color of #57875b is #669966. Color #57875b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000111 01011011
Octal 127 207 133
Decimal 87 135 91
Hex 57 87 5B

RGB Percentages of Color #57875b

%27.80
%43.13
%29.07

CMYK Percentages of Color #57875b

%36
%0
%33
%47

Triadic Colors of #57875b

#57875b #5b5787 #875b57

Analogous Colors of #57875b

#57875b #578773 #6b8757

Monochromatic Colors of #57875b

#57875b

Complementary Color

#57875b #875783

#57875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57875b Color CSS Codes

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

#57875b Text Font Color

<p style="color:#57875b">Text here</p>

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


#57875b Background Color

<div style="background-color:#57875b">
Div content here</div>

This div background color is #57875b


#57875b Border Color

<div style="border:3px solid #57875b">
Div here</div>

This div border color is #57875b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,135,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57875b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57875b;
  -webkit-box-shadow: 1px 1px 3px 2px #57875b;
  box-shadow:         1px 1px 3px 2px #57875b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57875b

#57875b Color Palettes


Comments

No comments written yet.

Please login to write comment.