COLOR #899D7A

HEX: #899D7A
RGB: (137,157,122)

Color info

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

RGB color model

#899D7A color RGB value is (137,157,122).

  • red value is 137;
  • green value is 157;
  • blue value is 122.
RGB:
(137,157,122)
(54%,62%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 122 of 255 = 48%

137
157
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 157 + 122 = 416 (100%)
R 137 of 416 ~ 32.93%
G 157 of 416 ~ 37.74%
B 122 of 416 ~ 29.33%

%32.93
%37.74
%29.33

CMYK color model

#899D7A color CMYK value is (13,0,22,38).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK:
(13,0,22,38)
C13M0Y22K38 
(13%,0%,22%,38%)
(0.13/0.00/0.22/0.38)	

CMYK percentages

%12.74
%0
%22.29
%38.43

Codes

Color #899D7A in popluar color models

899D7A
RGB137157122
HSL94°15.15%54.71%
HSB/HSV94°22.29%61.57%
CMYK12.74%0.00%22.29%
38.43%

Color #899D7A in popluar number systems.

HEX899D7A
Decimal137157122
Binary10001001100111011111010
Octal211235172

Shades and tints

Shades of #899D7A

#899D7A
(137,157,122)
#7D8F6F
(125,143,111)
#718164
(113,129,100)
#657359
(101,115,89)
#59654E
(89,101,78)
#4D5743
(77,87,67)
#414938
(65,73,56)
#353B2D
(53,59,45)
#292D22
(41,45,34)
#1D1F17
(29,31,23)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #899D7A

#899D7A
(137,157,122)
#93A586
(147,165,134)
#9DAD92
(157,173,146)
#A7B59E
(167,181,158)
#B1BDAA
(177,189,170)
#BBC5B6
(187,197,182)
#C5CDC2
(197,205,194)
#CFD5CE
(207,213,206)
#D9DDDA
(217,221,218)
#E3E5E6
(227,229,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899D7A color. Also use rgb(137,157,122) instead hex code.

Text Font Color

.myTextColor { color: #899D7A; }

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

This text font color is #899D7A.


Background Color

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

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

This div background color is #899D7A.


Border color

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

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

This div border color is #899D7A.


Opacity

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

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

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

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

This text has shadow with #899D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899D7A on black background.


Color preview on white background

This text has color #899D7A on white background.



Black color preview on #899D7A background

This text has black color on #899D7A background.


White color preview on #899D7A background

This text has white color on #899D7A background.