COLOR #898A60

HEX: #898A60 RGB: (137,138,96)

Color info

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

RGB color model

#898A60 color RGB value is (137,138,96).

RGB: (137,138,96) (54%, 54%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 96 of 255 = 38%

137
138
96

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

Portions of RGB colors in percentages

R + G + B = 137 + 138 + 96 = 371 (100%)
R 137 of 371 ~ 36.93%
G 138 of 371 ~ 37.2%
B 96 of 371 ~ 25.88'%

%36.93
%37.2
%25.88

CMYK color model

#898A60 color CMYK value is (1,0,30,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 45.88%

CMYK: (1,0,30,46)
C1M0Y30K46 (1%, 0%, 30%, 46%)
(0.01 / 0.00 / 0.30 / 0.46)

CMYK percentages

%0.72
%0
%30.43
%45.88

Codes

Color #898A60 in popluar color models

89 8A 60
RGB 137 138 96
HSL 61° 17.95% 45.88%
HSB/HSV 61° 30.43% 54.12%
CMYK 0.72% 0.00% 30.43%
45.88%

Color #898A60 in popluar number systems.

HEX 89 8A 60
Decimal 137 138 96
Binary 10001001 10001010 1100000
Octal 211 212 140

Shades and tints

Shades of #898A60

#898A60
(137,138,96)
#7D7E58
(125,126,88)
#717250
(113,114,80)
#656648
(101,102,72)
#595A40
(89,90,64)
#4D4E38
(77,78,56)
#414230
(65,66,48)
#353628
(53,54,40)
#292A20
(41,42,32)
#1D1E18
(29,30,24)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #898A60

#898A60
(137,138,96)
#93946E
(147,148,110)
#9D9E7C
(157,158,124)
#A7A88A
(167,168,138)
#B1B298
(177,178,152)
#BBBCA6
(187,188,166)
#C5C6B4
(197,198,180)
#CFD0C2
(207,208,194)
#D9DAD0
(217,218,208)
#E3E4DE
(227,228,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A60; }

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

This text font color is #898A60.

Background Color

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

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

This div background color is #898A60.

Border color

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

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

This div border color is #898A60.

Opacity

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

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

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

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

This text has shadow with #898A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898A60.

Preview

Color preview on black background

This text has color #898A60 on black background.


Color preview on white background

This text has color #898A60 on white background.


Black color preview on #898A60 background

This text has black color on #898A60 background.


White color preview on #898A60 background

This text has white color on #898A60 background.


Related colors

Complementary color

Complementary color for #hex is #76759F.


I love getcolorcode.com

Triadic colors

1 #60898A and #8A6089 with #898A60 are triadic colors.

2 #608A89 and #8A8960 with #898A60 are triadic colors.