COLOR #57896B

HEX: #57896B
RGB: (87,137,107)

Color info

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

RGB color model

#57896B color RGB value is (87,137,107).

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

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 107 of 255 = 42%

87
137
107

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 107 = 331 (100%)
R 87 of 331 ~ 26.28%
G 137 of 331 ~ 41.39%
B 107 of 331 ~ 32.33%

%26.28
%41.39
%32.33

CMYK color model

#57896B color CMYK value is (36,0,22,46).

  • cyan value is 36.50%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(36,0,22,46)
C36M0Y22K46 
(36%,0%,22%,46%)
(0.36/0.00/0.22/0.46)	

CMYK percentages

%36.5
%0
%21.9
%46.27

Codes

Color #57896B in popluar color models

57896B
RGB87137107
HSL144°22.32%43.92%
HSB/HSV144°36.50%53.73%
CMYK36.50%0.00%21.90%
46.27%

Color #57896B in popluar number systems.

HEX57896B
Decimal87137107
Binary1010111100010011101011
Octal127211153

Shades and tints

Shades of #57896B

#57896B
(87,137,107)
#507D62
(80,125,98)
#497159
(73,113,89)
#426550
(66,101,80)
#3B5947
(59,89,71)
#344D3E
(52,77,62)
#2D4135
(45,65,53)
#26352C
(38,53,44)
#1F2923
(31,41,35)
#181D1A
(24,29,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #57896B

#57896B
(87,137,107)
#669378
(102,147,120)
#759D85
(117,157,133)
#84A792
(132,167,146)
#93B19F
(147,177,159)
#A2BBAC
(162,187,172)
#B1C5B9
(177,197,185)
#C0CFC6
(192,207,198)
#CFD9D3
(207,217,211)
#DEE3E0
(222,227,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57896B; }

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

This text font color is #57896B.


Background Color

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

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

This div background color is #57896B.


Border color

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

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

This div border color is #57896B.


Opacity

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

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

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

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

This text has shadow with #57896B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57896B on black background.


Color preview on white background

This text has color #57896B on white background.



Black color preview on #57896B background

This text has black color on #57896B background.


White color preview on #57896B background

This text has white color on #57896B background.