COLOR #979580

HEX: #979580 RGB: (151,149,128)

Color info

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

RGB color model

#979580 color RGB value is (151,149,128).

RGB: (151,149,128) (59%, 58%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 128 of 255 = 50%

151
149
128

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

Portions of RGB colors in percentages

R + G + B = 151 + 149 + 128 = 428 (100%)
R 151 of 428 ~ 35.28%
G 149 of 428 ~ 34.81%
B 128 of 428 ~ 29.91'%

%35.28
%34.81
%29.91

CMYK color model

#979580 color CMYK value is (0,1,15,41).

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

CMYK: (0,1,15,41)
C0M1Y15K41 (0%, 1%, 15%, 41%)
(0.00 / 0.01 / 0.15 / 0.41)

CMYK percentages

%0
%1.32
%15.23
%40.78

Codes

Color #979580 in popluar color models

97 95 80
RGB 151 149 128
HSL 55° 9.96% 54.71%
HSB/HSV 55° 15.23% 59.22%
CMYK 0.00% 1.32% 15.23%
40.78%

Color #979580 in popluar number systems.

HEX 97 95 80
Decimal 151 149 128
Binary 10010111 10010101 10000000
Octal 227 225 200

Shades and tints

Shades of #979580

#979580
(151,149,128)
#8A8875
(138,136,117)
#7D7B6A
(125,123,106)
#706E5F
(112,110,95)
#636154
(99,97,84)
#565449
(86,84,73)
#49473E
(73,71,62)
#3C3A33
(60,58,51)
#2F2D28
(47,45,40)
#22201D
(34,32,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #979580

#979580
(151,149,128)
#A09E8B
(160,158,139)
#A9A796
(169,167,150)
#B2B0A1
(178,176,161)
#BBB9AC
(187,185,172)
#C4C2B7
(196,194,183)
#CDCBC2
(205,203,194)
#D6D4CD
(214,212,205)
#DFDDD8
(223,221,216)
#E8E6E3
(232,230,227)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979580; }

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

This text font color is #979580.

Background Color

.myBgColor { background-color: #979580; }

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

This div background color is #979580.

Border color

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

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

This div border color is #979580.

Opacity

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

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

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

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

This text has shadow with #979580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979580.

Preview

Color preview on black background

This text has color #979580 on black background.


Color preview on white background

This text has color #979580 on white background.


Black color preview on #979580 background

This text has black color on #979580 background.


White color preview on #979580 background

This text has white color on #979580 background.


Related colors

Complementary color

Complementary color for #hex is #686A7F.


I love getcolorcode.com

Triadic colors

1 #809795 and #958097 with #979580 are triadic colors.

2 #809597 and #959780 with #979580 are triadic colors.