COLOR #899E6C

HEX: #899E6C
RGB: (137,158,108)

Color info

#899E6C contains red, green and blue colors in about the same proportion. Web safe color of #899E6C is #999966 (or #996).

RGB color model

#899E6C color RGB value is (137,158,108).

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

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 108 of 255 = 42%

137
158
108

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 108 = 403 (100%)
R 137 of 403 ~ 34%
G 158 of 403 ~ 39.21%
B 108 of 403 ~ 26.8%

%34
%39.21
%26.8

CMYK color model

#899E6C color CMYK value is (13,0,32,38).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 38.04%
CMYK:
(13,0,32,38)
C13M0Y32K38 
(13%,0%,32%,38%)
(0.13/0.00/0.32/0.38)	

CMYK percentages

%13.29
%0
%31.65
%38.04

Codes

Color #899E6C in popluar color models

899E6C
RGB137158108
HSL85°20.49%52.16%
HSB/HSV85°31.65%61.96%
CMYK13.29%0.00%31.65%
38.04%

Color #899E6C in popluar number systems.

HEX899E6C
Decimal137158108
Binary10001001100111101101100
Octal211236154

Shades and tints

Shades of #899E6C

#899E6C
(137,158,108)
#7D9063
(125,144,99)
#71825A
(113,130,90)
#657451
(101,116,81)
#596648
(89,102,72)
#4D583F
(77,88,63)
#414A36
(65,74,54)
#353C2D
(53,60,45)
#292E24
(41,46,36)
#1D201B
(29,32,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #899E6C

#899E6C
(137,158,108)
#93A679
(147,166,121)
#9DAE86
(157,174,134)
#A7B693
(167,182,147)
#B1BEA0
(177,190,160)
#BBC6AD
(187,198,173)
#C5CEBA
(197,206,186)
#CFD6C7
(207,214,199)
#D9DED4
(217,222,212)
#E3E6E1
(227,230,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899E6C; }

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

This text font color is #899E6C.


Background Color

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

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

This div background color is #899E6C.


Border color

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

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

This div border color is #899E6C.


Opacity

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

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

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

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

This text has shadow with #899E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899E6C on black background.


Color preview on white background

This text has color #899E6C on white background.



Black color preview on #899E6C background

This text has black color on #899E6C background.


White color preview on #899E6C background

This text has white color on #899E6C background.