COLOR #979662

HEX: #979662
RGB: (151,150,98)

Color info

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

RGB color model

#979662 color RGB value is (151,150,98).

  • red value is 151;
  • green value is 150;
  • blue value is 98.
RGB:
(151,150,98)
(59%,59%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 98 of 255 = 38%

151
150
98

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 98 = 399 (100%)
R 151 of 399 ~ 37.84%
G 150 of 399 ~ 37.59%
B 98 of 399 ~ 24.56%

%37.84
%37.59
%24.56

CMYK color model

#979662 color CMYK value is (0,1,35,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(0,1,35,41)
C0M1Y35K41 
(0%,1%,35%,41%)
(0.00/0.01/0.35/0.41)	

CMYK percentages

%0
%0.66
%35.1
%40.78

Codes

Color #979662 in popluar color models

979662
RGB15115098
HSL59°21.29%48.82%
HSB/HSV59°35.10%59.22%
CMYK0.00%0.66%35.10%
40.78%

Color #979662 in popluar number systems.

HEX979662
Decimal15115098
Binary10010111100101101100010
Octal227226142

Shades and tints

Shades of #979662

#979662
(151,150,98)
#8A895A
(138,137,90)
#7D7C52
(125,124,82)
#706F4A
(112,111,74)
#636242
(99,98,66)
#56553A
(86,85,58)
#494832
(73,72,50)
#3C3B2A
(60,59,42)
#2F2E22
(47,46,34)
#22211A
(34,33,26)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #979662

#979662
(151,150,98)
#A09F70
(160,159,112)
#A9A87E
(169,168,126)
#B2B18C
(178,177,140)
#BBBA9A
(187,186,154)
#C4C3A8
(196,195,168)
#CDCCB6
(205,204,182)
#D6D5C4
(214,213,196)
#DFDED2
(223,222,210)
#E8E7E0
(232,231,224)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979662 color. Also use rgb(151,150,98) instead hex code.

Text Font Color

.myTextColor { color: #979662; }

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

This text font color is #979662.


Background Color

.myBgColor { background-color: #979662; }

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

This div background color is #979662.


Border color

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

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

This div border color is #979662.


Opacity

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

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

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

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

This text has shadow with #979662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979662 on black background.


Color preview on white background

This text has color #979662 on white background.



Black color preview on #979662 background

This text has black color on #979662 background.


White color preview on #979662 background

This text has white color on #979662 background.