COLOR #976F5E

HEX: #976F5E
RGB: (151,111,94)

Color info

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

RGB color model

#976F5E color RGB value is (151,111,94).

  • red value is 151;
  • green value is 111;
  • blue value is 94.
RGB:
(151,111,94)
(59%,44%,37%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 94 of 255 = 37%

151
111
94

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 94 = 356 (100%)
R 151 of 356 ~ 42.42%
G 111 of 356 ~ 31.18%
B 94 of 356 ~ 26.4%

%42.42
%31.18
%26.4

CMYK color model

#976F5E color CMYK value is (0,26,38,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(0,26,38,41)
C0M26Y38K41 
(0%,26%,38%,41%)
(0.00/0.26/0.38/0.41)	

CMYK percentages

%0
%26.49
%37.75
%40.78

Codes

Color #976F5E in popluar color models

976F5E
RGB15111194
HSL18°23.27%48.04%
HSB/HSV18°37.75%59.22%
CMYK0.00%26.49%37.75%
40.78%

Color #976F5E in popluar number systems.

HEX976F5E
Decimal15111194
Binary1001011111011111011110
Octal227157136

Shades and tints

Shades of #976F5E

#976F5E
(151,111,94)
#8A6556
(138,101,86)
#7D5B4E
(125,91,78)
#705146
(112,81,70)
#63473E
(99,71,62)
#563D36
(86,61,54)
#49332E
(73,51,46)
#3C2926
(60,41,38)
#2F1F1E
(47,31,30)
#221516
(34,21,22)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #976F5E

#976F5E
(151,111,94)
#A07C6C
(160,124,108)
#A9897A
(169,137,122)
#B29688
(178,150,136)
#BBA396
(187,163,150)
#C4B0A4
(196,176,164)
#CDBDB2
(205,189,178)
#D6CAC0
(214,202,192)
#DFD7CE
(223,215,206)
#E8E4DC
(232,228,220)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976F5E; }

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

This text font color is #976F5E.


Background Color

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

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

This div background color is #976F5E.


Border color

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

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

This div border color is #976F5E.


Opacity

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

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

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

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

This text has shadow with #976F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F5E on black background.


Color preview on white background

This text has color #976F5E on white background.



Black color preview on #976F5E background

This text has black color on #976F5E background.


White color preview on #976F5E background

This text has white color on #976F5E background.