COLOR #977A16

HEX: #977A16
RGB: (151,122,22)

Color info

#977A16 contains mainly red and green colors. Web safe color of #977A16 is #996600 (or #960).

RGB color model

#977A16 color RGB value is (151,122,22).

  • red value is 151;
  • green value is 122;
  • blue value is 22.
RGB:
(151,122,22)
(59%,48%,9%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 22 of 255 = 9%

151
122
22

R + G + B ~ 39%. #977A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 122 + 22 = 295 (100%)
R 151 of 295 ~ 51.19%
G 122 of 295 ~ 41.36%
B 22 of 295 ~ 7.46%

%51.19
%41.36

CMYK color model

#977A16 color CMYK value is (0,19,85,41).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 85.43%
  • key color value is 40.78%
CMYK:
(0,19,85,41)
C0M19Y85K41 
(0%,19%,85%,41%)
(0.00/0.19/0.85/0.41)	

CMYK percentages

%0
%19.21
%85.43
%40.78

Codes

Color #977A16 in popluar color models

977A16
RGB15112222
HSL47°74.57%33.92%
HSB/HSV47°85.43%59.22%
CMYK0.00%19.21%85.43%
40.78%

Color #977A16 in popluar number systems.

HEX977A16
Decimal15112222
Binary10010111111101010110
Octal22717226

Shades and tints

Shades of #977A16

#977A16
(151,122,22)
#8A6F14
(138,111,20)
#7D6412
(125,100,18)
#705910
(112,89,16)
#634E0E
(99,78,14)
#56430C
(86,67,12)
#49380A
(73,56,10)
#3C2D08
(60,45,8)
#2F2206
(47,34,6)
#221704
(34,23,4)
#150C02
(21,12,2)
#000000
(0,0,0)

Tints of #977A16

#977A16
(151,122,22)
#A0862B
(160,134,43)
#A99240
(169,146,64)
#B29E55
(178,158,85)
#BBAA6A
(187,170,106)
#C4B67F
(196,182,127)
#CDC294
(205,194,148)
#D6CEA9
(214,206,169)
#DFDABE
(223,218,190)
#E8E6D3
(232,230,211)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A16 color. Also use rgb(151,122,22) instead hex code.

Text Font Color

.myTextColor { color: #977A16; }

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

This text font color is #977A16.


Background Color

.myBgColor { background-color: #977A16; }

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

This div background color is #977A16.


Border color

.myBorderColor { border: 1px solid #977A16; }

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

This div border color is #977A16.


Opacity

.myOpacity80 { color: #977A16; opacity: 0.8; }

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

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

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

This text has shadow with #977A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977A16 on black background.


Color preview on white background

This text has color #977A16 on white background.



Black color preview on #977A16 background

This text has black color on #977A16 background.


White color preview on #977A16 background

This text has white color on #977A16 background.