COLOR #899970

HEX: #899970
RGB: (137,153,112)

Color info

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

RGB color model

#899970 color RGB value is (137,153,112).

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

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 112 of 255 = 44%

137
153
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 112 = 402 (100%)
R 137 of 402 ~ 34.08%
G 153 of 402 ~ 38.06%
B 112 of 402 ~ 27.86%

%34.08
%38.06
%27.86

CMYK color model

#899970 color CMYK value is (10,0,27,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(10,0,27,40)
C10M0Y27K40 
(10%,0%,27%,40%)
(0.10/0.00/0.27/0.40)	

CMYK percentages

%10.46
%0
%26.8
%40

Codes

Color #899970 in popluar color models

899970
RGB137153112
HSL83°16.73%51.96%
HSB/HSV83°26.80%60.00%
CMYK10.46%0.00%26.80%
40.00%

Color #899970 in popluar number systems.

HEX899970
Decimal137153112
Binary10001001100110011110000
Octal211231160

Shades and tints

Shades of #899970

#899970
(137,153,112)
#7D8C66
(125,140,102)
#717F5C
(113,127,92)
#657252
(101,114,82)
#596548
(89,101,72)
#4D583E
(77,88,62)
#414B34
(65,75,52)
#353E2A
(53,62,42)
#293120
(41,49,32)
#1D2416
(29,36,22)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #899970

#899970
(137,153,112)
#93A27D
(147,162,125)
#9DAB8A
(157,171,138)
#A7B497
(167,180,151)
#B1BDA4
(177,189,164)
#BBC6B1
(187,198,177)
#C5CFBE
(197,207,190)
#CFD8CB
(207,216,203)
#D9E1D8
(217,225,216)
#E3EAE5
(227,234,229)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899970; }

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

This text font color is #899970.


Background Color

.myBgColor { background-color: #899970; }

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

This div background color is #899970.


Border color

.myBorderColor { border: 1px solid #899970; }

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

This div border color is #899970.


Opacity

.myOpacity80 { color: #899970; opacity: 0.8; }

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

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

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

This text has shadow with #899970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899970 on black background.


Color preview on white background

This text has color #899970 on white background.



Black color preview on #899970 background

This text has black color on #899970 background.


White color preview on #899970 background

This text has white color on #899970 background.