COLOR #84916D

HEX: #84916D RGB: (132,145,109)

Color info

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

RGB color model

#84916D color RGB value is (132,145,109).

RGB: (132,145,109) (52%, 57%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 109 of 255 = 43%

132
145
109

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

Portions of RGB colors in percentages

R + G + B = 132 + 145 + 109 = 386 (100%)
R 132 of 386 ~ 34.2%
G 145 of 386 ~ 37.56%
B 109 of 386 ~ 28.24'%

%34.2
%37.56
%28.24

CMYK color model

#84916D color CMYK value is (9,0,25,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%

CMYK: (9,0,25,43)
C9M0Y25K43 (9%, 0%, 25%, 43%)
(0.09 / 0.00 / 0.25 / 0.43)

CMYK percentages

%8.97
%0
%24.83
%43.14

Codes

Color #84916D in popluar color models

84 91 6D
RGB 132 145 109
HSL 82° 14.17% 49.80%
HSB/HSV 82° 24.83% 56.86%
CMYK 8.97% 0.00% 24.83%
43.14%

Color #84916D in popluar number systems.

HEX 84 91 6D
Decimal 132 145 109
Binary 10000100 10010001 1101101
Octal 204 221 155

Shades and tints

Shades of #84916D

#84916D
(132,145,109)
#788464
(120,132,100)
#6C775B
(108,119,91)
#606A52
(96,106,82)
#545D49
(84,93,73)
#485040
(72,80,64)
#3C4337
(60,67,55)
#30362E
(48,54,46)
#242925
(36,41,37)
#181C1C
(24,28,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #84916D

#84916D
(132,145,109)
#8F9B7A
(143,155,122)
#9AA587
(154,165,135)
#A5AF94
(165,175,148)
#B0B9A1
(176,185,161)
#BBC3AE
(187,195,174)
#C6CDBB
(198,205,187)
#D1D7C8
(209,215,200)
#DCE1D5
(220,225,213)
#E7EBE2
(231,235,226)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84916D; }

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

This text font color is #84916D.

Background Color

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

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

This div background color is #84916D.

Border color

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

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

This div border color is #84916D.

Opacity

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

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

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

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

This text has shadow with #84916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84916D.

Preview

Color preview on black background

This text has color #84916D on black background.


Color preview on white background

This text has color #84916D on white background.


Black color preview on #84916D background

This text has black color on #84916D background.


White color preview on #84916D background

This text has white color on #84916D background.


Related colors

Complementary color

Complementary color for #hex is #7B6E92.


I love getcolorcode.com

Triadic colors

1 #6D8491 and #916D84 with #84916D are triadic colors.

2 #6D9184 and #91846D with #84916D are triadic colors.