COLOR #976D44

HEX: #976D44 RGB: (151,109,68)

Color info

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

RGB color model

#976D44 color RGB value is (151,109,68).

RGB: (151,109,68) (59%, 43%, 27%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 68 of 255 = 27%

151
109
68

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

Portions of RGB colors in percentages

R + G + B = 151 + 109 + 68 = 328 (100%)
R 151 of 328 ~ 46.04%
G 109 of 328 ~ 33.23%
B 68 of 328 ~ 20.73'%

%46.04
%33.23
%20.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 54.97%
  • key color value is 40.78%

CMYK: (0,28,55,41)
C0M28Y55K41 (0%, 28%, 55%, 41%)
(0.00 / 0.28 / 0.55 / 0.41)

CMYK percentages

%0
%27.81
%54.97
%40.78

Codes

Color #976D44 in popluar color models

97 6D 44
RGB 151 109 68
HSL 30° 37.90% 42.94%
HSB/HSV 30° 54.97% 59.22%
CMYK 0.00% 27.81% 54.97%
40.78%

Color #976D44 in popluar number systems.

HEX 97 6D 44
Decimal 151 109 68
Binary 10010111 1101101 1000100
Octal 227 155 104

Shades and tints

Shades of #976D44

#976D44
(151,109,68)
#8A643E
(138,100,62)
#7D5B38
(125,91,56)
#705232
(112,82,50)
#63492C
(99,73,44)
#564026
(86,64,38)
#493720
(73,55,32)
#3C2E1A
(60,46,26)
#2F2514
(47,37,20)
#221C0E
(34,28,14)
#151308
(21,19,8)
#000000
(0,0,0)

Tints of #976D44

#976D44
(151,109,68)
#A07A55
(160,122,85)
#A98766
(169,135,102)
#B29477
(178,148,119)
#BBA188
(187,161,136)
#C4AE99
(196,174,153)
#CDBBAA
(205,187,170)
#D6C8BB
(214,200,187)
#DFD5CC
(223,213,204)
#E8E2DD
(232,226,221)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D44; }

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

This text font color is #976D44.

Background Color

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

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

This div background color is #976D44.

Border color

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

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

This div border color is #976D44.

Opacity

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

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

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

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

This text has shadow with #976D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976D44.

Preview

Color preview on black background

This text has color #976D44 on black background.


Color preview on white background

This text has color #976D44 on white background.


Black color preview on #976D44 background

This text has black color on #976D44 background.


White color preview on #976D44 background

This text has white color on #976D44 background.


Related colors

Complementary color

Complementary color for #hex is #6892BB.


I love getcolorcode.com

Triadic colors

1 #44976D and #6D4497 with #976D44 are triadic colors.

2 #446D97 and #6D9744 with #976D44 are triadic colors.