COLOR #899B70

HEX: #899B70
RGB: (137,155,112)

Color info

#899B70 contains red, green and blue colors in about the same proportion. Web safe color of #899B70 is #999966 (or #996).

RGB color model

#899B70 color RGB value is (137,155,112).

  • red value is 137;
  • green value is 155;
  • blue value is 112.
RGB:
(137,155,112)
(54%,61%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 112 of 255 = 44%

137
155
112

R + G + B ~ 53%. #899B70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 112 = 404 (100%)
R 137 of 404 ~ 33.91%
G 155 of 404 ~ 38.37%
B 112 of 404 ~ 27.72%

%33.91
%38.37
%27.72

CMYK color model

#899B70 color CMYK value is (12,0,28,39).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 39.22%
CMYK:
(12,0,28,39)
C12M0Y28K39 
(12%,0%,28%,39%)
(0.12/0.00/0.28/0.39)	

CMYK percentages

%11.61
%0
%27.74
%39.22

Codes

Color #899B70 in popluar color models

899B70
RGB137155112
HSL85°17.70%52.35%
HSB/HSV85°27.74%60.78%
CMYK11.61%0.00%27.74%
39.22%

Color #899B70 in popluar number systems.

HEX899B70
Decimal137155112
Binary10001001100110111110000
Octal211233160

Shades and tints

Shades of #899B70

#899B70
(137,155,112)
#7D8D66
(125,141,102)
#717F5C
(113,127,92)
#657152
(101,113,82)
#596348
(89,99,72)
#4D553E
(77,85,62)
#414734
(65,71,52)
#35392A
(53,57,42)
#292B20
(41,43,32)
#1D1D16
(29,29,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #899B70

#899B70
(137,155,112)
#93A47D
(147,164,125)
#9DAD8A
(157,173,138)
#A7B697
(167,182,151)
#B1BFA4
(177,191,164)
#BBC8B1
(187,200,177)
#C5D1BE
(197,209,190)
#CFDACB
(207,218,203)
#D9E3D8
(217,227,216)
#E3ECE5
(227,236,229)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899B70 color. Also use rgb(137,155,112) instead hex code.

Text Font Color

.myTextColor { color: #899B70; }

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

This text font color is #899B70.


Background Color

.myBgColor { background-color: #899B70; }

<div style="background-color:#899B70">Inner text</div>

This div background color is #899B70.


Border color

.myBorderColor { border: 1px solid #899B70; }

<div style="border:3px solid #899B70">Div</div>

This div border color is #899B70.


Opacity

.myOpacity80 { color: #899B70; opacity: 0.8; }

<p style="color:#899B70;opacity:0.8;">80%</p>

Text with #899B70 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 #899B70;}

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

This text has shadow with #899B70 color.

.textShadow {text-shadow: 3px 3px 1px #899B70, 3px 3px 1px red;}

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

This text has shadow with #899B70 primary color and red secondary color.


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

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

This text has shadow with #899B70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B70 on black background.


Color preview on white background

This text has color #899B70 on white background.



Black color preview on #899B70 background

This text has black color on #899B70 background.


White color preview on #899B70 background

This text has white color on #899B70 background.