COLOR #989C57

HEX: #989C57 RGB: (152,156,87)

Color info

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

RGB color model

#989C57 color RGB value is (152,156,87).

RGB: (152,156,87) (60%, 61%, 34%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 87 of 255 = 34%

152
156
87

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

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 87 = 395 (100%)
R 152 of 395 ~ 38.48%
G 156 of 395 ~ 39.49%
B 87 of 395 ~ 22.03'%

%38.48
%39.49
%22.03

CMYK color model

#989C57 color CMYK value is (3,0,44,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 38.82%

CMYK: (3,0,44,39)
C3M0Y44K39 (3%, 0%, 44%, 39%)
(0.03 / 0.00 / 0.44 / 0.39)

CMYK percentages

%2.56
%0
%44.23
%38.82

Codes

Color #989C57 in popluar color models

98 9C 57
RGB 152 156 87
HSL 63° 28.40% 47.65%
HSB/HSV 63° 44.23% 61.18%
CMYK 2.56% 0.00% 44.23%
38.82%

Color #989C57 in popluar number systems.

HEX 98 9C 57
Decimal 152 156 87
Binary 10011000 10011100 1010111
Octal 230 234 127

Shades and tints

Shades of #989C57

#989C57
(152,156,87)
#8B8E50
(139,142,80)
#7E8049
(126,128,73)
#717242
(113,114,66)
#64643B
(100,100,59)
#575634
(87,86,52)
#4A482D
(74,72,45)
#3D3A26
(61,58,38)
#302C1F
(48,44,31)
#231E18
(35,30,24)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #989C57

#989C57
(152,156,87)
#A1A566
(161,165,102)
#AAAE75
(170,174,117)
#B3B784
(179,183,132)
#BCC093
(188,192,147)
#C5C9A2
(197,201,162)
#CED2B1
(206,210,177)
#D7DBC0
(215,219,192)
#E0E4CF
(224,228,207)
#E9EDDE
(233,237,222)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989C57 color. Also use rgb(152,156,87) instead hex code.

Text Font Color

.myTextColor { color: #989C57; }

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

This text font color is #989C57.

Background Color

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

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

This div background color is #989C57.

Border color

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

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

This div border color is #989C57.

Opacity

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

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

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

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

This text has shadow with #989C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989C57.

Preview

Color preview on black background

This text has color #989C57 on black background.


Color preview on white background

This text has color #989C57 on white background.


Black color preview on #989C57 background

This text has black color on #989C57 background.


White color preview on #989C57 background

This text has white color on #989C57 background.


Related colors

Complementary color

Complementary color for #hex is #6763A8.


I love getcolorcode.com

Triadic colors

1 #57989C and #9C5798 with #989C57 are triadic colors.

2 #579C98 and #9C9857 with #989C57 are triadic colors.