COLOR #976B6D

HEX: #976B6D
RGB: (151,107,109)

Color info

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

RGB color model

#976B6D color RGB value is (151,107,109).

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

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 109 of 255 = 43%

151
107
109

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

Portions of RGB colors in percentages

R + G + B =
151 + 107 + 109 = 367 (100%)
R 151 of 367 ~ 41.14%
G 107 of 367 ~ 29.16%
B 109 of 367 ~ 29.7%

%41.14
%29.16
%29.7

CMYK color model

#976B6D color CMYK value is (0,29,28,41).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(0,29,28,41)
C0M29Y28K41 
(0%,29%,28%,41%)
(0.00/0.29/0.28/0.41)	

CMYK percentages

%0
%29.14
%27.81
%40.78

Codes

Color #976B6D in popluar color models

976B6D
RGB151107109
HSL357°17.46%50.59%
HSB/HSV357°29.14%59.22%
CMYK0.00%29.14%27.81%
40.78%

Color #976B6D in popluar number systems.

HEX976B6D
Decimal151107109
Binary1001011111010111101101
Octal227153155

Shades and tints

Shades of #976B6D

#976B6D
(151,107,109)
#8A6264
(138,98,100)
#7D595B
(125,89,91)
#705052
(112,80,82)
#634749
(99,71,73)
#563E40
(86,62,64)
#493537
(73,53,55)
#3C2C2E
(60,44,46)
#2F2325
(47,35,37)
#221A1C
(34,26,28)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #976B6D

#976B6D
(151,107,109)
#A0787A
(160,120,122)
#A98587
(169,133,135)
#B29294
(178,146,148)
#BB9FA1
(187,159,161)
#C4ACAE
(196,172,174)
#CDB9BB
(205,185,187)
#D6C6C8
(214,198,200)
#DFD3D5
(223,211,213)
#E8E0E2
(232,224,226)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B6D; }

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

This text font color is #976B6D.


Background Color

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

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

This div background color is #976B6D.


Border color

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

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

This div border color is #976B6D.


Opacity

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

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

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

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

This text has shadow with #976B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976B6D on black background.


Color preview on white background

This text has color #976B6D on white background.



Black color preview on #976B6D background

This text has black color on #976B6D background.


White color preview on #976B6D background

This text has white color on #976B6D background.