COLOR #979581

HEX: #979581 RGB: (151,149,129)

Color info

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

RGB color model

#979581 color RGB value is (151,149,129).

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

RGB channels and saturation

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

151
149
129

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

Portions of RGB colors in percentages

R + G + B = 151 + 149 + 129 = 429 (100%)
R 151 of 429 ~ 35.2%
G 149 of 429 ~ 34.73%
B 129 of 429 ~ 30.07'%

%35.2
%34.73
%30.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 14.57%
  • 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
%14.57
%40.78

Codes

Color #979581 in popluar color models

97 95 81
RGB 151 149 129
HSL 55° 9.57% 54.90%
HSB/HSV 55° 14.57% 59.22%
CMYK 0.00% 1.32% 14.57%
40.78%

Color #979581 in popluar number systems.

HEX 97 95 81
Decimal 151 149 129
Binary 10010111 10010101 10000001
Octal 227 225 201

Shades and tints

Shades of #979581

#979581
(151,149,129)
#8A8876
(138,136,118)
#7D7B6B
(125,123,107)
#706E60
(112,110,96)
#636155
(99,97,85)
#56544A
(86,84,74)
#49473F
(73,71,63)
#3C3A34
(60,58,52)
#2F2D29
(47,45,41)
#22201E
(34,32,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #979581

#979581
(151,149,129)
#A09E8C
(160,158,140)
#A9A797
(169,167,151)
#B2B0A2
(178,176,162)
#BBB9AD
(187,185,173)
#C4C2B8
(196,194,184)
#CDCBC3
(205,203,195)
#D6D4CE
(214,212,206)
#DFDDD9
(223,221,217)
#E8E6E4
(232,230,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979581; }

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

This text font color is #979581.

Background Color

.myBgColor { background-color: #979581; }

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

This div background color is #979581.

Border color

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

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

This div border color is #979581.

Opacity

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

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

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

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

This text has shadow with #979581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979581.

Preview

Color preview on black background

This text has color #979581 on black background.


Color preview on white background

This text has color #979581 on white background.


Black color preview on #979581 background

This text has black color on #979581 background.


White color preview on #979581 background

This text has white color on #979581 background.


Related colors

Complementary color

Complementary color for #hex is #686A7E.


I love getcolorcode.com

Triadic colors

1 #819795 and #958197 with #979581 are triadic colors.

2 #819597 and #959781 with #979581 are triadic colors.