COLOR #979B5C

HEX: #979B5C RGB: (151,155,92)

Color info

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

RGB color model

#979B5C color RGB value is (151,155,92).

RGB: (151,155,92) (59%, 61%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 92 of 255 = 36%

151
155
92

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 92 = 398 (100%)
R 151 of 398 ~ 37.94%
G 155 of 398 ~ 38.94%
B 92 of 398 ~ 23.12'%

%37.94
%38.94
%23.12

CMYK color model

#979B5C color CMYK value is (3,0,41,39).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%

CMYK: (3,0,41,39)
C3M0Y41K39 (3%, 0%, 41%, 39%)
(0.03 / 0.00 / 0.41 / 0.39)

CMYK percentages

%2.58
%0
%40.65
%39.22

Codes

Color #979B5C in popluar color models

97 9B 5C
RGB 151 155 92
HSL 64° 25.51% 48.43%
HSB/HSV 64° 40.65% 60.78%
CMYK 2.58% 0.00% 40.65%
39.22%

Color #979B5C in popluar number systems.

HEX 97 9B 5C
Decimal 151 155 92
Binary 10010111 10011011 1011100
Octal 227 233 134

Shades and tints

Shades of #979B5C

#979B5C
(151,155,92)
#8A8D54
(138,141,84)
#7D7F4C
(125,127,76)
#707144
(112,113,68)
#63633C
(99,99,60)
#565534
(86,85,52)
#49472C
(73,71,44)
#3C3924
(60,57,36)
#2F2B1C
(47,43,28)
#221D14
(34,29,20)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #979B5C

#979B5C
(151,155,92)
#A0A46A
(160,164,106)
#A9AD78
(169,173,120)
#B2B686
(178,182,134)
#BBBF94
(187,191,148)
#C4C8A2
(196,200,162)
#CDD1B0
(205,209,176)
#D6DABE
(214,218,190)
#DFE3CC
(223,227,204)
#E8ECDA
(232,236,218)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979B5C; }

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

This text font color is #979B5C.

Background Color

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

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

This div background color is #979B5C.

Border color

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

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

This div border color is #979B5C.

Opacity

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

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

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

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

This text has shadow with #979B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979B5C.

Preview

Color preview on black background

This text has color #979B5C on black background.


Color preview on white background

This text has color #979B5C on white background.


Black color preview on #979B5C background

This text has black color on #979B5C background.


White color preview on #979B5C background

This text has white color on #979B5C background.


Related colors

Complementary color

Complementary color for #hex is #6864A3.


I love getcolorcode.com

Triadic colors

1 #5C979B and #9B5C97 with #979B5C are triadic colors.

2 #5C9B97 and #9B975C with #979B5C are triadic colors.