COLOR #989961

HEX: #989961
RGB: (152,153,97)

Color info

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

RGB color model

#989961 color RGB value is (152,153,97).

  • red value is 152;
  • green value is 153;
  • blue value is 97.
RGB:
(152,153,97)
(60%,60%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 153 of 255 = 60%
B 97 of 255 = 38%

152
153
97

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

Portions of RGB colors in percentages

R + G + B =
152 + 153 + 97 = 402 (100%)
R 152 of 402 ~ 37.81%
G 153 of 402 ~ 38.06%
B 97 of 402 ~ 24.13%

%37.81
%38.06
%24.13

CMYK color model

#989961 color CMYK value is (1,0,37,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 40.00%
CMYK:
(1,0,37,40)
C1M0Y37K40 
(1%,0%,37%,40%)
(0.01/0.00/0.37/0.40)	

CMYK percentages

%0.65
%0
%36.6
%40

Codes

Color #989961 in popluar color models

989961
RGB15215397
HSL61°22.40%49.02%
HSB/HSV61°36.60%60.00%
CMYK0.65%0.00%36.60%
40.00%

Color #989961 in popluar number systems.

HEX989961
Decimal15215397
Binary10011000100110011100001
Octal230231141

Shades and tints

Shades of #989961

#989961
(152,153,97)
#8B8C59
(139,140,89)
#7E7F51
(126,127,81)
#717249
(113,114,73)
#646541
(100,101,65)
#575839
(87,88,57)
#4A4B31
(74,75,49)
#3D3E29
(61,62,41)
#303121
(48,49,33)
#232419
(35,36,25)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #989961

#989961
(152,153,97)
#A1A26F
(161,162,111)
#AAAB7D
(170,171,125)
#B3B48B
(179,180,139)
#BCBD99
(188,189,153)
#C5C6A7
(197,198,167)
#CECFB5
(206,207,181)
#D7D8C3
(215,216,195)
#E0E1D1
(224,225,209)
#E9EADF
(233,234,223)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989961 color. Also use rgb(152,153,97) instead hex code.

Text Font Color

.myTextColor { color: #989961; }

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

This text font color is #989961.


Background Color

.myBgColor { background-color: #989961; }

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

This div background color is #989961.


Border color

.myBorderColor { border: 1px solid #989961; }

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

This div border color is #989961.


Opacity

.myOpacity80 { color: #989961; opacity: 0.8; }

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

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

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

This text has shadow with #989961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989961 on black background.


Color preview on white background

This text has color #989961 on white background.



Black color preview on #989961 background

This text has black color on #989961 background.


White color preview on #989961 background

This text has white color on #989961 background.