COLOR #898456

HEX: #898456
RGB: (137,132,86)

Color info

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

RGB color model

#898456 color RGB value is (137,132,86).

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

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 86 of 255 = 34%

137
132
86

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 86 = 355 (100%)
R 137 of 355 ~ 38.59%
G 132 of 355 ~ 37.18%
B 86 of 355 ~ 24.23%

%38.59
%37.18
%24.23

CMYK color model

#898456 color CMYK value is (0,4,37,46).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(0,4,37,46)
C0M4Y37K46 
(0%,4%,37%,46%)
(0.00/0.04/0.37/0.46)	

CMYK percentages

%0
%3.65
%37.23
%46.27

Codes

Color #898456 in popluar color models

898456
RGB13713286
HSL54°22.87%43.73%
HSB/HSV54°37.23%53.73%
CMYK0.00%3.65%37.23%
46.27%

Color #898456 in popluar number systems.

HEX898456
Decimal13713286
Binary10001001100001001010110
Octal211204126

Shades and tints

Shades of #898456

#898456
(137,132,86)
#7D784F
(125,120,79)
#716C48
(113,108,72)
#656041
(101,96,65)
#59543A
(89,84,58)
#4D4833
(77,72,51)
#413C2C
(65,60,44)
#353025
(53,48,37)
#29241E
(41,36,30)
#1D1817
(29,24,23)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #898456

#898456
(137,132,86)
#938F65
(147,143,101)
#9D9A74
(157,154,116)
#A7A583
(167,165,131)
#B1B092
(177,176,146)
#BBBBA1
(187,187,161)
#C5C6B0
(197,198,176)
#CFD1BF
(207,209,191)
#D9DCCE
(217,220,206)
#E3E7DD
(227,231,221)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898456; }

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

This text font color is #898456.


Background Color

.myBgColor { background-color: #898456; }

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

This div background color is #898456.


Border color

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

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

This div border color is #898456.


Opacity

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

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

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

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

This text has shadow with #898456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898456 on black background.


Color preview on white background

This text has color #898456 on white background.



Black color preview on #898456 background

This text has black color on #898456 background.


White color preview on #898456 background

This text has white color on #898456 background.