COLOR #976F44

HEX: #976F44
RGB: (151,111,68)

Color info

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

RGB color model

#976F44 color RGB value is (151,111,68).

  • red value is 151;
  • green value is 111;
  • blue value is 68.
RGB:
(151,111,68)
(59%,44%,27%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 68 of 255 = 27%

151
111
68

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 68 = 330 (100%)
R 151 of 330 ~ 45.76%
G 111 of 330 ~ 33.64%
B 68 of 330 ~ 20.61%

%45.76
%33.64
%20.61

CMYK color model

#976F44 color CMYK value is (0,26,55,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 54.97%
  • key color value is 40.78%
CMYK:
(0,26,55,41)
C0M26Y55K41 
(0%,26%,55%,41%)
(0.00/0.26/0.55/0.41)	

CMYK percentages

%0
%26.49
%54.97
%40.78

Codes

Color #976F44 in popluar color models

976F44
RGB15111168
HSL31°37.90%42.94%
HSB/HSV31°54.97%59.22%
CMYK0.00%26.49%54.97%
40.78%

Color #976F44 in popluar number systems.

HEX976F44
Decimal15111168
Binary1001011111011111000100
Octal227157104

Shades and tints

Shades of #976F44

#976F44
(151,111,68)
#8A653E
(138,101,62)
#7D5B38
(125,91,56)
#705132
(112,81,50)
#63472C
(99,71,44)
#563D26
(86,61,38)
#493320
(73,51,32)
#3C291A
(60,41,26)
#2F1F14
(47,31,20)
#22150E
(34,21,14)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #976F44

#976F44
(151,111,68)
#A07C55
(160,124,85)
#A98966
(169,137,102)
#B29677
(178,150,119)
#BBA388
(187,163,136)
#C4B099
(196,176,153)
#CDBDAA
(205,189,170)
#D6CABB
(214,202,187)
#DFD7CC
(223,215,204)
#E8E4DD
(232,228,221)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976F44; }

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

This text font color is #976F44.


Background Color

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

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

This div background color is #976F44.


Border color

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

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

This div border color is #976F44.


Opacity

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

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

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

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

This text has shadow with #976F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F44 on black background.


Color preview on white background

This text has color #976F44 on white background.



Black color preview on #976F44 background

This text has black color on #976F44 background.


White color preview on #976F44 background

This text has white color on #976F44 background.