COLOR #57896E

HEX: #57896E
RGB: (87,137,110)

Color info

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

RGB color model

#57896E color RGB value is (87,137,110).

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

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 110 of 255 = 43%

87
137
110

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 110 = 334 (100%)
R 87 of 334 ~ 26.05%
G 137 of 334 ~ 41.02%
B 110 of 334 ~ 32.93%

%26.05
%41.02
%32.93

CMYK color model

#57896E color CMYK value is (36,0,20,46).

  • cyan value is 36.50%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(36,0,20,46)
C36M0Y20K46 
(36%,0%,20%,46%)
(0.36/0.00/0.20/0.46)	

CMYK percentages

%36.5
%0
%19.71
%46.27

Codes

Color #57896E in popluar color models

57896E
RGB87137110
HSL148°22.32%43.92%
HSB/HSV148°36.50%53.73%
CMYK36.50%0.00%19.71%
46.27%

Color #57896E in popluar number systems.

HEX57896E
Decimal87137110
Binary1010111100010011101110
Octal127211156

Shades and tints

Shades of #57896E

#57896E
(87,137,110)
#507D64
(80,125,100)
#49715A
(73,113,90)
#426550
(66,101,80)
#3B5946
(59,89,70)
#344D3C
(52,77,60)
#2D4132
(45,65,50)
#263528
(38,53,40)
#1F291E
(31,41,30)
#181D14
(24,29,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #57896E

#57896E
(87,137,110)
#66937B
(102,147,123)
#759D88
(117,157,136)
#84A795
(132,167,149)
#93B1A2
(147,177,162)
#A2BBAF
(162,187,175)
#B1C5BC
(177,197,188)
#C0CFC9
(192,207,201)
#CFD9D6
(207,217,214)
#DEE3E3
(222,227,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57896E; }

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

This text font color is #57896E.


Background Color

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

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

This div background color is #57896E.


Border color

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

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

This div border color is #57896E.


Opacity

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

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

Text with #57896E 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 #57896E;}

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

This text has shadow with #57896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57896E on black background.


Color preview on white background

This text has color #57896E on white background.



Black color preview on #57896E background

This text has black color on #57896E background.


White color preview on #57896E background

This text has white color on #57896E background.