COLOR #979B54

HEX: #979B54
RGB: (151,155,84)

Color info

#979B54 contains mainly red and green colors. Web safe color of #979B54 is #999966 (or #996).

RGB color model

#979B54 color RGB value is (151,155,84).

  • red value is 151;
  • green value is 155;
  • blue value is 84.
RGB:
(151,155,84)
(59%,61%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 84 of 255 = 33%

151
155
84

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

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 84 = 390 (100%)
R 151 of 390 ~ 38.72%
G 155 of 390 ~ 39.74%
B 84 of 390 ~ 21.54%

%38.72
%39.74
%21.54

CMYK color model

#979B54 color CMYK value is (3,0,46,39).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 39.22%
CMYK:
(3,0,46,39)
C3M0Y46K39 
(3%,0%,46%,39%)
(0.03/0.00/0.46/0.39)	

CMYK percentages

%2.58
%0
%45.81
%39.22

Codes

Color #979B54 in popluar color models

979B54
RGB15115584
HSL63°29.71%46.86%
HSB/HSV63°45.81%60.78%
CMYK2.58%0.00%45.81%
39.22%

Color #979B54 in popluar number systems.

HEX979B54
Decimal15115584
Binary10010111100110111010100
Octal227233124

Shades and tints

Shades of #979B54

#979B54
(151,155,84)
#8A8D4D
(138,141,77)
#7D7F46
(125,127,70)
#70713F
(112,113,63)
#636338
(99,99,56)
#565531
(86,85,49)
#49472A
(73,71,42)
#3C3923
(60,57,35)
#2F2B1C
(47,43,28)
#221D15
(34,29,21)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #979B54

#979B54
(151,155,84)
#A0A463
(160,164,99)
#A9AD72
(169,173,114)
#B2B681
(178,182,129)
#BBBF90
(187,191,144)
#C4C89F
(196,200,159)
#CDD1AE
(205,209,174)
#D6DABD
(214,218,189)
#DFE3CC
(223,227,204)
#E8ECDB
(232,236,219)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979B54 color. Also use rgb(151,155,84) instead hex code.

Text Font Color

.myTextColor { color: #979B54; }

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

This text font color is #979B54.


Background Color

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

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

This div background color is #979B54.


Border color

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

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

This div border color is #979B54.


Opacity

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

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

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

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

This text has shadow with #979B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979B54 on black background.


Color preview on white background

This text has color #979B54 on white background.



Black color preview on #979B54 background

This text has black color on #979B54 background.


White color preview on #979B54 background

This text has white color on #979B54 background.