COLOR #899E4F

HEX: #899E4F
RGB: (137,158,79)

Color info

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

RGB color model

#899E4F color RGB value is (137,158,79).

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

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 79 of 255 = 31%

137
158
79

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 79 = 374 (100%)
R 137 of 374 ~ 36.63%
G 158 of 374 ~ 42.25%
B 79 of 374 ~ 21.12%

%36.63
%42.25
%21.12

CMYK color model

#899E4F color CMYK value is (13,0,50,38).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(13,0,50,38)
C13M0Y50K38 
(13%,0%,50%,38%)
(0.13/0.00/0.50/0.38)	

CMYK percentages

%13.29
%0
%50
%38.04

Codes

Color #899E4F in popluar color models

899E4F
RGB13715879
HSL76°33.33%46.47%
HSB/HSV76°50.00%61.96%
CMYK13.29%0.00%50.00%
38.04%

Color #899E4F in popluar number systems.

HEX899E4F
Decimal13715879
Binary10001001100111101001111
Octal211236117

Shades and tints

Shades of #899E4F

#899E4F
(137,158,79)
#7D9048
(125,144,72)
#718241
(113,130,65)
#65743A
(101,116,58)
#596633
(89,102,51)
#4D582C
(77,88,44)
#414A25
(65,74,37)
#353C1E
(53,60,30)
#292E17
(41,46,23)
#1D2010
(29,32,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #899E4F

#899E4F
(137,158,79)
#93A65F
(147,166,95)
#9DAE6F
(157,174,111)
#A7B67F
(167,182,127)
#B1BE8F
(177,190,143)
#BBC69F
(187,198,159)
#C5CEAF
(197,206,175)
#CFD6BF
(207,214,191)
#D9DECF
(217,222,207)
#E3E6DF
(227,230,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899E4F; }

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

This text font color is #899E4F.


Background Color

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

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

This div background color is #899E4F.


Border color

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

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

This div border color is #899E4F.


Opacity

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

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

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

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

This text has shadow with #899E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899E4F on black background.


Color preview on white background

This text has color #899E4F on white background.



Black color preview on #899E4F background

This text has black color on #899E4F background.


White color preview on #899E4F background

This text has white color on #899E4F background.