COLOR #57896F

HEX: #57896F
RGB: (87,137,111)

Color info

#57896F contains red, green and blue colors in about the same proportion. Web safe color of #57896F is #669966 (or #696).

RGB color model

#57896F color RGB value is (87,137,111).

  • red value is 87;
  • green value is 137;
  • blue value is 111.
RGB:
(87,137,111)
(34%,54%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 111 of 255 = 44%

87
137
111

R + G + B ~ 44%. #57896F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 111 = 335 (100%)
R 87 of 335 ~ 25.97%
G 137 of 335 ~ 40.9%
B 111 of 335 ~ 33.13%

%25.97
%40.9
%33.13

CMYK color model

#57896F color CMYK value is (36,0,19,46).

  • cyan value is 36.50%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(36,0,19,46)
C36M0Y19K46 
(36%,0%,19%,46%)
(0.36/0.00/0.19/0.46)	

CMYK percentages

%36.5
%0
%18.98
%46.27

Codes

Color #57896F in popluar color models

57896F
RGB87137111
HSL149°22.32%43.92%
HSB/HSV149°36.50%53.73%
CMYK36.50%0.00%18.98%
46.27%

Color #57896F in popluar number systems.

HEX57896F
Decimal87137111
Binary1010111100010011101111
Octal127211157

Shades and tints

Shades of #57896F

#57896F
(87,137,111)
#507D65
(80,125,101)
#49715B
(73,113,91)
#426551
(66,101,81)
#3B5947
(59,89,71)
#344D3D
(52,77,61)
#2D4133
(45,65,51)
#263529
(38,53,41)
#1F291F
(31,41,31)
#181D15
(24,29,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #57896F

#57896F
(87,137,111)
#66937C
(102,147,124)
#759D89
(117,157,137)
#84A796
(132,167,150)
#93B1A3
(147,177,163)
#A2BBB0
(162,187,176)
#B1C5BD
(177,197,189)
#C0CFCA
(192,207,202)
#CFD9D7
(207,217,215)
#DEE3E4
(222,227,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57896F color. Also use rgb(87,137,111) instead hex code.

Text Font Color

.myTextColor { color: #57896F; }

<p style="color:#57896F">This sample text font color is #57896F.</p>

This text font color is #57896F.


Background Color

.myBgColor { background-color: #57896F; }

<div style="background-color:#57896F">Inner text</div>

This div background color is #57896F.


Border color

.myBorderColor { border: 1px solid #57896F; }

<div style="border:3px solid #57896F">Div</div>

This div border color is #57896F.


Opacity

.myOpacity80 { color: #57896F; opacity: 0.8; }

<p style="color:#57896F;opacity:0.8;">80%</p>

Text with #57896F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57896F;}

<p style="text-shadow: 3px 3px 1px #57896F">Text here.</p>

This text has shadow with #57896F color.

.textShadow {text-shadow: 3px 3px 1px #57896F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57896F, 5px 5px 20px red">Text here.</p>

This text has shadow with #57896F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57896F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57896F, Direction=45, Strength=4)">Text</p>

This text has shadow with #57896F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57896F;
  -webkit-box-shadow:	1px 1px 3px 2px #57896F;
  box-shadow:		1px 1px 3px 2px #57896F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57896F;
-webkit-box-shadow: 1px 1px 3px 2px #57896F;
box-shadow:1px 1px 3px 2px #57896F;">
Div content here</div>
This div box has shadow with color #57896F.

Preview

Color preview on black background

This text has color #57896F on black background.


Color preview on white background

This text has color #57896F on white background.



Black color preview on #57896F background

This text has black color on #57896F background.


White color preview on #57896F background

This text has white color on #57896F background.