COLOR #976F6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
111
107

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

Portions of RGB colors in percentages

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

%40.92
%30.08
%29

CMYK color model

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

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

CMYK percentages

%0
%26.49
%29.14
%40.78

Codes

Color #976F6B in popluar color models

976F6B
RGB151111107
HSL17.46%50.59%
HSB/HSV29.14%59.22%
CMYK0.00%26.49%29.14%
40.78%

Color #976F6B in popluar number systems.

HEX976F6B
Decimal151111107
Binary1001011111011111101011
Octal227157153

Shades and tints

Shades of #976F6B

#976F6B
(151,111,107)
#8A6562
(138,101,98)
#7D5B59
(125,91,89)
#705150
(112,81,80)
#634747
(99,71,71)
#563D3E
(86,61,62)
#493335
(73,51,53)
#3C292C
(60,41,44)
#2F1F23
(47,31,35)
#22151A
(34,21,26)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #976F6B

#976F6B
(151,111,107)
#A07C78
(160,124,120)
#A98985
(169,137,133)
#B29692
(178,150,146)
#BBA39F
(187,163,159)
#C4B0AC
(196,176,172)
#CDBDB9
(205,189,185)
#D6CAC6
(214,202,198)
#DFD7D3
(223,215,211)
#E8E4E0
(232,228,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976F6B; }

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

This text font color is #976F6B.


Background Color

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

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

This div background color is #976F6B.


Border color

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

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

This div border color is #976F6B.


Opacity

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

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

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

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

This text has shadow with #976F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F6B on black background.


Color preview on white background

This text has color #976F6B on white background.



Black color preview on #976F6B background

This text has black color on #976F6B background.


White color preview on #976F6B background

This text has white color on #976F6B background.