COLOR #898D50

HEX: #898D50 RGB: (137,141,80)

Color info

#898D50 contains mainly red and green colors. Web safe color of #898D50 is #999966 (or #996).

RGB color model

#898D50 color RGB value is (137,141,80).

RGB: (137,141,80) (54%, 55%, 31%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 80 of 255 = 31%

137
141
80

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

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 80 = 358 (100%)
R 137 of 358 ~ 38.27%
G 141 of 358 ~ 39.39%
B 80 of 358 ~ 22.35'%

%38.27
%39.39
%22.35

CMYK color model

#898D50 color CMYK value is (3,0,43,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 43.26%
  • key color value is 44.71%
CMYK: (3,0,43,45) C3M0Y43K45 (3%,0%,43%,45%) (0.03/0.00/0.43/0.45) 

CMYK percentages

%2.84
%0
%43.26
%44.71

Codes

Color #898D50 in popluar color models

89 8D 50
RGB 137 141 80
HSL 64° 27.60% 43.33%
HSB/HSV 64° 43.26% 55.29%
CMYK 2.84% 0.00% 43.26%
44.71%

Color #898D50 in popluar number systems.

HEX 89 8D 50
Decimal 137 141 80
Binary 10001001 10001101 1010000
Octal 211 215 120

Shades and tints

Shades of #898D50

#898D50
(137,141,80)
#7D8149
(125,129,73)
#717542
(113,117,66)
#65693B
(101,105,59)
#595D34
(89,93,52)
#4D512D
(77,81,45)
#414526
(65,69,38)
#35391F
(53,57,31)
#292D18
(41,45,24)
#1D2111
(29,33,17)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #898D50

#898D50
(137,141,80)
#93975F
(147,151,95)
#9DA16E
(157,161,110)
#A7AB7D
(167,171,125)
#B1B58C
(177,181,140)
#BBBF9B
(187,191,155)
#C5C9AA
(197,201,170)
#CFD3B9
(207,211,185)
#D9DDC8
(217,221,200)
#E3E7D7
(227,231,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898D50 color. Also use rgb(137,141,80) instead hex code.

Text Font Color

.myTextColor { color: #898D50; }

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

This text font color is #898D50.

Background Color

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

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

This div background color is #898D50.

Border color

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

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

This div border color is #898D50.

Opacity

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

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

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

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

This text has shadow with #898D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898D50.

Preview

Color preview on black background

This text has color #898D50 on black background.


Color preview on white background

This text has color #898D50 on white background.


Black color preview on #898D50 background

This text has black color on #898D50 background.


White color preview on #898D50 background

This text has white color on #898D50 background.


Related colors

Complementary color

Complementary color for #hex is #7672AF.


I love getcolorcode.com

Triadic colors

1 #50898D and #8D5089 with #898D50 are triadic colors.

2 #508D89 and #8D8950 with #898D50 are triadic colors.