COLOR #976E5E

HEX: #976E5E RGB: (151,110,94)

Color info

#976E5E contains red, green and blue colors in about the same proportion. Web safe color of #976E5E is #996666 (or #966).

RGB color model

#976E5E color RGB value is (151,110,94).

RGB: (151,110,94) (59%, 43%, 37%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 94 of 255 = 37%

151
110
94

R + G + B ~ 46%. #976E5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 110 + 94 = 355 (100%)
R 151 of 355 ~ 42.54%
G 110 of 355 ~ 30.99%
B 94 of 355 ~ 26.48'%

%42.54
%30.99
%26.48

CMYK color model

#976E5E color CMYK value is (0,27,38,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 37.75%
  • key color value is 40.78%

CMYK: (0,27,38,41)
C0M27Y38K41 (0%, 27%, 38%, 41%)
(0.00 / 0.27 / 0.38 / 0.41)

CMYK percentages

%0
%27.15
%37.75
%40.78

Codes

Color #976E5E in popluar color models

97 6E 5E
RGB 151 110 94
HSL 17° 23.27% 48.04%
HSB/HSV 17° 37.75% 59.22%
CMYK 0.00% 27.15% 37.75%
40.78%

Color #976E5E in popluar number systems.

HEX 97 6E 5E
Decimal 151 110 94
Binary 10010111 1101110 1011110
Octal 227 156 136

Shades and tints

Shades of #976E5E

#976E5E
(151,110,94)
#8A6456
(138,100,86)
#7D5A4E
(125,90,78)
#705046
(112,80,70)
#63463E
(99,70,62)
#563C36
(86,60,54)
#49322E
(73,50,46)
#3C2826
(60,40,38)
#2F1E1E
(47,30,30)
#221416
(34,20,22)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #976E5E

#976E5E
(151,110,94)
#A07B6C
(160,123,108)
#A9887A
(169,136,122)
#B29588
(178,149,136)
#BBA296
(187,162,150)
#C4AFA4
(196,175,164)
#CDBCB2
(205,188,178)
#D6C9C0
(214,201,192)
#DFD6CE
(223,214,206)
#E8E3DC
(232,227,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976E5E color. Also use rgb(151,110,94) instead hex code.

Text Font Color

.myTextColor { color: #976E5E; }

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

This text font color is #976E5E.

Background Color

.myBgColor { background-color: #976E5E; }

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

This div background color is #976E5E.

Border color

.myBorderColor { border: 1px solid #976E5E; }

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

This div border color is #976E5E.

Opacity

.myOpacity80 { color: #976E5E; opacity: 0.8; }

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

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

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

This text has shadow with #976E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976E5E.

Preview

Color preview on black background

This text has color #976E5E on black background.


Color preview on white background

This text has color #976E5E on white background.


Black color preview on #976E5E background

This text has black color on #976E5E background.


White color preview on #976E5E background

This text has white color on #976E5E background.


Related colors

Complementary color

Complementary color for #hex is #6891A1.


I love getcolorcode.com

Triadic colors

1 #5E976E and #6E5E97 with #976E5E are triadic colors.

2 #5E6E97 and #6E975E with #976E5E are triadic colors.