COLOR #979992

HEX: #979992
RGB: (151,153,146)

Color info

#979992 contains red, green and blue colors in about the same proportion. Web safe color of #979992 is #999999 (or #999).

RGB color model

#979992 color RGB value is (151,153,146).

  • red value is 151;
  • green value is 153;
  • blue value is 146.
RGB:
(151,153,146)
(59%,60%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 146 of 255 = 57%

151
153
146

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 146 = 450 (100%)
R 151 of 450 ~ 33.56%
G 153 of 450 ~ 34%
B 146 of 450 ~ 32.44%

%33.56
%34
%32.44

CMYK color model

#979992 color CMYK value is (1,0,5,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(1,0,5,40)
C1M0Y5K40 
(1%,0%,5%,40%)
(0.01/0.00/0.05/0.40)	

CMYK percentages

%1.31
%0
%4.58
%40

Codes

Color #979992 in popluar color models

979992
RGB151153146
HSL77°3.32%58.63%
HSB/HSV77°4.58%60.00%
CMYK1.31%0.00%4.58%
40.00%

Color #979992 in popluar number systems.

HEX979992
Decimal151153146
Binary100101111001100110010010
Octal227231222

Shades and tints

Shades of #979992

#979992
(151,153,146)
#8A8C85
(138,140,133)
#7D7F78
(125,127,120)
#70726B
(112,114,107)
#63655E
(99,101,94)
#565851
(86,88,81)
#494B44
(73,75,68)
#3C3E37
(60,62,55)
#2F312A
(47,49,42)
#22241D
(34,36,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #979992

#979992
(151,153,146)
#A0A29B
(160,162,155)
#A9ABA4
(169,171,164)
#B2B4AD
(178,180,173)
#BBBDB6
(187,189,182)
#C4C6BF
(196,198,191)
#CDCFC8
(205,207,200)
#D6D8D1
(214,216,209)
#DFE1DA
(223,225,218)
#E8EAE3
(232,234,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979992 color. Also use rgb(151,153,146) instead hex code.

Text Font Color

.myTextColor { color: #979992; }

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

This text font color is #979992.


Background Color

.myBgColor { background-color: #979992; }

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

This div background color is #979992.


Border color

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

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

This div border color is #979992.


Opacity

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

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

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

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

This text has shadow with #979992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979992 on black background.


Color preview on white background

This text has color #979992 on white background.



Black color preview on #979992 background

This text has black color on #979992 background.


White color preview on #979992 background

This text has white color on #979992 background.