COLOR #899F73

HEX: #899F73
RGB: (137,159,115)

Color info

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

RGB color model

#899F73 color RGB value is (137,159,115).

  • red value is 137;
  • green value is 159;
  • blue value is 115.
RGB:
(137,159,115)
(54%,62%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 115 of 255 = 45%

137
159
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 159 + 115 = 411 (100%)
R 137 of 411 ~ 33.33%
G 159 of 411 ~ 38.69%
B 115 of 411 ~ 27.98%

%33.33
%38.69
%27.98

CMYK color model

#899F73 color CMYK value is (14,0,28,38).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(14,0,28,38)
C14M0Y28K38 
(14%,0%,28%,38%)
(0.14/0.00/0.28/0.38)	

CMYK percentages

%13.84
%0
%27.67
%37.65

Codes

Color #899F73 in popluar color models

899F73
RGB137159115
HSL90°18.64%53.73%
HSB/HSV90°27.67%62.35%
CMYK13.84%0.00%27.67%
37.65%

Color #899F73 in popluar number systems.

HEX899F73
Decimal137159115
Binary10001001100111111110011
Octal211237163

Shades and tints

Shades of #899F73

#899F73
(137,159,115)
#7D9169
(125,145,105)
#71835F
(113,131,95)
#657555
(101,117,85)
#59674B
(89,103,75)
#4D5941
(77,89,65)
#414B37
(65,75,55)
#353D2D
(53,61,45)
#292F23
(41,47,35)
#1D2119
(29,33,25)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #899F73

#899F73
(137,159,115)
#93A77F
(147,167,127)
#9DAF8B
(157,175,139)
#A7B797
(167,183,151)
#B1BFA3
(177,191,163)
#BBC7AF
(187,199,175)
#C5CFBB
(197,207,187)
#CFD7C7
(207,215,199)
#D9DFD3
(217,223,211)
#E3E7DF
(227,231,223)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899F73 color. Also use rgb(137,159,115) instead hex code.

Text Font Color

.myTextColor { color: #899F73; }

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

This text font color is #899F73.


Background Color

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

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

This div background color is #899F73.


Border color

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

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

This div border color is #899F73.


Opacity

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

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

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

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

This text has shadow with #899F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899F73 on black background.


Color preview on white background

This text has color #899F73 on white background.



Black color preview on #899F73 background

This text has black color on #899F73 background.


White color preview on #899F73 background

This text has white color on #899F73 background.