COLOR #84837F

HEX: #84837F
RGB: (132,131,127)

Color info

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

RGB color model

#84837F color RGB value is (132,131,127).

  • red value is 132;
  • green value is 131;
  • blue value is 127.
RGB:
(132,131,127)
(52%,51%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 127 of 255 = 50%

132
131
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 127 = 390 (100%)
R 132 of 390 ~ 33.85%
G 131 of 390 ~ 33.59%
B 127 of 390 ~ 32.56%

%33.85
%33.59
%32.56

CMYK color model

#84837F color CMYK value is (0,1,4,48).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,1,4,48)
C0M1Y4K48 
(0%,1%,4%,48%)
(0.00/0.01/0.04/0.48)	

CMYK percentages

%0
%0.76
%3.79
%48.24

Codes

Color #84837F in popluar color models

84837F
RGB132131127
HSL48°1.99%50.78%
HSB/HSV48°3.79%51.76%
CMYK0.00%0.76%3.79%
48.24%

Color #84837F in popluar number systems.

HEX84837F
Decimal132131127
Binary10000100100000111111111
Octal204203177

Shades and tints

Shades of #84837F

#84837F
(132,131,127)
#787874
(120,120,116)
#6C6D69
(108,109,105)
#60625E
(96,98,94)
#545753
(84,87,83)
#484C48
(72,76,72)
#3C413D
(60,65,61)
#303632
(48,54,50)
#242B27
(36,43,39)
#18201C
(24,32,28)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #84837F

#84837F
(132,131,127)
#8F8E8A
(143,142,138)
#9A9995
(154,153,149)
#A5A4A0
(165,164,160)
#B0AFAB
(176,175,171)
#BBBAB6
(187,186,182)
#C6C5C1
(198,197,193)
#D1D0CC
(209,208,204)
#DCDBD7
(220,219,215)
#E7E6E2
(231,230,226)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84837F; }

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

This text font color is #84837F.


Background Color

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

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

This div background color is #84837F.


Border color

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

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

This div border color is #84837F.


Opacity

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

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

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

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

This text has shadow with #84837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84837F on black background.


Color preview on white background

This text has color #84837F on white background.



Black color preview on #84837F background

This text has black color on #84837F background.


White color preview on #84837F background

This text has white color on #84837F background.