COLOR #84976C

HEX: #84976C
RGB: (132,151,108)

Color info

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

RGB color model

#84976C color RGB value is (132,151,108).

  • red value is 132;
  • green value is 151;
  • blue value is 108.
RGB:
(132,151,108)
(52%,59%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 108 of 255 = 42%

132
151
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 151 + 108 = 391 (100%)
R 132 of 391 ~ 33.76%
G 151 of 391 ~ 38.62%
B 108 of 391 ~ 27.62%

%33.76
%38.62
%27.62

CMYK color model

#84976C color CMYK value is (13,0,28,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(13,0,28,41)
C13M0Y28K41 
(13%,0%,28%,41%)
(0.13/0.00/0.28/0.41)	

CMYK percentages

%12.58
%0
%28.48
%40.78

Codes

Color #84976C in popluar color models

84976C
RGB132151108
HSL87°17.13%50.78%
HSB/HSV87°28.48%59.22%
CMYK12.58%0.00%28.48%
40.78%

Color #84976C in popluar number systems.

HEX84976C
Decimal132151108
Binary10000100100101111101100
Octal204227154

Shades and tints

Shades of #84976C

#84976C
(132,151,108)
#788A63
(120,138,99)
#6C7D5A
(108,125,90)
#607051
(96,112,81)
#546348
(84,99,72)
#48563F
(72,86,63)
#3C4936
(60,73,54)
#303C2D
(48,60,45)
#242F24
(36,47,36)
#18221B
(24,34,27)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #84976C

#84976C
(132,151,108)
#8FA079
(143,160,121)
#9AA986
(154,169,134)
#A5B293
(165,178,147)
#B0BBA0
(176,187,160)
#BBC4AD
(187,196,173)
#C6CDBA
(198,205,186)
#D1D6C7
(209,214,199)
#DCDFD4
(220,223,212)
#E7E8E1
(231,232,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84976C color. Also use rgb(132,151,108) instead hex code.

Text Font Color

.myTextColor { color: #84976C; }

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

This text font color is #84976C.


Background Color

.myBgColor { background-color: #84976C; }

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

This div background color is #84976C.


Border color

.myBorderColor { border: 1px solid #84976C; }

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

This div border color is #84976C.


Opacity

.myOpacity80 { color: #84976C; opacity: 0.8; }

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

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

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

This text has shadow with #84976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84976C on black background.


Color preview on white background

This text has color #84976C on white background.



Black color preview on #84976C background

This text has black color on #84976C background.


White color preview on #84976C background

This text has white color on #84976C background.