COLOR #899A79

HEX: #899A79
RGB: (137,154,121)

Color info

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

RGB color model

#899A79 color RGB value is (137,154,121).

  • red value is 137;
  • green value is 154;
  • blue value is 121.
RGB:
(137,154,121)
(54%,60%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 154 of 255 = 60%
B 121 of 255 = 47%

137
154
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 121 = 412 (100%)
R 137 of 412 ~ 33.25%
G 154 of 412 ~ 37.38%
B 121 of 412 ~ 29.37%

%33.25
%37.38
%29.37

CMYK color model

#899A79 color CMYK value is (11,0,21,40).

  • cyan value is 11.04%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%
CMYK:
(11,0,21,40)
C11M0Y21K40 
(11%,0%,21%,40%)
(0.11/0.00/0.21/0.40)	

CMYK percentages

%11.04
%0
%21.43
%39.61

Codes

Color #899A79 in popluar color models

899A79
RGB137154121
HSL91°14.04%53.92%
HSB/HSV91°21.43%60.39%
CMYK11.04%0.00%21.43%
39.61%

Color #899A79 in popluar number systems.

HEX899A79
Decimal137154121
Binary10001001100110101111001
Octal211232171

Shades and tints

Shades of #899A79

#899A79
(137,154,121)
#7D8C6E
(125,140,110)
#717E63
(113,126,99)
#657058
(101,112,88)
#59624D
(89,98,77)
#4D5442
(77,84,66)
#414637
(65,70,55)
#35382C
(53,56,44)
#292A21
(41,42,33)
#1D1C16
(29,28,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #899A79

#899A79
(137,154,121)
#93A385
(147,163,133)
#9DAC91
(157,172,145)
#A7B59D
(167,181,157)
#B1BEA9
(177,190,169)
#BBC7B5
(187,199,181)
#C5D0C1
(197,208,193)
#CFD9CD
(207,217,205)
#D9E2D9
(217,226,217)
#E3EBE5
(227,235,229)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899A79 color. Also use rgb(137,154,121) instead hex code.

Text Font Color

.myTextColor { color: #899A79; }

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

This text font color is #899A79.


Background Color

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

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

This div background color is #899A79.


Border color

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

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

This div border color is #899A79.


Opacity

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

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

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

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

This text has shadow with #899A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899A79 on black background.


Color preview on white background

This text has color #899A79 on white background.



Black color preview on #899A79 background

This text has black color on #899A79 background.


White color preview on #899A79 background

This text has white color on #899A79 background.