COLOR #899460

HEX: #899460
RGB: (137,148,96)

Color info

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

RGB color model

#899460 color RGB value is (137,148,96).

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

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 96 of 255 = 38%

137
148
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 96 = 381 (100%)
R 137 of 381 ~ 35.96%
G 148 of 381 ~ 38.85%
B 96 of 381 ~ 25.2%

%35.96
%38.85
%25.2

CMYK color model

#899460 color CMYK value is (7,0,35,42).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 41.96%
CMYK:
(7,0,35,42)
C7M0Y35K42 
(7%,0%,35%,42%)
(0.07/0.00/0.35/0.42)	

CMYK percentages

%7.43
%0
%35.14
%41.96

Codes

Color #899460 in popluar color models

899460
RGB13714896
HSL73°21.31%47.84%
HSB/HSV73°35.14%58.04%
CMYK7.43%0.00%35.14%
41.96%

Color #899460 in popluar number systems.

HEX899460
Decimal13714896
Binary10001001100101001100000
Octal211224140

Shades and tints

Shades of #899460

#899460
(137,148,96)
#7D8758
(125,135,88)
#717A50
(113,122,80)
#656D48
(101,109,72)
#596040
(89,96,64)
#4D5338
(77,83,56)
#414630
(65,70,48)
#353928
(53,57,40)
#292C20
(41,44,32)
#1D1F18
(29,31,24)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #899460

#899460
(137,148,96)
#939D6E
(147,157,110)
#9DA67C
(157,166,124)
#A7AF8A
(167,175,138)
#B1B898
(177,184,152)
#BBC1A6
(187,193,166)
#C5CAB4
(197,202,180)
#CFD3C2
(207,211,194)
#D9DCD0
(217,220,208)
#E3E5DE
(227,229,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899460; }

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

This text font color is #899460.


Background Color

.myBgColor { background-color: #899460; }

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

This div background color is #899460.


Border color

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

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

This div border color is #899460.


Opacity

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

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

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

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

This text has shadow with #899460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899460 on black background.


Color preview on white background

This text has color #899460 on white background.



Black color preview on #899460 background

This text has black color on #899460 background.


White color preview on #899460 background

This text has white color on #899460 background.