COLOR #84877D

HEX: #84877D
RGB: (132,135,125)

Color info

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

RGB color model

#84877D color RGB value is (132,135,125).

  • red value is 132;
  • green value is 135;
  • blue value is 125.
RGB:
(132,135,125)
(52%,53%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 125 of 255 = 49%

132
135
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 125 = 392 (100%)
R 132 of 392 ~ 33.67%
G 135 of 392 ~ 34.44%
B 125 of 392 ~ 31.89%

%33.67
%34.44
%31.89

CMYK color model

#84877D color CMYK value is (2,0,7,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(2,0,7,47)
C2M0Y7K47 
(2%,0%,7%,47%)
(0.02/0.00/0.07/0.47)	

CMYK percentages

%2.22
%0
%7.41
%47.06

Codes

Color #84877D in popluar color models

84877D
RGB132135125
HSL78°4.00%50.98%
HSB/HSV78°7.41%52.94%
CMYK2.22%0.00%7.41%
47.06%

Color #84877D in popluar number systems.

HEX84877D
Decimal132135125
Binary10000100100001111111101
Octal204207175

Shades and tints

Shades of #84877D

#84877D
(132,135,125)
#787B72
(120,123,114)
#6C6F67
(108,111,103)
#60635C
(96,99,92)
#545751
(84,87,81)
#484B46
(72,75,70)
#3C3F3B
(60,63,59)
#303330
(48,51,48)
#242725
(36,39,37)
#181B1A
(24,27,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #84877D

#84877D
(132,135,125)
#8F9188
(143,145,136)
#9A9B93
(154,155,147)
#A5A59E
(165,165,158)
#B0AFA9
(176,175,169)
#BBB9B4
(187,185,180)
#C6C3BF
(198,195,191)
#D1CDCA
(209,205,202)
#DCD7D5
(220,215,213)
#E7E1E0
(231,225,224)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84877D; }

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

This text font color is #84877D.


Background Color

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

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

This div background color is #84877D.


Border color

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

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

This div border color is #84877D.


Opacity

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

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

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

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

This text has shadow with #84877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84877D on black background.


Color preview on white background

This text has color #84877D on white background.



Black color preview on #84877D background

This text has black color on #84877D background.


White color preview on #84877D background

This text has white color on #84877D background.