COLOR #898E60

HEX: #898E60 RGB: (137,142,96)

Color info

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

RGB color model

#898E60 color RGB value is (137,142,96).

RGB: (137,142,96) (54%, 56%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 96 of 255 = 38%

137
142
96

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

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 96 = 375 (100%)
R 137 of 375 ~ 36.53%
G 142 of 375 ~ 37.87%
B 96 of 375 ~ 25.6'%

%36.53
%37.87
%25.6

CMYK color model

#898E60 color CMYK value is (4,0,32,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 44.31%

CMYK: (4,0,32,44)
C4M0Y32K44 (4%, 0%, 32%, 44%)
(0.04 / 0.00 / 0.32 / 0.44)

CMYK percentages

%3.52
%0
%32.39
%44.31

Codes

Color #898E60 in popluar color models

89 8E 60
RGB 137 142 96
HSL 67° 19.33% 46.67%
HSB/HSV 67° 32.39% 55.69%
CMYK 3.52% 0.00% 32.39%
44.31%

Color #898E60 in popluar number systems.

HEX 89 8E 60
Decimal 137 142 96
Binary 10001001 10001110 1100000
Octal 211 216 140

Shades and tints

Shades of #898E60

#898E60
(137,142,96)
#7D8258
(125,130,88)
#717650
(113,118,80)
#656A48
(101,106,72)
#595E40
(89,94,64)
#4D5238
(77,82,56)
#414630
(65,70,48)
#353A28
(53,58,40)
#292E20
(41,46,32)
#1D2218
(29,34,24)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #898E60

#898E60
(137,142,96)
#93986E
(147,152,110)
#9DA27C
(157,162,124)
#A7AC8A
(167,172,138)
#B1B698
(177,182,152)
#BBC0A6
(187,192,166)
#C5CAB4
(197,202,180)
#CFD4C2
(207,212,194)
#D9DED0
(217,222,208)
#E3E8DE
(227,232,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898E60; }

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

This text font color is #898E60.

Background Color

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

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

This div background color is #898E60.

Border color

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

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

This div border color is #898E60.

Opacity

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

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

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

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

This text has shadow with #898E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898E60.

Preview

Color preview on black background

This text has color #898E60 on black background.


Color preview on white background

This text has color #898E60 on white background.


Black color preview on #898E60 background

This text has black color on #898E60 background.


White color preview on #898E60 background

This text has white color on #898E60 background.


Related colors

Complementary color

Complementary color for #hex is #76719F.


I love getcolorcode.com

Triadic colors

1 #60898E and #8E6089 with #898E60 are triadic colors.

2 #608E89 and #8E8960 with #898E60 are triadic colors.