COLOR #979583

HEX: #979583 RGB: (151,149,131)

Color info

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

RGB color model

#979583 color RGB value is (151,149,131).

RGB: (151,149,131) (59%, 58%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 131 of 255 = 51%

151
149
131

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

Portions of RGB colors in percentages

R + G + B = 151 + 149 + 131 = 431 (100%)
R 151 of 431 ~ 35.03%
G 149 of 431 ~ 34.57%
B 131 of 431 ~ 30.39'%

%35.03
%34.57
%30.39

CMYK color model

#979583 color CMYK value is (0,1,13,41).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 13.25%
  • key color value is 40.78%

CMYK: (0,1,13,41)
C0M1Y13K41 (0%, 1%, 13%, 41%)
(0.00 / 0.01 / 0.13 / 0.41)

CMYK percentages

%0
%1.32
%13.25
%40.78

Codes

Color #979583 in popluar color models

97 95 83
RGB 151 149 131
HSL 54° 8.77% 55.29%
HSB/HSV 54° 13.25% 59.22%
CMYK 0.00% 1.32% 13.25%
40.78%

Color #979583 in popluar number systems.

HEX 97 95 83
Decimal 151 149 131
Binary 10010111 10010101 10000011
Octal 227 225 203

Shades and tints

Shades of #979583

#979583
(151,149,131)
#8A8878
(138,136,120)
#7D7B6D
(125,123,109)
#706E62
(112,110,98)
#636157
(99,97,87)
#56544C
(86,84,76)
#494741
(73,71,65)
#3C3A36
(60,58,54)
#2F2D2B
(47,45,43)
#222020
(34,32,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #979583

#979583
(151,149,131)
#A09E8E
(160,158,142)
#A9A799
(169,167,153)
#B2B0A4
(178,176,164)
#BBB9AF
(187,185,175)
#C4C2BA
(196,194,186)
#CDCBC5
(205,203,197)
#D6D4D0
(214,212,208)
#DFDDDB
(223,221,219)
#E8E6E6
(232,230,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979583; }

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

This text font color is #979583.

Background Color

.myBgColor { background-color: #979583; }

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

This div background color is #979583.

Border color

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

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

This div border color is #979583.

Opacity

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

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

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

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

This text has shadow with #979583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979583.

Preview

Color preview on black background

This text has color #979583 on black background.


Color preview on white background

This text has color #979583 on white background.


Black color preview on #979583 background

This text has black color on #979583 background.


White color preview on #979583 background

This text has white color on #979583 background.


Related colors

Complementary color

Complementary color for #hex is #686A7C.


I love getcolorcode.com

Triadic colors

1 #839795 and #958397 with #979583 are triadic colors.

2 #839597 and #959783 with #979583 are triadic colors.