COLOR #899668

HEX: #899668
RGB: (137,150,104)

Color info

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

RGB color model

#899668 color RGB value is (137,150,104).

  • red value is 137;
  • green value is 150;
  • blue value is 104.
RGB:
(137,150,104)
(54%,59%,41%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 104 of 255 = 41%

137
150
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 104 = 391 (100%)
R 137 of 391 ~ 35.04%
G 150 of 391 ~ 38.36%
B 104 of 391 ~ 26.6%

%35.04
%38.36
%26.6

CMYK color model

#899668 color CMYK value is (9,0,31,41).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(9,0,31,41)
C9M0Y31K41 
(9%,0%,31%,41%)
(0.09/0.00/0.31/0.41)	

CMYK percentages

%8.67
%0
%30.67
%41.18

Codes

Color #899668 in popluar color models

899668
RGB137150104
HSL77°18.11%49.80%
HSB/HSV77°30.67%58.82%
CMYK8.67%0.00%30.67%
41.18%

Color #899668 in popluar number systems.

HEX899668
Decimal137150104
Binary10001001100101101101000
Octal211226150

Shades and tints

Shades of #899668

#899668
(137,150,104)
#7D895F
(125,137,95)
#717C56
(113,124,86)
#656F4D
(101,111,77)
#596244
(89,98,68)
#4D553B
(77,85,59)
#414832
(65,72,50)
#353B29
(53,59,41)
#292E20
(41,46,32)
#1D2117
(29,33,23)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #899668

#899668
(137,150,104)
#939F75
(147,159,117)
#9DA882
(157,168,130)
#A7B18F
(167,177,143)
#B1BA9C
(177,186,156)
#BBC3A9
(187,195,169)
#C5CCB6
(197,204,182)
#CFD5C3
(207,213,195)
#D9DED0
(217,222,208)
#E3E7DD
(227,231,221)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899668 color. Also use rgb(137,150,104) instead hex code.

Text Font Color

.myTextColor { color: #899668; }

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

This text font color is #899668.


Background Color

.myBgColor { background-color: #899668; }

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

This div background color is #899668.


Border color

.myBorderColor { border: 1px solid #899668; }

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

This div border color is #899668.


Opacity

.myOpacity80 { color: #899668; opacity: 0.8; }

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

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

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

This text has shadow with #899668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899668 on black background.


Color preview on white background

This text has color #899668 on white background.



Black color preview on #899668 background

This text has black color on #899668 background.


White color preview on #899668 background

This text has white color on #899668 background.