COLOR #976B4D

HEX: #976B4D RGB: (151,107,77)

Color info

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

RGB color model

#976B4D color RGB value is (151,107,77).

RGB: (151,107,77) (59%, 42%, 30%)

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 77 of 255 = 30%

151
107
77

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

Portions of RGB colors in percentages

R + G + B = 151 + 107 + 77 = 335 (100%)
R 151 of 335 ~ 45.07%
G 107 of 335 ~ 31.94%
B 77 of 335 ~ 22.99'%

%45.07
%31.94
%22.99

CMYK color model

#976B4D color CMYK value is (0,29,49,41).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 49.01%
  • key color value is 40.78%

CMYK: (0,29,49,41)
C0M29Y49K41 (0%, 29%, 49%, 41%)
(0.00 / 0.29 / 0.49 / 0.41)

CMYK percentages

%0
%29.14
%49.01
%40.78

Codes

Color #976B4D in popluar color models

97 6B 4D
RGB 151 107 77
HSL 24° 32.46% 44.71%
HSB/HSV 24° 49.01% 59.22%
CMYK 0.00% 29.14% 49.01%
40.78%

Color #976B4D in popluar number systems.

HEX 97 6B 4D
Decimal 151 107 77
Binary 10010111 1101011 1001101
Octal 227 153 115

Shades and tints

Shades of #976B4D

#976B4D
(151,107,77)
#8A6246
(138,98,70)
#7D593F
(125,89,63)
#705038
(112,80,56)
#634731
(99,71,49)
#563E2A
(86,62,42)
#493523
(73,53,35)
#3C2C1C
(60,44,28)
#2F2315
(47,35,21)
#221A0E
(34,26,14)
#151107
(21,17,7)
#000000
(0,0,0)

Tints of #976B4D

#976B4D
(151,107,77)
#A0785D
(160,120,93)
#A9856D
(169,133,109)
#B2927D
(178,146,125)
#BB9F8D
(187,159,141)
#C4AC9D
(196,172,157)
#CDB9AD
(205,185,173)
#D6C6BD
(214,198,189)
#DFD3CD
(223,211,205)
#E8E0DD
(232,224,221)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B4D; }

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

This text font color is #976B4D.

Background Color

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

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

This div background color is #976B4D.

Border color

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

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

This div border color is #976B4D.

Opacity

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

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

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

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

This text has shadow with #976B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976B4D.

Preview

Color preview on black background

This text has color #976B4D on black background.


Color preview on white background

This text has color #976B4D on white background.


Black color preview on #976B4D background

This text has black color on #976B4D background.


White color preview on #976B4D background

This text has white color on #976B4D background.


Related colors

Complementary color

Complementary color for #hex is #6894B2.


I love getcolorcode.com

Triadic colors

1 #4D976B and #6B4D97 with #976B4D are triadic colors.

2 #4D6B97 and #6B974D with #976B4D are triadic colors.