COLOR #976A6C

HEX: #976A6C
RGB: (151,106,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
106
108

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

Portions of RGB colors in percentages

R + G + B =
151 + 106 + 108 = 365 (100%)
R 151 of 365 ~ 41.37%
G 106 of 365 ~ 29.04%
B 108 of 365 ~ 29.59%

%41.37
%29.04
%29.59

CMYK color model

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

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

CMYK percentages

%0
%29.8
%28.48
%40.78

Codes

Color #976A6C in popluar color models

976A6C
RGB151106108
HSL357°17.79%50.39%
HSB/HSV357°29.80%59.22%
CMYK0.00%29.80%28.48%
40.78%

Color #976A6C in popluar number systems.

HEX976A6C
Decimal151106108
Binary1001011111010101101100
Octal227152154

Shades and tints

Shades of #976A6C

#976A6C
(151,106,108)
#8A6163
(138,97,99)
#7D585A
(125,88,90)
#704F51
(112,79,81)
#634648
(99,70,72)
#563D3F
(86,61,63)
#493436
(73,52,54)
#3C2B2D
(60,43,45)
#2F2224
(47,34,36)
#22191B
(34,25,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #976A6C

#976A6C
(151,106,108)
#A07779
(160,119,121)
#A98486
(169,132,134)
#B29193
(178,145,147)
#BB9EA0
(187,158,160)
#C4ABAD
(196,171,173)
#CDB8BA
(205,184,186)
#D6C5C7
(214,197,199)
#DFD2D4
(223,210,212)
#E8DFE1
(232,223,225)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976A6C; }

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

This text font color is #976A6C.


Background Color

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

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

This div background color is #976A6C.


Border color

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

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

This div border color is #976A6C.


Opacity

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

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

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

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

This text has shadow with #976A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976A6C on black background.


Color preview on white background

This text has color #976A6C on white background.



Black color preview on #976A6C background

This text has black color on #976A6C background.


White color preview on #976A6C background

This text has white color on #976A6C background.