COLOR #84837D

HEX: #84837D RGB: (132,131,125)

Color info

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

RGB color model

#84837D color RGB value is (132,131,125).

RGB: (132,131,125) (52%, 51%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 125 of 255 = 49%

132
131
125

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

Portions of RGB colors in percentages

R + G + B = 132 + 131 + 125 = 388 (100%)
R 132 of 388 ~ 34.02%
G 131 of 388 ~ 33.76%
B 125 of 388 ~ 32.22'%

%34.02
%33.76
%32.22

CMYK color model

#84837D color CMYK value is (0,1,5,48).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 5.30%
  • key color value is 48.24%

CMYK: (0,1,5,48)
C0M1Y5K48 (0%, 1%, 5%, 48%)
(0.00 / 0.01 / 0.05 / 0.48)

CMYK percentages

%0
%0.76
%5.3
%48.24

Codes

Color #84837D in popluar color models

84 83 7D
RGB 132 131 125
HSL 51° 2.77% 50.39%
HSB/HSV 51° 5.30% 51.76%
CMYK 0.00% 0.76% 5.30%
48.24%

Color #84837D in popluar number systems.

HEX 84 83 7D
Decimal 132 131 125
Binary 10000100 10000011 1111101
Octal 204 203 175

Shades and tints

Shades of #84837D

#84837D
(132,131,125)
#787872
(120,120,114)
#6C6D67
(108,109,103)
#60625C
(96,98,92)
#545751
(84,87,81)
#484C46
(72,76,70)
#3C413B
(60,65,59)
#303630
(48,54,48)
#242B25
(36,43,37)
#18201A
(24,32,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #84837D

#84837D
(132,131,125)
#8F8E88
(143,142,136)
#9A9993
(154,153,147)
#A5A49E
(165,164,158)
#B0AFA9
(176,175,169)
#BBBAB4
(187,186,180)
#C6C5BF
(198,197,191)
#D1D0CA
(209,208,202)
#DCDBD5
(220,219,213)
#E7E6E0
(231,230,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84837D color. Also use rgb(132,131,125) instead hex code.

Text Font Color

.myTextColor { color: #84837D; }

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

This text font color is #84837D.

Background Color

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

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

This div background color is #84837D.

Border color

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

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

This div border color is #84837D.

Opacity

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

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

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

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

This text has shadow with #84837D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84837D.

Preview

Color preview on black background

This text has color #84837D on black background.


Color preview on white background

This text has color #84837D on white background.


Black color preview on #84837D background

This text has black color on #84837D background.


White color preview on #84837D background

This text has white color on #84837D background.


Related colors

Complementary color

Complementary color for #hex is #7B7C82.


I love getcolorcode.com

Triadic colors

1 #7D8483 and #837D84 with #84837D are triadic colors.

2 #7D8384 and #83847D with #84837D are triadic colors.