COLOR #898460

HEX: #898460
RGB: (137,132,96)

Color info

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

RGB color model

#898460 color RGB value is (137,132,96).

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

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 96 of 255 = 38%

137
132
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 96 = 365 (100%)
R 137 of 365 ~ 37.53%
G 132 of 365 ~ 36.16%
B 96 of 365 ~ 26.3%

%37.53
%36.16
%26.3

CMYK color model

#898460 color CMYK value is (0,4,30,46).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(0,4,30,46)
C0M4Y30K46 
(0%,4%,30%,46%)
(0.00/0.04/0.30/0.46)	

CMYK percentages

%0
%3.65
%29.93
%46.27

Codes

Color #898460 in popluar color models

898460
RGB13713296
HSL53°17.60%45.69%
HSB/HSV53°29.93%53.73%
CMYK0.00%3.65%29.93%
46.27%

Color #898460 in popluar number systems.

HEX898460
Decimal13713296
Binary10001001100001001100000
Octal211204140

Shades and tints

Shades of #898460

#898460
(137,132,96)
#7D7858
(125,120,88)
#716C50
(113,108,80)
#656048
(101,96,72)
#595440
(89,84,64)
#4D4838
(77,72,56)
#413C30
(65,60,48)
#353028
(53,48,40)
#292420
(41,36,32)
#1D1818
(29,24,24)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #898460

#898460
(137,132,96)
#938F6E
(147,143,110)
#9D9A7C
(157,154,124)
#A7A58A
(167,165,138)
#B1B098
(177,176,152)
#BBBBA6
(187,187,166)
#C5C6B4
(197,198,180)
#CFD1C2
(207,209,194)
#D9DCD0
(217,220,208)
#E3E7DE
(227,231,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898460; }

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

This text font color is #898460.


Background Color

.myBgColor { background-color: #898460; }

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

This div background color is #898460.


Border color

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

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

This div border color is #898460.


Opacity

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

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

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

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

This text has shadow with #898460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898460 on black background.


Color preview on white background

This text has color #898460 on white background.



Black color preview on #898460 background

This text has black color on #898460 background.


White color preview on #898460 background

This text has white color on #898460 background.