COLOR #976C4C

HEX: #976C4C
RGB: (151,108,76)

Color info

#976C4C contains mainly red and green colors. Web safe color of #976C4C is #996633 (or #963).

RGB color model

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

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

RGB channels and saturation

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

151
108
76

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

Portions of RGB colors in percentages

R + G + B =
151 + 108 + 76 = 335 (100%)
R 151 of 335 ~ 45.07%
G 108 of 335 ~ 32.24%
B 76 of 335 ~ 22.69%

%45.07
%32.24
%22.69

CMYK color model

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

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

CMYK percentages

%0
%28.48
%49.67
%40.78

Codes

Color #976C4C in popluar color models

976C4C
RGB15110876
HSL26°33.04%44.51%
HSB/HSV26°49.67%59.22%
CMYK0.00%28.48%49.67%
40.78%

Color #976C4C in popluar number systems.

HEX976C4C
Decimal15110876
Binary1001011111011001001100
Octal227154114

Shades and tints

Shades of #976C4C

#976C4C
(151,108,76)
#8A6346
(138,99,70)
#7D5A40
(125,90,64)
#70513A
(112,81,58)
#634834
(99,72,52)
#563F2E
(86,63,46)
#493628
(73,54,40)
#3C2D22
(60,45,34)
#2F241C
(47,36,28)
#221B16
(34,27,22)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #976C4C

#976C4C
(151,108,76)
#A0795C
(160,121,92)
#A9866C
(169,134,108)
#B2937C
(178,147,124)
#BBA08C
(187,160,140)
#C4AD9C
(196,173,156)
#CDBAAC
(205,186,172)
#D6C7BC
(214,199,188)
#DFD4CC
(223,212,204)
#E8E1DC
(232,225,220)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976C4C; }

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

This text font color is #976C4C.


Background Color

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

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

This div background color is #976C4C.


Border color

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

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

This div border color is #976C4C.


Opacity

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

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

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

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

This text has shadow with #976C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C4C on black background.


Color preview on white background

This text has color #976C4C on white background.



Black color preview on #976C4C background

This text has black color on #976C4C background.


White color preview on #976C4C background

This text has white color on #976C4C background.