COLOR #898C59

HEX: #898C59
RGB: (137,140,89)

Color info

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

RGB color model

#898C59 color RGB value is (137,140,89).

  • red value is 137;
  • green value is 140;
  • blue value is 89.
RGB:
(137,140,89)
(54%,55%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 89 of 255 = 35%

137
140
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 89 = 366 (100%)
R 137 of 366 ~ 37.43%
G 140 of 366 ~ 38.25%
B 89 of 366 ~ 24.32%

%37.43
%38.25
%24.32

CMYK color model

#898C59 color CMYK value is (2,0,36,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 36.43%
  • key color value is 45.10%
CMYK:
(2,0,36,45)
C2M0Y36K45 
(2%,0%,36%,45%)
(0.02/0.00/0.36/0.45)	

CMYK percentages

%2.14
%0
%36.43
%45.1

Codes

Color #898C59 in popluar color models

898C59
RGB13714089
HSL64°22.27%44.90%
HSB/HSV64°36.43%54.90%
CMYK2.14%0.00%36.43%
45.10%

Color #898C59 in popluar number systems.

HEX898C59
Decimal13714089
Binary10001001100011001011001
Octal211214131

Shades and tints

Shades of #898C59

#898C59
(137,140,89)
#7D8051
(125,128,81)
#717449
(113,116,73)
#656841
(101,104,65)
#595C39
(89,92,57)
#4D5031
(77,80,49)
#414429
(65,68,41)
#353821
(53,56,33)
#292C19
(41,44,25)
#1D2011
(29,32,17)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #898C59

#898C59
(137,140,89)
#939668
(147,150,104)
#9DA077
(157,160,119)
#A7AA86
(167,170,134)
#B1B495
(177,180,149)
#BBBEA4
(187,190,164)
#C5C8B3
(197,200,179)
#CFD2C2
(207,210,194)
#D9DCD1
(217,220,209)
#E3E6E0
(227,230,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898C59 color. Also use rgb(137,140,89) instead hex code.

Text Font Color

.myTextColor { color: #898C59; }

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

This text font color is #898C59.


Background Color

.myBgColor { background-color: #898C59; }

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

This div background color is #898C59.


Border color

.myBorderColor { border: 1px solid #898C59; }

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

This div border color is #898C59.


Opacity

.myOpacity80 { color: #898C59; opacity: 0.8; }

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

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

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

This text has shadow with #898C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C59 on black background.


Color preview on white background

This text has color #898C59 on white background.



Black color preview on #898C59 background

This text has black color on #898C59 background.


White color preview on #898C59 background

This text has white color on #898C59 background.