COLOR #989D60

HEX: #989D60
RGB: (152,157,96)

Color info

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

RGB color model

#989D60 color RGB value is (152,157,96).

  • red value is 152;
  • green value is 157;
  • blue value is 96.
RGB:
(152,157,96)
(60%,62%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 96 of 255 = 38%

152
157
96

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

Portions of RGB colors in percentages

R + G + B =
152 + 157 + 96 = 405 (100%)
R 152 of 405 ~ 37.53%
G 157 of 405 ~ 38.77%
B 96 of 405 ~ 23.7%

%37.53
%38.77
%23.7

CMYK color model

#989D60 color CMYK value is (3,0,39,38).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 38.43%
CMYK:
(3,0,39,38)
C3M0Y39K38 
(3%,0%,39%,38%)
(0.03/0.00/0.39/0.38)	

CMYK percentages

%3.18
%0
%38.85
%38.43

Codes

Color #989D60 in popluar color models

989D60
RGB15215796
HSL65°24.11%49.61%
HSB/HSV65°38.85%61.57%
CMYK3.18%0.00%38.85%
38.43%

Color #989D60 in popluar number systems.

HEX989D60
Decimal15215796
Binary10011000100111011100000
Octal230235140

Shades and tints

Shades of #989D60

#989D60
(152,157,96)
#8B8F58
(139,143,88)
#7E8150
(126,129,80)
#717348
(113,115,72)
#646540
(100,101,64)
#575738
(87,87,56)
#4A4930
(74,73,48)
#3D3B28
(61,59,40)
#302D20
(48,45,32)
#231F18
(35,31,24)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #989D60

#989D60
(152,157,96)
#A1A56E
(161,165,110)
#AAAD7C
(170,173,124)
#B3B58A
(179,181,138)
#BCBD98
(188,189,152)
#C5C5A6
(197,197,166)
#CECDB4
(206,205,180)
#D7D5C2
(215,213,194)
#E0DDD0
(224,221,208)
#E9E5DE
(233,229,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989D60 color. Also use rgb(152,157,96) instead hex code.

Text Font Color

.myTextColor { color: #989D60; }

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

This text font color is #989D60.


Background Color

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

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

This div background color is #989D60.


Border color

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

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

This div border color is #989D60.


Opacity

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

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

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

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

This text has shadow with #989D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989D60 on black background.


Color preview on white background

This text has color #989D60 on white background.



Black color preview on #989D60 background

This text has black color on #989D60 background.


White color preview on #989D60 background

This text has white color on #989D60 background.