COLOR #976C6C

HEX: #976C6C
RGB: (151,108,108)

Color info

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

RGB color model

#976C6C color RGB value is (151,108,108).

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

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 108 of 255 = 42%

151
108
108

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

Portions of RGB colors in percentages

R + G + B =
151 + 108 + 108 = 367 (100%)
R 151 of 367 ~ 41.14%
G 108 of 367 ~ 29.43%
B 108 of 367 ~ 29.43%

%41.14
%29.43
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(0,28,28,41)
C0M28Y28K41 
(0%,28%,28%,41%)
(0.00/0.28/0.28/0.41)	

CMYK percentages

%0
%28.48
%28.48
%40.78

Codes

Color #976C6C in popluar color models

976C6C
RGB151108108
HSL17.13%50.78%
HSB/HSV28.48%59.22%
CMYK0.00%28.48%28.48%
40.78%

Color #976C6C in popluar number systems.

HEX976C6C
Decimal151108108
Binary1001011111011001101100
Octal227154154

Shades and tints

Shades of #976C6C

#976C6C
(151,108,108)
#8A6363
(138,99,99)
#7D5A5A
(125,90,90)
#705151
(112,81,81)
#634848
(99,72,72)
#563F3F
(86,63,63)
#493636
(73,54,54)
#3C2D2D
(60,45,45)
#2F2424
(47,36,36)
#221B1B
(34,27,27)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #976C6C

#976C6C
(151,108,108)
#A07979
(160,121,121)
#A98686
(169,134,134)
#B29393
(178,147,147)
#BBA0A0
(187,160,160)
#C4ADAD
(196,173,173)
#CDBABA
(205,186,186)
#D6C7C7
(214,199,199)
#DFD4D4
(223,212,212)
#E8E1E1
(232,225,225)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976C6C; }

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

This text font color is #976C6C.


Background Color

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

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

This div background color is #976C6C.


Border color

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

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

This div border color is #976C6C.


Opacity

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

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

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

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

This text has shadow with #976C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C6C on black background.


Color preview on white background

This text has color #976C6C on white background.



Black color preview on #976C6C background

This text has black color on #976C6C background.


White color preview on #976C6C background

This text has white color on #976C6C background.