COLOR #976D6E

HEX: #976D6E
RGB: (151,109,110)

Color info

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

RGB color model

#976D6E color RGB value is (151,109,110).

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

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 110 of 255 = 43%

151
109
110

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

Portions of RGB colors in percentages

R + G + B =
151 + 109 + 110 = 370 (100%)
R 151 of 370 ~ 40.81%
G 109 of 370 ~ 29.46%
B 110 of 370 ~ 29.73%

%40.81
%29.46
%29.73

CMYK color model

#976D6E color CMYK value is (0,28,27,41).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(0,28,27,41)
C0M28Y27K41 
(0%,28%,27%,41%)
(0.00/0.28/0.27/0.41)	

CMYK percentages

%0
%27.81
%27.15
%40.78

Codes

Color #976D6E in popluar color models

976D6E
RGB151109110
HSL359°16.80%50.98%
HSB/HSV359°27.81%59.22%
CMYK0.00%27.81%27.15%
40.78%

Color #976D6E in popluar number systems.

HEX976D6E
Decimal151109110
Binary1001011111011011101110
Octal227155156

Shades and tints

Shades of #976D6E

#976D6E
(151,109,110)
#8A6464
(138,100,100)
#7D5B5A
(125,91,90)
#705250
(112,82,80)
#634946
(99,73,70)
#56403C
(86,64,60)
#493732
(73,55,50)
#3C2E28
(60,46,40)
#2F251E
(47,37,30)
#221C14
(34,28,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #976D6E

#976D6E
(151,109,110)
#A07A7B
(160,122,123)
#A98788
(169,135,136)
#B29495
(178,148,149)
#BBA1A2
(187,161,162)
#C4AEAF
(196,174,175)
#CDBBBC
(205,187,188)
#D6C8C9
(214,200,201)
#DFD5D6
(223,213,214)
#E8E2E3
(232,226,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D6E; }

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

This text font color is #976D6E.


Background Color

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

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

This div background color is #976D6E.


Border color

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

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

This div border color is #976D6E.


Opacity

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

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

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

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

This text has shadow with #976D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D6E on black background.


Color preview on white background

This text has color #976D6E on white background.



Black color preview on #976D6E background

This text has black color on #976D6E background.


White color preview on #976D6E background

This text has white color on #976D6E background.