COLOR #989E5D

HEX: #989E5D RGB: (152,158,93)

Color info

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

RGB color model

#989E5D color RGB value is (152,158,93).

RGB: (152,158,93) (60%, 62%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 93 of 255 = 36%

152
158
93

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

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 93 = 403 (100%)
R 152 of 403 ~ 37.72%
G 158 of 403 ~ 39.21%
B 93 of 403 ~ 23.08'%

%37.72
%39.21
%23.08

CMYK color model

#989E5D color CMYK value is (4,0,41,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 38.04%

CMYK: (4,0,41,38)
C4M0Y41K38 (4%, 0%, 41%, 38%)
(0.04 / 0.00 / 0.41 / 0.38)

CMYK percentages

%3.8
%0
%41.14
%38.04

Codes

Color #989E5D in popluar color models

98 9E 5D
RGB 152 158 93
HSL 66° 25.90% 49.22%
HSB/HSV 66° 41.14% 61.96%
CMYK 3.80% 0.00% 41.14%
38.04%

Color #989E5D in popluar number systems.

HEX 98 9E 5D
Decimal 152 158 93
Binary 10011000 10011110 1011101
Octal 230 236 135

Shades and tints

Shades of #989E5D

#989E5D
(152,158,93)
#8B9055
(139,144,85)
#7E824D
(126,130,77)
#717445
(113,116,69)
#64663D
(100,102,61)
#575835
(87,88,53)
#4A4A2D
(74,74,45)
#3D3C25
(61,60,37)
#302E1D
(48,46,29)
#232015
(35,32,21)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #989E5D

#989E5D
(152,158,93)
#A1A66B
(161,166,107)
#AAAE79
(170,174,121)
#B3B687
(179,182,135)
#BCBE95
(188,190,149)
#C5C6A3
(197,198,163)
#CECEB1
(206,206,177)
#D7D6BF
(215,214,191)
#E0DECD
(224,222,205)
#E9E6DB
(233,230,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989E5D; }

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

This text font color is #989E5D.

Background Color

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

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

This div background color is #989E5D.

Border color

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

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

This div border color is #989E5D.

Opacity

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

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

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

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

This text has shadow with #989E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989E5D.

Preview

Color preview on black background

This text has color #989E5D on black background.


Color preview on white background

This text has color #989E5D on white background.


Black color preview on #989E5D background

This text has black color on #989E5D background.


White color preview on #989E5D background

This text has white color on #989E5D background.


Related colors

Complementary color

Complementary color for #hex is #6761A2.


I love getcolorcode.com

Triadic colors

1 #5D989E and #9E5D98 with #989E5D are triadic colors.

2 #5D9E98 and #9E985D with #989E5D are triadic colors.