COLOR #979377

HEX: #979377
RGB: (151,147,119)

Color info

#979377 contains red, green and blue colors in about the same proportion. Web safe color of #979377 is #999966 (or #996).

RGB color model

#979377 color RGB value is (151,147,119).

  • red value is 151;
  • green value is 147;
  • blue value is 119.
RGB:
(151,147,119)
(59%,58%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 147 of 255 = 58%
B 119 of 255 = 47%

151
147
119

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

Portions of RGB colors in percentages

R + G + B =
151 + 147 + 119 = 417 (100%)
R 151 of 417 ~ 36.21%
G 147 of 417 ~ 35.25%
B 119 of 417 ~ 28.54%

%36.21
%35.25
%28.54

CMYK color model

#979377 color CMYK value is (0,3,21,41).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 21.19%
  • key color value is 40.78%
CMYK:
(0,3,21,41)
C0M3Y21K41 
(0%,3%,21%,41%)
(0.00/0.03/0.21/0.41)	

CMYK percentages

%0
%2.65
%21.19
%40.78

Codes

Color #979377 in popluar color models

979377
RGB151147119
HSL53°13.33%52.94%
HSB/HSV53°21.19%59.22%
CMYK0.00%2.65%21.19%
40.78%

Color #979377 in popluar number systems.

HEX979377
Decimal151147119
Binary10010111100100111110111
Octal227223167

Shades and tints

Shades of #979377

#979377
(151,147,119)
#8A866D
(138,134,109)
#7D7963
(125,121,99)
#706C59
(112,108,89)
#635F4F
(99,95,79)
#565245
(86,82,69)
#49453B
(73,69,59)
#3C3831
(60,56,49)
#2F2B27
(47,43,39)
#221E1D
(34,30,29)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #979377

#979377
(151,147,119)
#A09C83
(160,156,131)
#A9A58F
(169,165,143)
#B2AE9B
(178,174,155)
#BBB7A7
(187,183,167)
#C4C0B3
(196,192,179)
#CDC9BF
(205,201,191)
#D6D2CB
(214,210,203)
#DFDBD7
(223,219,215)
#E8E4E3
(232,228,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979377 color. Also use rgb(151,147,119) instead hex code.

Text Font Color

.myTextColor { color: #979377; }

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

This text font color is #979377.


Background Color

.myBgColor { background-color: #979377; }

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

This div background color is #979377.


Border color

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

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

This div border color is #979377.


Opacity

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

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

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

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

This text has shadow with #979377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979377 on black background.


Color preview on white background

This text has color #979377 on white background.



Black color preview on #979377 background

This text has black color on #979377 background.


White color preview on #979377 background

This text has white color on #979377 background.