COLOR #979449

HEX: #979449
RGB: (151,148,73)

Color info

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

RGB color model

#979449 color RGB value is (151,148,73).

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

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 73 of 255 = 29%

151
148
73

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

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 73 = 372 (100%)
R 151 of 372 ~ 40.59%
G 148 of 372 ~ 39.78%
B 73 of 372 ~ 19.62%

%40.59
%39.78
%19.62

CMYK color model

#979449 color CMYK value is (0,2,52,41).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 51.66%
  • key color value is 40.78%
CMYK:
(0,2,52,41)
C0M2Y52K41 
(0%,2%,52%,41%)
(0.00/0.02/0.52/0.41)	

CMYK percentages

%0
%1.99
%51.66
%40.78

Codes

Color #979449 in popluar color models

979449
RGB15114873
HSL58°34.82%43.92%
HSB/HSV58°51.66%59.22%
CMYK0.00%1.99%51.66%
40.78%

Color #979449 in popluar number systems.

HEX979449
Decimal15114873
Binary10010111100101001001001
Octal227224111

Shades and tints

Shades of #979449

#979449
(151,148,73)
#8A8743
(138,135,67)
#7D7A3D
(125,122,61)
#706D37
(112,109,55)
#636031
(99,96,49)
#56532B
(86,83,43)
#494625
(73,70,37)
#3C391F
(60,57,31)
#2F2C19
(47,44,25)
#221F13
(34,31,19)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #979449

#979449
(151,148,73)
#A09D59
(160,157,89)
#A9A669
(169,166,105)
#B2AF79
(178,175,121)
#BBB889
(187,184,137)
#C4C199
(196,193,153)
#CDCAA9
(205,202,169)
#D6D3B9
(214,211,185)
#DFDCC9
(223,220,201)
#E8E5D9
(232,229,217)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979449; }

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

This text font color is #979449.


Background Color

.myBgColor { background-color: #979449; }

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

This div background color is #979449.


Border color

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

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

This div border color is #979449.


Opacity

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

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

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

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

This text has shadow with #979449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979449 on black background.


Color preview on white background

This text has color #979449 on white background.



Black color preview on #979449 background

This text has black color on #979449 background.


White color preview on #979449 background

This text has white color on #979449 background.