COLOR #899B4F

HEX: #899B4F
RGB: (137,155,79)

Color info

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

RGB color model

#899B4F color RGB value is (137,155,79).

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

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 79 of 255 = 31%

137
155
79

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 79 = 371 (100%)
R 137 of 371 ~ 36.93%
G 155 of 371 ~ 41.78%
B 79 of 371 ~ 21.29%

%36.93
%41.78
%21.29

CMYK color model

#899B4F color CMYK value is (12,0,49,39).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 49.03%
  • key color value is 39.22%
CMYK:
(12,0,49,39)
C12M0Y49K39 
(12%,0%,49%,39%)
(0.12/0.00/0.49/0.39)	

CMYK percentages

%11.61
%0
%49.03
%39.22

Codes

Color #899B4F in popluar color models

899B4F
RGB13715579
HSL74°32.48%45.88%
HSB/HSV74°49.03%60.78%
CMYK11.61%0.00%49.03%
39.22%

Color #899B4F in popluar number systems.

HEX899B4F
Decimal13715579
Binary10001001100110111001111
Octal211233117

Shades and tints

Shades of #899B4F

#899B4F
(137,155,79)
#7D8D48
(125,141,72)
#717F41
(113,127,65)
#65713A
(101,113,58)
#596333
(89,99,51)
#4D552C
(77,85,44)
#414725
(65,71,37)
#35391E
(53,57,30)
#292B17
(41,43,23)
#1D1D10
(29,29,16)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #899B4F

#899B4F
(137,155,79)
#93A45F
(147,164,95)
#9DAD6F
(157,173,111)
#A7B67F
(167,182,127)
#B1BF8F
(177,191,143)
#BBC89F
(187,200,159)
#C5D1AF
(197,209,175)
#CFDABF
(207,218,191)
#D9E3CF
(217,227,207)
#E3ECDF
(227,236,223)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899B4F; }

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

This text font color is #899B4F.


Background Color

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

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

This div background color is #899B4F.


Border color

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

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

This div border color is #899B4F.


Opacity

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

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

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

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

This text has shadow with #899B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B4F on black background.


Color preview on white background

This text has color #899B4F on white background.



Black color preview on #899B4F background

This text has black color on #899B4F background.


White color preview on #899B4F background

This text has white color on #899B4F background.