COLOR #976B4B

HEX: #976B4B
RGB: (151,107,75)

Color info

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

RGB color model

#976B4B color RGB value is (151,107,75).

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

RGB channels and saturation

R 151 of 255 = 59%
G 107 of 255 = 42%
B 75 of 255 = 29%

151
107
75

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

Portions of RGB colors in percentages

R + G + B =
151 + 107 + 75 = 333 (100%)
R 151 of 333 ~ 45.35%
G 107 of 333 ~ 32.13%
B 75 of 333 ~ 22.52%

%45.35
%32.13
%22.52

CMYK color model

#976B4B color CMYK value is (0,29,50,41).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 50.33%
  • key color value is 40.78%
CMYK:
(0,29,50,41)
C0M29Y50K41 
(0%,29%,50%,41%)
(0.00/0.29/0.50/0.41)	

CMYK percentages

%0
%29.14
%50.33
%40.78

Codes

Color #976B4B in popluar color models

976B4B
RGB15110775
HSL25°33.63%44.31%
HSB/HSV25°50.33%59.22%
CMYK0.00%29.14%50.33%
40.78%

Color #976B4B in popluar number systems.

HEX976B4B
Decimal15110775
Binary1001011111010111001011
Octal227153113

Shades and tints

Shades of #976B4B

#976B4B
(151,107,75)
#8A6245
(138,98,69)
#7D593F
(125,89,63)
#705039
(112,80,57)
#634733
(99,71,51)
#563E2D
(86,62,45)
#493527
(73,53,39)
#3C2C21
(60,44,33)
#2F231B
(47,35,27)
#221A15
(34,26,21)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #976B4B

#976B4B
(151,107,75)
#A0785B
(160,120,91)
#A9856B
(169,133,107)
#B2927B
(178,146,123)
#BB9F8B
(187,159,139)
#C4AC9B
(196,172,155)
#CDB9AB
(205,185,171)
#D6C6BB
(214,198,187)
#DFD3CB
(223,211,203)
#E8E0DB
(232,224,219)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976B4B; }

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

This text font color is #976B4B.


Background Color

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

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

This div background color is #976B4B.


Border color

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

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

This div border color is #976B4B.


Opacity

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

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

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

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

This text has shadow with #976B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976B4B on black background.


Color preview on white background

This text has color #976B4B on white background.



Black color preview on #976B4B background

This text has black color on #976B4B background.


White color preview on #976B4B background

This text has white color on #976B4B background.