COLOR #979C49

HEX: #979C49
RGB: (151,156,73)

Color info

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

RGB color model

#979C49 color RGB value is (151,156,73).

  • red value is 151;
  • green value is 156;
  • blue value is 73.
RGB:
(151,156,73)
(59%,61%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 73 of 255 = 29%

151
156
73

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

Portions of RGB colors in percentages

R + G + B =
151 + 156 + 73 = 380 (100%)
R 151 of 380 ~ 39.74%
G 156 of 380 ~ 41.05%
B 73 of 380 ~ 19.21%

%39.74
%41.05
%19.21

CMYK color model

#979C49 color CMYK value is (3,0,53,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 53.21%
  • key color value is 38.82%
CMYK:
(3,0,53,39)
C3M0Y53K39 
(3%,0%,53%,39%)
(0.03/0.00/0.53/0.39)	

CMYK percentages

%3.21
%0
%53.21
%38.82

Codes

Color #979C49 in popluar color models

979C49
RGB15115673
HSL64°36.24%44.90%
HSB/HSV64°53.21%61.18%
CMYK3.21%0.00%53.21%
38.82%

Color #979C49 in popluar number systems.

HEX979C49
Decimal15115673
Binary10010111100111001001001
Octal227234111

Shades and tints

Shades of #979C49

#979C49
(151,156,73)
#8A8E43
(138,142,67)
#7D803D
(125,128,61)
#707237
(112,114,55)
#636431
(99,100,49)
#56562B
(86,86,43)
#494825
(73,72,37)
#3C3A1F
(60,58,31)
#2F2C19
(47,44,25)
#221E13
(34,30,19)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #979C49

#979C49
(151,156,73)
#A0A559
(160,165,89)
#A9AE69
(169,174,105)
#B2B779
(178,183,121)
#BBC089
(187,192,137)
#C4C999
(196,201,153)
#CDD2A9
(205,210,169)
#D6DBB9
(214,219,185)
#DFE4C9
(223,228,201)
#E8EDD9
(232,237,217)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979C49 color. Also use rgb(151,156,73) instead hex code.

Text Font Color

.myTextColor { color: #979C49; }

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

This text font color is #979C49.


Background Color

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

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

This div background color is #979C49.


Border color

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

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

This div border color is #979C49.


Opacity

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

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

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

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

This text has shadow with #979C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979C49 on black background.


Color preview on white background

This text has color #979C49 on white background.



Black color preview on #979C49 background

This text has black color on #979C49 background.


White color preview on #979C49 background

This text has white color on #979C49 background.