COLOR #979790

HEX: #979790
RGB: (151,151,144)

Color info

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

RGB color model

#979790 color RGB value is (151,151,144).

  • red value is 151;
  • green value is 151;
  • blue value is 144.
RGB:
(151,151,144)
(59%,59%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 151 of 255 = 59%
B 144 of 255 = 56%

151
151
144

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

Portions of RGB colors in percentages

R + G + B =
151 + 151 + 144 = 446 (100%)
R 151 of 446 ~ 33.86%
G 151 of 446 ~ 33.86%
B 144 of 446 ~ 32.29%

%33.86
%33.86
%32.29

CMYK color model

#979790 color CMYK value is (0,0,5,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(0,0,5,41)
C0M0Y5K41 
(0%,0%,5%,41%)
(0.00/0.00/0.05/0.41)	

CMYK percentages

%0
%0
%4.64
%40.78

Codes

Color #979790 in popluar color models

979790
RGB151151144
HSL60°3.26%57.84%
HSB/HSV60°4.64%59.22%
CMYK0.00%0.00%4.64%
40.78%

Color #979790 in popluar number systems.

HEX979790
Decimal151151144
Binary100101111001011110010000
Octal227227220

Shades and tints

Shades of #979790

#979790
(151,151,144)
#8A8A83
(138,138,131)
#7D7D76
(125,125,118)
#707069
(112,112,105)
#63635C
(99,99,92)
#56564F
(86,86,79)
#494942
(73,73,66)
#3C3C35
(60,60,53)
#2F2F28
(47,47,40)
#22221B
(34,34,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #979790

#979790
(151,151,144)
#A0A09A
(160,160,154)
#A9A9A4
(169,169,164)
#B2B2AE
(178,178,174)
#BBBBB8
(187,187,184)
#C4C4C2
(196,196,194)
#CDCDCC
(205,205,204)
#D6D6D6
(214,214,214)
#DFDFE0
(223,223,224)
#E8E8EA
(232,232,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979790; }

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

This text font color is #979790.


Background Color

.myBgColor { background-color: #979790; }

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

This div background color is #979790.


Border color

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

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

This div border color is #979790.


Opacity

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

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

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

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

This text has shadow with #979790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979790 on black background.


Color preview on white background

This text has color #979790 on white background.



Black color preview on #979790 background

This text has black color on #979790 background.


White color preview on #979790 background

This text has white color on #979790 background.