COLOR #989D73

HEX: #989D73 RGB: (152,157,115)

Color info

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

RGB color model

#989D73 color RGB value is (152,157,115).

RGB: (152,157,115) (60%, 62%, 45%)

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 115 of 255 = 45%

152
157
115

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

Portions of RGB colors in percentages

R + G + B = 152 + 157 + 115 = 424 (100%)
R 152 of 424 ~ 35.85%
G 157 of 424 ~ 37.03%
B 115 of 424 ~ 27.12'%

%35.85
%37.03
%27.12

CMYK color model

#989D73 color CMYK value is (3,0,27,38).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 38.43%

CMYK: (3,0,27,38)
C3M0Y27K38 (3%, 0%, 27%, 38%)
(0.03 / 0.00 / 0.27 / 0.38)

CMYK percentages

%3.18
%0
%26.75
%38.43

Codes

Color #989D73 in popluar color models

98 9D 73
RGB 152 157 115
HSL 67° 17.65% 53.33%
HSB/HSV 67° 26.75% 61.57%
CMYK 3.18% 0.00% 26.75%
38.43%

Color #989D73 in popluar number systems.

HEX 98 9D 73
Decimal 152 157 115
Binary 10011000 10011101 1110011
Octal 230 235 163

Shades and tints

Shades of #989D73

#989D73
(152,157,115)
#8B8F69
(139,143,105)
#7E815F
(126,129,95)
#717355
(113,115,85)
#64654B
(100,101,75)
#575741
(87,87,65)
#4A4937
(74,73,55)
#3D3B2D
(61,59,45)
#302D23
(48,45,35)
#231F19
(35,31,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #989D73

#989D73
(152,157,115)
#A1A57F
(161,165,127)
#AAAD8B
(170,173,139)
#B3B597
(179,181,151)
#BCBDA3
(188,189,163)
#C5C5AF
(197,197,175)
#CECDBB
(206,205,187)
#D7D5C7
(215,213,199)
#E0DDD3
(224,221,211)
#E9E5DF
(233,229,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989D73; }

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

This text font color is #989D73.

Background Color

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

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

This div background color is #989D73.

Border color

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

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

This div border color is #989D73.

Opacity

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

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

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

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

This text has shadow with #989D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989D73.

Preview

Color preview on black background

This text has color #989D73 on black background.


Color preview on white background

This text has color #989D73 on white background.


Black color preview on #989D73 background

This text has black color on #989D73 background.


White color preview on #989D73 background

This text has white color on #989D73 background.


Related colors

Complementary color

Complementary color for #hex is #67628C.


I love getcolorcode.com

Triadic colors

1 #73989D and #9D7398 with #989D73 are triadic colors.

2 #739D98 and #9D9873 with #989D73 are triadic colors.