COLOR #899971

HEX: #899971
RGB: (137,153,113)

Color info

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

RGB color model

#899971 color RGB value is (137,153,113).

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

RGB channels and saturation

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

137
153
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 113 = 403 (100%)
R 137 of 403 ~ 34%
G 153 of 403 ~ 37.97%
B 113 of 403 ~ 28.04%

%34
%37.97
%28.04

CMYK color model

#899971 color CMYK value is (10,0,26,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(10,0,26,40)
C10M0Y26K40 
(10%,0%,26%,40%)
(0.10/0.00/0.26/0.40)	

CMYK percentages

%10.46
%0
%26.14
%40

Codes

Color #899971 in popluar color models

899971
RGB137153113
HSL84°16.39%52.16%
HSB/HSV84°26.14%60.00%
CMYK10.46%0.00%26.14%
40.00%

Color #899971 in popluar number systems.

HEX899971
Decimal137153113
Binary10001001100110011110001
Octal211231161

Shades and tints

Shades of #899971

#899971
(137,153,113)
#7D8C67
(125,140,103)
#717F5D
(113,127,93)
#657253
(101,114,83)
#596549
(89,101,73)
#4D583F
(77,88,63)
#414B35
(65,75,53)
#353E2B
(53,62,43)
#293121
(41,49,33)
#1D2417
(29,36,23)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #899971

#899971
(137,153,113)
#93A27D
(147,162,125)
#9DAB89
(157,171,137)
#A7B495
(167,180,149)
#B1BDA1
(177,189,161)
#BBC6AD
(187,198,173)
#C5CFB9
(197,207,185)
#CFD8C5
(207,216,197)
#D9E1D1
(217,225,209)
#E3EADD
(227,234,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899971; }

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

This text font color is #899971.


Background Color

.myBgColor { background-color: #899971; }

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

This div background color is #899971.


Border color

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

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

This div border color is #899971.


Opacity

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

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

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

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

This text has shadow with #899971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899971 on black background.


Color preview on white background

This text has color #899971 on white background.



Black color preview on #899971 background

This text has black color on #899971 background.


White color preview on #899971 background

This text has white color on #899971 background.