COLOR #84976D

HEX: #84976D RGB: (132,151,109)

Color info

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

RGB color model

#84976D color RGB value is (132,151,109).

RGB: (132,151,109) (52%, 59%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 109 of 255 = 43%

132
151
109

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

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 109 = 392 (100%)
R 132 of 392 ~ 33.67%
G 151 of 392 ~ 38.52%
B 109 of 392 ~ 27.81'%

%33.67
%38.52
%27.81

CMYK color model

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

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • 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
%27.81
%40.78

Codes

Color #84976D in popluar color models

84 97 6D
RGB 132 151 109
HSL 87° 16.80% 50.98%
HSB/HSV 87° 27.81% 59.22%
CMYK 12.58% 0.00% 27.81%
40.78%

Color #84976D in popluar number systems.

HEX 84 97 6D
Decimal 132 151 109
Binary 10000100 10010111 1101101
Octal 204 227 155

Shades and tints

Shades of #84976D

#84976D
(132,151,109)
#788A64
(120,138,100)
#6C7D5B
(108,125,91)
#607052
(96,112,82)
#546349
(84,99,73)
#485640
(72,86,64)
#3C4937
(60,73,55)
#303C2E
(48,60,46)
#242F25
(36,47,37)
#18221C
(24,34,28)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84976D

#84976D
(132,151,109)
#8FA07A
(143,160,122)
#9AA987
(154,169,135)
#A5B294
(165,178,148)
#B0BBA1
(176,187,161)
#BBC4AE
(187,196,174)
#C6CDBB
(198,205,187)
#D1D6C8
(209,214,200)
#DCDFD5
(220,223,213)
#E7E8E2
(231,232,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84976D; }

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

This text font color is #84976D.

Background Color

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

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

This div background color is #84976D.

Border color

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

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

This div border color is #84976D.

Opacity

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

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

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

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

This text has shadow with #84976D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84976D.

Preview

Color preview on black background

This text has color #84976D on black background.


Color preview on white background

This text has color #84976D on white background.


Black color preview on #84976D background

This text has black color on #84976D background.


White color preview on #84976D background

This text has white color on #84976D background.


Related colors

Complementary color

Complementary color for #hex is #7B6892.


I love getcolorcode.com

Triadic colors

1 #6D8497 and #976D84 with #84976D are triadic colors.

2 #6D9784 and #97846D with #84976D are triadic colors.