COLOR #899C5E

HEX: #899C5E
RGB: (137,156,94)

Color info

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

RGB color model

#899C5E color RGB value is (137,156,94).

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

RGB channels and saturation

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

137
156
94

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

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 94 = 387 (100%)
R 137 of 387 ~ 35.4%
G 156 of 387 ~ 40.31%
B 94 of 387 ~ 24.29%

%35.4
%40.31
%24.29

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(12,0,40,39)
C12M0Y40K39 
(12%,0%,40%,39%)
(0.12/0.00/0.40/0.39)	

CMYK percentages

%12.18
%0
%39.74
%38.82

Codes

Color #899C5E in popluar color models

899C5E
RGB13715694
HSL78°24.80%49.02%
HSB/HSV78°39.74%61.18%
CMYK12.18%0.00%39.74%
38.82%

Color #899C5E in popluar number systems.

HEX899C5E
Decimal13715694
Binary10001001100111001011110
Octal211234136

Shades and tints

Shades of #899C5E

#899C5E
(137,156,94)
#7D8E56
(125,142,86)
#71804E
(113,128,78)
#657246
(101,114,70)
#59643E
(89,100,62)
#4D5636
(77,86,54)
#41482E
(65,72,46)
#353A26
(53,58,38)
#292C1E
(41,44,30)
#1D1E16
(29,30,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #899C5E

#899C5E
(137,156,94)
#93A56C
(147,165,108)
#9DAE7A
(157,174,122)
#A7B788
(167,183,136)
#B1C096
(177,192,150)
#BBC9A4
(187,201,164)
#C5D2B2
(197,210,178)
#CFDBC0
(207,219,192)
#D9E4CE
(217,228,206)
#E3EDDC
(227,237,220)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899C5E; }

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

This text font color is #899C5E.


Background Color

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

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

This div background color is #899C5E.


Border color

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

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

This div border color is #899C5E.


Opacity

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

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

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

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

This text has shadow with #899C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899C5E on black background.


Color preview on white background

This text has color #899C5E on white background.



Black color preview on #899C5E background

This text has black color on #899C5E background.


White color preview on #899C5E background

This text has white color on #899C5E background.