COLOR #979D3A

HEX: #979D3A
RGB: (151,157,58)

Color info

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

RGB color model

#979D3A color RGB value is (151,157,58).

  • red value is 151;
  • green value is 157;
  • blue value is 58.
RGB:
(151,157,58)
(59%,62%,23%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 58 of 255 = 23%

151
157
58

R + G + B ~ 48%. #979D3A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 157 + 58 = 366 (100%)
R 151 of 366 ~ 41.26%
G 157 of 366 ~ 42.9%
B 58 of 366 ~ 15.85%

%41.26
%42.9
%15.85

CMYK color model

#979D3A color CMYK value is (4,0,63,38).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 63.06%
  • key color value is 38.43%
CMYK:
(4,0,63,38)
C4M0Y63K38 
(4%,0%,63%,38%)
(0.04/0.00/0.63/0.38)	

CMYK percentages

%3.82
%0
%63.06
%38.43

Codes

Color #979D3A in popluar color models

979D3A
RGB15115758
HSL64°46.05%42.16%
HSB/HSV64°63.06%61.57%
CMYK3.82%0.00%63.06%
38.43%

Color #979D3A in popluar number systems.

HEX979D3A
Decimal15115758
Binary1001011110011101111010
Octal22723572

Shades and tints

Shades of #979D3A

#979D3A
(151,157,58)
#8A8F35
(138,143,53)
#7D8130
(125,129,48)
#70732B
(112,115,43)
#636526
(99,101,38)
#565721
(86,87,33)
#49491C
(73,73,28)
#3C3B17
(60,59,23)
#2F2D12
(47,45,18)
#221F0D
(34,31,13)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #979D3A

#979D3A
(151,157,58)
#A0A54B
(160,165,75)
#A9AD5C
(169,173,92)
#B2B56D
(178,181,109)
#BBBD7E
(187,189,126)
#C4C58F
(196,197,143)
#CDCDA0
(205,205,160)
#D6D5B1
(214,213,177)
#DFDDC2
(223,221,194)
#E8E5D3
(232,229,211)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979D3A color. Also use rgb(151,157,58) instead hex code.

Text Font Color

.myTextColor { color: #979D3A; }

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

This text font color is #979D3A.


Background Color

.myBgColor { background-color: #979D3A; }

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

This div background color is #979D3A.


Border color

.myBorderColor { border: 1px solid #979D3A; }

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

This div border color is #979D3A.


Opacity

.myOpacity80 { color: #979D3A; opacity: 0.8; }

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

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

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

This text has shadow with #979D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979D3A on black background.


Color preview on white background

This text has color #979D3A on white background.



Black color preview on #979D3A background

This text has black color on #979D3A background.


White color preview on #979D3A background

This text has white color on #979D3A background.