COLOR #989E4F

HEX: #989E4F RGB: (152,158,79)

Color info

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

RGB color model

#989E4F color RGB value is (152,158,79).

RGB: (152,158,79) (60%, 62%, 31%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 79 of 255 = 31%

152
158
79

R + G + B ~ 51%. #989E4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 79 = 389 (100%)
R 152 of 389 ~ 39.07%
G 158 of 389 ~ 40.62%
B 79 of 389 ~ 20.31'%

%39.07
%40.62
%20.31

CMYK color model

#989E4F color CMYK value is (4,0,50,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK: (4,0,50,38) C4M0Y50K38 (4%,0%,50%,38%) (0.04/0.00/0.50/0.38) 

CMYK percentages

%3.8
%0
%50
%38.04

Codes

Color #989E4F in popluar color models

98 9E 4F
RGB 152 158 79
HSL 65° 33.33% 46.47%
HSB/HSV 65° 50.00% 61.96%
CMYK 3.80% 0.00% 50.00%
38.04%

Color #989E4F in popluar number systems.

HEX 98 9E 4F
Decimal 152 158 79
Binary 10011000 10011110 1001111
Octal 230 236 117

Shades and tints

Shades of #989E4F

#989E4F
(152,158,79)
#8B9048
(139,144,72)
#7E8241
(126,130,65)
#71743A
(113,116,58)
#646633
(100,102,51)
#57582C
(87,88,44)
#4A4A25
(74,74,37)
#3D3C1E
(61,60,30)
#302E17
(48,46,23)
#232010
(35,32,16)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #989E4F

#989E4F
(152,158,79)
#A1A65F
(161,166,95)
#AAAE6F
(170,174,111)
#B3B67F
(179,182,127)
#BCBE8F
(188,190,143)
#C5C69F
(197,198,159)
#CECEAF
(206,206,175)
#D7D6BF
(215,214,191)
#E0DECF
(224,222,207)
#E9E6DF
(233,230,223)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989E4F color. Also use rgb(152,158,79) instead hex code.

Text Font Color

.myTextColor { color: #989E4F; }

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

This text font color is #989E4F.

Background Color

.myBgColor { background-color: #989E4F; }

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

This div background color is #989E4F.

Border color

.myBorderColor { border: 1px solid #989E4F; }

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

This div border color is #989E4F.

Opacity

.myOpacity80 { color: #989E4F; opacity: 0.8; }

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

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

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

This text has shadow with #989E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989E4F.

Preview

Color preview on black background

This text has color #989E4F on black background.


Color preview on white background

This text has color #989E4F on white background.


Black color preview on #989E4F background

This text has black color on #989E4F background.


White color preview on #989E4F background

This text has white color on #989E4F background.


Related colors

Complementary color

Complementary color for #hex is #6761B0.


I love getcolorcode.com

Triadic colors

1 #4F989E and #9E4F98 with #989E4F are triadic colors.

2 #4F9E98 and #9E984F with #989E4F are triadic colors.