COLOR #989B3E

HEX: #989B3E RGB: (152,155,62)

Color info

#989B3E contains mainly red and green colors. Web safe color of #989B3E is #999933 (or #993).

RGB color model

#989B3E color RGB value is (152,155,62).

RGB: (152,155,62) (60%, 61%, 24%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 62 of 255 = 24%

152
155
62

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 62 = 369 (100%)
R 152 of 369 ~ 41.19%
G 155 of 369 ~ 42.01%
B 62 of 369 ~ 16.8'%

%41.19
%42.01
%16.8

CMYK color model

#989B3E color CMYK value is (2,0,60,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 39.22%

CMYK: (2,0,60,39)
C2M0Y60K39 (2%, 0%, 60%, 39%)
(0.02 / 0.00 / 0.60 / 0.39)

CMYK percentages

%1.94
%0
%60
%39.22

Codes

Color #989B3E in popluar color models

98 9B 3E
RGB 152 155 62
HSL 62° 42.86% 42.55%
HSB/HSV 62° 60.00% 60.78%
CMYK 1.94% 0.00% 60.00%
39.22%

Color #989B3E in popluar number systems.

HEX 98 9B 3E
Decimal 152 155 62
Binary 10011000 10011011 111110
Octal 230 233 76

Shades and tints

Shades of #989B3E

#989B3E
(152,155,62)
#8B8D39
(139,141,57)
#7E7F34
(126,127,52)
#71712F
(113,113,47)
#64632A
(100,99,42)
#575525
(87,85,37)
#4A4720
(74,71,32)
#3D391B
(61,57,27)
#302B16
(48,43,22)
#231D11
(35,29,17)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #989B3E

#989B3E
(152,155,62)
#A1A44F
(161,164,79)
#AAAD60
(170,173,96)
#B3B671
(179,182,113)
#BCBF82
(188,191,130)
#C5C893
(197,200,147)
#CED1A4
(206,209,164)
#D7DAB5
(215,218,181)
#E0E3C6
(224,227,198)
#E9ECD7
(233,236,215)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989B3E color. Also use rgb(152,155,62) instead hex code.

Text Font Color

.myTextColor { color: #989B3E; }

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

This text font color is #989B3E.

Background Color

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

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

This div background color is #989B3E.

Border color

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

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

This div border color is #989B3E.

Opacity

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

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

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

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

This text has shadow with #989B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989B3E.

Preview

Color preview on black background

This text has color #989B3E on black background.


Color preview on white background

This text has color #989B3E on white background.


Black color preview on #989B3E background

This text has black color on #989B3E background.


White color preview on #989B3E background

This text has white color on #989B3E background.


Related colors

Complementary color

Complementary color for #hex is #6764C1.


I love getcolorcode.com

Triadic colors

1 #3E989B and #9B3E98 with #989B3E are triadic colors.

2 #3E9B98 and #9B983E with #989B3E are triadic colors.