COLOR #899F56

HEX: #899F56
RGB: (137,159,86)

Color info

#899F56 contains mainly red and green colors. Web safe color of #899F56 is #999966 (or #996).

RGB color model

#899F56 color RGB value is (137,159,86).

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

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 86 of 255 = 34%

137
159
86

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

Portions of RGB colors in percentages

R + G + B =
137 + 159 + 86 = 382 (100%)
R 137 of 382 ~ 35.86%
G 159 of 382 ~ 41.62%
B 86 of 382 ~ 22.51%

%35.86
%41.62
%22.51

CMYK color model

#899F56 color CMYK value is (14,0,46,38).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 45.91%
  • key color value is 37.65%
CMYK:
(14,0,46,38)
C14M0Y46K38 
(14%,0%,46%,38%)
(0.14/0.00/0.46/0.38)	

CMYK percentages

%13.84
%0
%45.91
%37.65

Codes

Color #899F56 in popluar color models

899F56
RGB13715986
HSL78°29.80%48.04%
HSB/HSV78°45.91%62.35%
CMYK13.84%0.00%45.91%
37.65%

Color #899F56 in popluar number systems.

HEX899F56
Decimal13715986
Binary10001001100111111010110
Octal211237126

Shades and tints

Shades of #899F56

#899F56
(137,159,86)
#7D914F
(125,145,79)
#718348
(113,131,72)
#657541
(101,117,65)
#59673A
(89,103,58)
#4D5933
(77,89,51)
#414B2C
(65,75,44)
#353D25
(53,61,37)
#292F1E
(41,47,30)
#1D2117
(29,33,23)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #899F56

#899F56
(137,159,86)
#93A765
(147,167,101)
#9DAF74
(157,175,116)
#A7B783
(167,183,131)
#B1BF92
(177,191,146)
#BBC7A1
(187,199,161)
#C5CFB0
(197,207,176)
#CFD7BF
(207,215,191)
#D9DFCE
(217,223,206)
#E3E7DD
(227,231,221)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899F56; }

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

This text font color is #899F56.


Background Color

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

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

This div background color is #899F56.


Border color

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

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

This div border color is #899F56.


Opacity

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

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

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

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

This text has shadow with #899F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899F56 on black background.


Color preview on white background

This text has color #899F56 on white background.



Black color preview on #899F56 background

This text has black color on #899F56 background.


White color preview on #899F56 background

This text has white color on #899F56 background.