COLOR #979531

HEX: #979531
RGB: (151,149,49)

Color info

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

RGB color model

#979531 color RGB value is (151,149,49).

  • red value is 151;
  • green value is 149;
  • blue value is 49.
RGB:
(151,149,49)
(59%,58%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 49 of 255 = 19%

151
149
49

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 49 = 349 (100%)
R 151 of 349 ~ 43.27%
G 149 of 349 ~ 42.69%
B 49 of 349 ~ 14.04%

%43.27
%42.69
%14.04

CMYK color model

#979531 color CMYK value is (0,1,68,41).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 67.55%
  • key color value is 40.78%
CMYK:
(0,1,68,41)
C0M1Y68K41 
(0%,1%,68%,41%)
(0.00/0.01/0.68/0.41)	

CMYK percentages

%0
%1.32
%67.55
%40.78

Codes

Color #979531 in popluar color models

979531
RGB15114949
HSL59°51.00%39.22%
HSB/HSV59°67.55%59.22%
CMYK0.00%1.32%67.55%
40.78%

Color #979531 in popluar number systems.

HEX979531
Decimal15114949
Binary1001011110010101110001
Octal22722561

Shades and tints

Shades of #979531

#979531
(151,149,49)
#8A882D
(138,136,45)
#7D7B29
(125,123,41)
#706E25
(112,110,37)
#636121
(99,97,33)
#56541D
(86,84,29)
#494719
(73,71,25)
#3C3A15
(60,58,21)
#2F2D11
(47,45,17)
#22200D
(34,32,13)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #979531

#979531
(151,149,49)
#A09E43
(160,158,67)
#A9A755
(169,167,85)
#B2B067
(178,176,103)
#BBB979
(187,185,121)
#C4C28B
(196,194,139)
#CDCB9D
(205,203,157)
#D6D4AF
(214,212,175)
#DFDDC1
(223,221,193)
#E8E6D3
(232,230,211)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979531 color. Also use rgb(151,149,49) instead hex code.

Text Font Color

.myTextColor { color: #979531; }

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

This text font color is #979531.


Background Color

.myBgColor { background-color: #979531; }

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

This div background color is #979531.


Border color

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

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

This div border color is #979531.


Opacity

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

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

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

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

This text has shadow with #979531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979531 on black background.


Color preview on white background

This text has color #979531 on white background.



Black color preview on #979531 background

This text has black color on #979531 background.


White color preview on #979531 background

This text has white color on #979531 background.