COLOR #979320

HEX: #979320
RGB: (151,147,32)

Color info

#979320 contains mainly red and green colors. Web safe color of #979320 is #999933 (or #993).

RGB color model

#979320 color RGB value is (151,147,32).

  • red value is 151;
  • green value is 147;
  • blue value is 32.
RGB:
(151,147,32)
(59%,58%,13%)

RGB channels and saturation

R 151 of 255 = 59%
G 147 of 255 = 58%
B 32 of 255 = 13%

151
147
32

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

Portions of RGB colors in percentages

R + G + B =
151 + 147 + 32 = 330 (100%)
R 151 of 330 ~ 45.76%
G 147 of 330 ~ 44.55%
B 32 of 330 ~ 9.7%

%45.76
%44.55
%9.7

CMYK color model

#979320 color CMYK value is (0,3,79,41).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 78.81%
  • key color value is 40.78%
CMYK:
(0,3,79,41)
C0M3Y79K41 
(0%,3%,79%,41%)
(0.00/0.03/0.79/0.41)	

CMYK percentages

%0
%2.65
%78.81
%40.78

Codes

Color #979320 in popluar color models

979320
RGB15114732
HSL58°65.03%35.88%
HSB/HSV58°78.81%59.22%
CMYK0.00%2.65%78.81%
40.78%

Color #979320 in popluar number systems.

HEX979320
Decimal15114732
Binary1001011110010011100000
Octal22722340

Shades and tints

Shades of #979320

#979320
(151,147,32)
#8A861E
(138,134,30)
#7D791C
(125,121,28)
#706C1A
(112,108,26)
#635F18
(99,95,24)
#565216
(86,82,22)
#494514
(73,69,20)
#3C3812
(60,56,18)
#2F2B10
(47,43,16)
#221E0E
(34,30,14)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #979320

#979320
(151,147,32)
#A09C34
(160,156,52)
#A9A548
(169,165,72)
#B2AE5C
(178,174,92)
#BBB770
(187,183,112)
#C4C084
(196,192,132)
#CDC998
(205,201,152)
#D6D2AC
(214,210,172)
#DFDBC0
(223,219,192)
#E8E4D4
(232,228,212)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979320 color. Also use rgb(151,147,32) instead hex code.

Text Font Color

.myTextColor { color: #979320; }

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

This text font color is #979320.


Background Color

.myBgColor { background-color: #979320; }

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

This div background color is #979320.


Border color

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

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

This div border color is #979320.


Opacity

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

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

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

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

This text has shadow with #979320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979320 on black background.


Color preview on white background

This text has color #979320 on white background.



Black color preview on #979320 background

This text has black color on #979320 background.


White color preview on #979320 background

This text has white color on #979320 background.