COLOR #976922

HEX: #976922
RGB: (151,105,34)

Color info

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

RGB color model

#976922 color RGB value is (151,105,34).

  • red value is 151;
  • green value is 105;
  • blue value is 34.
RGB:
(151,105,34)
(59%,41%,13%)

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 34 of 255 = 13%

151
105
34

R + G + B ~ 38%. #976922 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 34 = 290 (100%)
R 151 of 290 ~ 52.07%
G 105 of 290 ~ 36.21%
B 34 of 290 ~ 11.72%

%52.07
%36.21
%11.72

CMYK color model

#976922 color CMYK value is (0,30,77,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 77.48%
  • key color value is 40.78%
CMYK:
(0,30,77,41)
C0M30Y77K41 
(0%,30%,77%,41%)
(0.00/0.30/0.77/0.41)	

CMYK percentages

%0
%30.46
%77.48
%40.78

Codes

Color #976922 in popluar color models

976922
RGB15110534
HSL36°63.24%36.27%
HSB/HSV36°77.48%59.22%
CMYK0.00%30.46%77.48%
40.78%

Color #976922 in popluar number systems.

HEX976922
Decimal15110534
Binary100101111101001100010
Octal22715142

Shades and tints

Shades of #976922

#976922
(151,105,34)
#8A601F
(138,96,31)
#7D571C
(125,87,28)
#704E19
(112,78,25)
#634516
(99,69,22)
#563C13
(86,60,19)
#493310
(73,51,16)
#3C2A0D
(60,42,13)
#2F210A
(47,33,10)
#221807
(34,24,7)
#150F04
(21,15,4)
#000000
(0,0,0)

Tints of #976922

#976922
(151,105,34)
#A07636
(160,118,54)
#A9834A
(169,131,74)
#B2905E
(178,144,94)
#BB9D72
(187,157,114)
#C4AA86
(196,170,134)
#CDB79A
(205,183,154)
#D6C4AE
(214,196,174)
#DFD1C2
(223,209,194)
#E8DED6
(232,222,214)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976922 color. Also use rgb(151,105,34) instead hex code.

Text Font Color

.myTextColor { color: #976922; }

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

This text font color is #976922.


Background Color

.myBgColor { background-color: #976922; }

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

This div background color is #976922.


Border color

.myBorderColor { border: 1px solid #976922; }

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

This div border color is #976922.


Opacity

.myOpacity80 { color: #976922; opacity: 0.8; }

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

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

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

This text has shadow with #976922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976922 on black background.


Color preview on white background

This text has color #976922 on white background.



Black color preview on #976922 background

This text has black color on #976922 background.


White color preview on #976922 background

This text has white color on #976922 background.