COLOR #976B6F

HEX: #976B6F
RGB: (151,107,111)

Color info

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

RGB color model

#976B6F color RGB value is (151,107,111).

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

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 111 of 255 = 44%

151
107
111

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

Portions of RGB colors in percentages

R + G + B =
151 + 107 + 111 = 369 (100%)
R 151 of 369 ~ 40.92%
G 107 of 369 ~ 29%
B 111 of 369 ~ 30.08%

%40.92
%29
%30.08

CMYK color model

#976B6F color CMYK value is (0,29,26,41).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,29,26,41)
C0M29Y26K41 
(0%,29%,26%,41%)
(0.00/0.29/0.26/0.41)	

CMYK percentages

%0
%29.14
%26.49
%40.78

Codes

Color #976B6F in popluar color models

976B6F
RGB151107111
HSL355°17.46%50.59%
HSB/HSV355°29.14%59.22%
CMYK0.00%29.14%26.49%
40.78%

Color #976B6F in popluar number systems.

HEX976B6F
Decimal151107111
Binary1001011111010111101111
Octal227153157

Shades and tints

Shades of #976B6F

#976B6F
(151,107,111)
#8A6265
(138,98,101)
#7D595B
(125,89,91)
#705051
(112,80,81)
#634747
(99,71,71)
#563E3D
(86,62,61)
#493533
(73,53,51)
#3C2C29
(60,44,41)
#2F231F
(47,35,31)
#221A15
(34,26,21)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #976B6F

#976B6F
(151,107,111)
#A0787C
(160,120,124)
#A98589
(169,133,137)
#B29296
(178,146,150)
#BB9FA3
(187,159,163)
#C4ACB0
(196,172,176)
#CDB9BD
(205,185,189)
#D6C6CA
(214,198,202)
#DFD3D7
(223,211,215)
#E8E0E4
(232,224,228)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B6F; }

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

This text font color is #976B6F.


Background Color

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

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

This div background color is #976B6F.


Border color

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

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

This div border color is #976B6F.


Opacity

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

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

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

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

This text has shadow with #976B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976B6F on black background.


Color preview on white background

This text has color #976B6F on white background.



Black color preview on #976B6F background

This text has black color on #976B6F background.


White color preview on #976B6F background

This text has white color on #976B6F background.