COLOR #899E7D

HEX: #899E7D
RGB: (137,158,125)

Color info

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

RGB color model

#899E7D color RGB value is (137,158,125).

  • red value is 137;
  • green value is 158;
  • blue value is 125.
RGB:
(137,158,125)
(54%,62%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 125 of 255 = 49%

137
158
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 125 = 420 (100%)
R 137 of 420 ~ 32.62%
G 158 of 420 ~ 37.62%
B 125 of 420 ~ 29.76%

%32.62
%37.62
%29.76

CMYK color model

#899E7D color CMYK value is (13,0,21,38).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(13,0,21,38)
C13M0Y21K38 
(13%,0%,21%,38%)
(0.13/0.00/0.21/0.38)	

CMYK percentages

%13.29
%0
%20.89
%38.04

Codes

Color #899E7D in popluar color models

899E7D
RGB137158125
HSL98°14.54%55.49%
HSB/HSV98°20.89%61.96%
CMYK13.29%0.00%20.89%
38.04%

Color #899E7D in popluar number systems.

HEX899E7D
Decimal137158125
Binary10001001100111101111101
Octal211236175

Shades and tints

Shades of #899E7D

#899E7D
(137,158,125)
#7D9072
(125,144,114)
#718267
(113,130,103)
#65745C
(101,116,92)
#596651
(89,102,81)
#4D5846
(77,88,70)
#414A3B
(65,74,59)
#353C30
(53,60,48)
#292E25
(41,46,37)
#1D201A
(29,32,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #899E7D

#899E7D
(137,158,125)
#93A688
(147,166,136)
#9DAE93
(157,174,147)
#A7B69E
(167,182,158)
#B1BEA9
(177,190,169)
#BBC6B4
(187,198,180)
#C5CEBF
(197,206,191)
#CFD6CA
(207,214,202)
#D9DED5
(217,222,213)
#E3E6E0
(227,230,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899E7D color. Also use rgb(137,158,125) instead hex code.

Text Font Color

.myTextColor { color: #899E7D; }

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

This text font color is #899E7D.


Background Color

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

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

This div background color is #899E7D.


Border color

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

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

This div border color is #899E7D.


Opacity

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

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

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

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

This text has shadow with #899E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899E7D on black background.


Color preview on white background

This text has color #899E7D on white background.



Black color preview on #899E7D background

This text has black color on #899E7D background.


White color preview on #899E7D background

This text has white color on #899E7D background.