COLOR #899C5F

HEX: #899C5F
RGB: (137,156,95)

Color info

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

RGB color model

#899C5F color RGB value is (137,156,95).

  • red value is 137;
  • green value is 156;
  • blue value is 95.
RGB:
(137,156,95)
(54%,61%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 95 of 255 = 37%

137
156
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 95 = 388 (100%)
R 137 of 388 ~ 35.31%
G 156 of 388 ~ 40.21%
B 95 of 388 ~ 24.48%

%35.31
%40.21
%24.48

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 39.10%
  • key color value is 38.82%
CMYK:
(12,0,39,39)
C12M0Y39K39 
(12%,0%,39%,39%)
(0.12/0.00/0.39/0.39)	

CMYK percentages

%12.18
%0
%39.1
%38.82

Codes

Color #899C5F in popluar color models

899C5F
RGB13715695
HSL79°24.30%49.22%
HSB/HSV79°39.10%61.18%
CMYK12.18%0.00%39.10%
38.82%

Color #899C5F in popluar number systems.

HEX899C5F
Decimal13715695
Binary10001001100111001011111
Octal211234137

Shades and tints

Shades of #899C5F

#899C5F
(137,156,95)
#7D8E57
(125,142,87)
#71804F
(113,128,79)
#657247
(101,114,71)
#59643F
(89,100,63)
#4D5637
(77,86,55)
#41482F
(65,72,47)
#353A27
(53,58,39)
#292C1F
(41,44,31)
#1D1E17
(29,30,23)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #899C5F

#899C5F
(137,156,95)
#93A56D
(147,165,109)
#9DAE7B
(157,174,123)
#A7B789
(167,183,137)
#B1C097
(177,192,151)
#BBC9A5
(187,201,165)
#C5D2B3
(197,210,179)
#CFDBC1
(207,219,193)
#D9E4CF
(217,228,207)
#E3EDDD
(227,237,221)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899C5F color. Also use rgb(137,156,95) instead hex code.

Text Font Color

.myTextColor { color: #899C5F; }

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

This text font color is #899C5F.


Background Color

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

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

This div background color is #899C5F.


Border color

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

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

This div border color is #899C5F.


Opacity

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

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

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

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

This text has shadow with #899C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899C5F on black background.


Color preview on white background

This text has color #899C5F on white background.



Black color preview on #899C5F background

This text has black color on #899C5F background.


White color preview on #899C5F background

This text has white color on #899C5F background.