COLOR #976E5C

HEX: #976E5C
RGB: (151,110,92)

Color info

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

RGB color model

#976E5C color RGB value is (151,110,92).

  • red value is 151;
  • green value is 110;
  • blue value is 92.
RGB:
(151,110,92)
(59%,43%,36%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 92 of 255 = 36%

151
110
92

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 92 = 353 (100%)
R 151 of 353 ~ 42.78%
G 110 of 353 ~ 31.16%
B 92 of 353 ~ 26.06%

%42.78
%31.16
%26.06

CMYK color model

#976E5C color CMYK value is (0,27,39,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 39.07%
  • key color value is 40.78%
CMYK:
(0,27,39,41)
C0M27Y39K41 
(0%,27%,39%,41%)
(0.00/0.27/0.39/0.41)	

CMYK percentages

%0
%27.15
%39.07
%40.78

Codes

Color #976E5C in popluar color models

976E5C
RGB15111092
HSL18°24.28%47.65%
HSB/HSV18°39.07%59.22%
CMYK0.00%27.15%39.07%
40.78%

Color #976E5C in popluar number systems.

HEX976E5C
Decimal15111092
Binary1001011111011101011100
Octal227156134

Shades and tints

Shades of #976E5C

#976E5C
(151,110,92)
#8A6454
(138,100,84)
#7D5A4C
(125,90,76)
#705044
(112,80,68)
#63463C
(99,70,60)
#563C34
(86,60,52)
#49322C
(73,50,44)
#3C2824
(60,40,36)
#2F1E1C
(47,30,28)
#221414
(34,20,20)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #976E5C

#976E5C
(151,110,92)
#A07B6A
(160,123,106)
#A98878
(169,136,120)
#B29586
(178,149,134)
#BBA294
(187,162,148)
#C4AFA2
(196,175,162)
#CDBCB0
(205,188,176)
#D6C9BE
(214,201,190)
#DFD6CC
(223,214,204)
#E8E3DA
(232,227,218)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E5C; }

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

This text font color is #976E5C.


Background Color

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

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

This div background color is #976E5C.


Border color

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

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

This div border color is #976E5C.


Opacity

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

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

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

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

This text has shadow with #976E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E5C on black background.


Color preview on white background

This text has color #976E5C on white background.



Black color preview on #976E5C background

This text has black color on #976E5C background.


White color preview on #976E5C background

This text has white color on #976E5C background.