COLOR #976E4D

HEX: #976E4D RGB: (151,110,77)

Color info

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

RGB color model

#976E4D color RGB value is (151,110,77).

RGB: (151,110,77) (59%, 43%, 30%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 77 of 255 = 30%

151
110
77

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

Portions of RGB colors in percentages

R + G + B = 151 + 110 + 77 = 338 (100%)
R 151 of 338 ~ 44.67%
G 110 of 338 ~ 32.54%
B 77 of 338 ~ 22.78'%

%44.67
%32.54
%22.78

CMYK color model

#976E4D color CMYK value is (0,27,49,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 49.01%
  • key color value is 40.78%
CMYK: (0,27,49,41) C0M27Y49K41 (0%,27%,49%,41%) (0.00/0.27/0.49/0.41) 

CMYK percentages

%0
%27.15
%49.01
%40.78

Codes

Color #976E4D in popluar color models

97 6E 4D
RGB 151 110 77
HSL 27° 32.46% 44.71%
HSB/HSV 27° 49.01% 59.22%
CMYK 0.00% 27.15% 49.01%
40.78%

Color #976E4D in popluar number systems.

HEX 97 6E 4D
Decimal 151 110 77
Binary 10010111 1101110 1001101
Octal 227 156 115

Shades and tints

Shades of #976E4D

#976E4D
(151,110,77)
#8A6446
(138,100,70)
#7D5A3F
(125,90,63)
#705038
(112,80,56)
#634631
(99,70,49)
#563C2A
(86,60,42)
#493223
(73,50,35)
#3C281C
(60,40,28)
#2F1E15
(47,30,21)
#22140E
(34,20,14)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #976E4D

#976E4D
(151,110,77)
#A07B5D
(160,123,93)
#A9886D
(169,136,109)
#B2957D
(178,149,125)
#BBA28D
(187,162,141)
#C4AF9D
(196,175,157)
#CDBCAD
(205,188,173)
#D6C9BD
(214,201,189)
#DFD6CD
(223,214,205)
#E8E3DD
(232,227,221)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E4D; }

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

This text font color is #976E4D.

Background Color

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

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

This div background color is #976E4D.

Border color

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

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

This div border color is #976E4D.

Opacity

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

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

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

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

This text has shadow with #976E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976E4D.

Preview

Color preview on black background

This text has color #976E4D on black background.


Color preview on white background

This text has color #976E4D on white background.


Black color preview on #976E4D background

This text has black color on #976E4D background.


White color preview on #976E4D background

This text has white color on #976E4D background.


Related colors

Complementary color

Complementary color for #hex is #6891B2.


I love getcolorcode.com

Triadic colors

1 #4D976E and #6E4D97 with #976E4D are triadic colors.

2 #4D6E97 and #6E974D with #976E4D are triadic colors.