COLOR #989B62

HEX: #989B62
RGB: (152,155,98)

Color info

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

RGB color model

#989B62 color RGB value is (152,155,98).

  • red value is 152;
  • green value is 155;
  • blue value is 98.
RGB:
(152,155,98)
(60%,61%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 98 of 255 = 38%

152
155
98

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 98 = 405 (100%)
R 152 of 405 ~ 37.53%
G 155 of 405 ~ 38.27%
B 98 of 405 ~ 24.2%

%37.53
%38.27
%24.2

CMYK color model

#989B62 color CMYK value is (2,0,37,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(2,0,37,39)
C2M0Y37K39 
(2%,0%,37%,39%)
(0.02/0.00/0.37/0.39)	

CMYK percentages

%1.94
%0
%36.77
%39.22

Codes

Color #989B62 in popluar color models

989B62
RGB15215598
HSL63°22.53%49.61%
HSB/HSV63°36.77%60.78%
CMYK1.94%0.00%36.77%
39.22%

Color #989B62 in popluar number systems.

HEX989B62
Decimal15215598
Binary10011000100110111100010
Octal230233142

Shades and tints

Shades of #989B62

#989B62
(152,155,98)
#8B8D5A
(139,141,90)
#7E7F52
(126,127,82)
#71714A
(113,113,74)
#646342
(100,99,66)
#57553A
(87,85,58)
#4A4732
(74,71,50)
#3D392A
(61,57,42)
#302B22
(48,43,34)
#231D1A
(35,29,26)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #989B62

#989B62
(152,155,98)
#A1A470
(161,164,112)
#AAAD7E
(170,173,126)
#B3B68C
(179,182,140)
#BCBF9A
(188,191,154)
#C5C8A8
(197,200,168)
#CED1B6
(206,209,182)
#D7DAC4
(215,218,196)
#E0E3D2
(224,227,210)
#E9ECE0
(233,236,224)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989B62; }

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

This text font color is #989B62.


Background Color

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

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

This div background color is #989B62.


Border color

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

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

This div border color is #989B62.


Opacity

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

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

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

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

This text has shadow with #989B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989B62 on black background.


Color preview on white background

This text has color #989B62 on white background.



Black color preview on #989B62 background

This text has black color on #989B62 background.


White color preview on #989B62 background

This text has white color on #989B62 background.