COLOR #979592

HEX: #979592
RGB: (151,149,146)

Color info

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

RGB color model

#979592 color RGB value is (151,149,146).

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

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 146 of 255 = 57%

151
149
146

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 146 = 446 (100%)
R 151 of 446 ~ 33.86%
G 149 of 446 ~ 33.41%
B 146 of 446 ~ 32.74%

%33.86
%33.41
%32.74

CMYK color model

#979592 color CMYK value is (0,1,3,41).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 3.31%
  • key color value is 40.78%
CMYK:
(0,1,3,41)
C0M1Y3K41 
(0%,1%,3%,41%)
(0.00/0.01/0.03/0.41)	

CMYK percentages

%0
%1.32
%3.31
%40.78

Codes

Color #979592 in popluar color models

979592
RGB151149146
HSL36°2.35%58.24%
HSB/HSV36°3.31%59.22%
CMYK0.00%1.32%3.31%
40.78%

Color #979592 in popluar number systems.

HEX979592
Decimal151149146
Binary100101111001010110010010
Octal227225222

Shades and tints

Shades of #979592

#979592
(151,149,146)
#8A8885
(138,136,133)
#7D7B78
(125,123,120)
#706E6B
(112,110,107)
#63615E
(99,97,94)
#565451
(86,84,81)
#494744
(73,71,68)
#3C3A37
(60,58,55)
#2F2D2A
(47,45,42)
#22201D
(34,32,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #979592

#979592
(151,149,146)
#A09E9B
(160,158,155)
#A9A7A4
(169,167,164)
#B2B0AD
(178,176,173)
#BBB9B6
(187,185,182)
#C4C2BF
(196,194,191)
#CDCBC8
(205,203,200)
#D6D4D1
(214,212,209)
#DFDDDA
(223,221,218)
#E8E6E3
(232,230,227)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979592; }

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

This text font color is #979592.


Background Color

.myBgColor { background-color: #979592; }

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

This div background color is #979592.


Border color

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

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

This div border color is #979592.


Opacity

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

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

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

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

This text has shadow with #979592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979592 on black background.


Color preview on white background

This text has color #979592 on white background.



Black color preview on #979592 background

This text has black color on #979592 background.


White color preview on #979592 background

This text has white color on #979592 background.