COLOR #899479

HEX: #899479
RGB: (137,148,121)

Color info

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

RGB color model

#899479 color RGB value is (137,148,121).

  • red value is 137;
  • green value is 148;
  • blue value is 121.
RGB:
(137,148,121)
(54%,58%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 121 of 255 = 47%

137
148
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 121 = 406 (100%)
R 137 of 406 ~ 33.74%
G 148 of 406 ~ 36.45%
B 121 of 406 ~ 29.8%

%33.74
%36.45
%29.8

CMYK color model

#899479 color CMYK value is (7,0,18,42).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(7,0,18,42)
C7M0Y18K42 
(7%,0%,18%,42%)
(0.07/0.00/0.18/0.42)	

CMYK percentages

%7.43
%0
%18.24
%41.96

Codes

Color #899479 in popluar color models

899479
RGB137148121
HSL84°11.20%52.75%
HSB/HSV84°18.24%58.04%
CMYK7.43%0.00%18.24%
41.96%

Color #899479 in popluar number systems.

HEX899479
Decimal137148121
Binary10001001100101001111001
Octal211224171

Shades and tints

Shades of #899479

#899479
(137,148,121)
#7D876E
(125,135,110)
#717A63
(113,122,99)
#656D58
(101,109,88)
#59604D
(89,96,77)
#4D5342
(77,83,66)
#414637
(65,70,55)
#35392C
(53,57,44)
#292C21
(41,44,33)
#1D1F16
(29,31,22)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #899479

#899479
(137,148,121)
#939D85
(147,157,133)
#9DA691
(157,166,145)
#A7AF9D
(167,175,157)
#B1B8A9
(177,184,169)
#BBC1B5
(187,193,181)
#C5CAC1
(197,202,193)
#CFD3CD
(207,211,205)
#D9DCD9
(217,220,217)
#E3E5E5
(227,229,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899479 color. Also use rgb(137,148,121) instead hex code.

Text Font Color

.myTextColor { color: #899479; }

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

This text font color is #899479.


Background Color

.myBgColor { background-color: #899479; }

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

This div background color is #899479.


Border color

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

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

This div border color is #899479.


Opacity

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

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

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

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

This text has shadow with #899479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899479 on black background.


Color preview on white background

This text has color #899479 on white background.



Black color preview on #899479 background

This text has black color on #899479 background.


White color preview on #899479 background

This text has white color on #899479 background.