COLOR #84707E

HEX: #84707E
RGB: (132,112,126)

Color info

#84707E contains red, green and blue colors in about the same proportion. Web safe color of #84707E is #996666 (or #966).

RGB color model

#84707E color RGB value is (132,112,126).

  • red value is 132;
  • green value is 112;
  • blue value is 126.
RGB:
(132,112,126)
(52%,44%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 126 of 255 = 49%

132
112
126

R + G + B ~ 48%. #84707E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 126 = 370 (100%)
R 132 of 370 ~ 35.68%
G 112 of 370 ~ 30.27%
B 126 of 370 ~ 34.05%

%35.68
%30.27
%34.05

CMYK color model

#84707E color CMYK value is (0,15,5,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,15,5,48)
C0M15Y5K48 
(0%,15%,5%,48%)
(0.00/0.15/0.05/0.48)	

CMYK percentages

%0
%15.15
%4.55
%48.24

Codes

Color #84707E in popluar color models

84707E
RGB132112126
HSL318°8.20%47.84%
HSB/HSV318°15.15%51.76%
CMYK0.00%15.15%4.55%
48.24%

Color #84707E in popluar number systems.

HEX84707E
Decimal132112126
Binary1000010011100001111110
Octal204160176

Shades and tints

Shades of #84707E

#84707E
(132,112,126)
#786673
(120,102,115)
#6C5C68
(108,92,104)
#60525D
(96,82,93)
#544852
(84,72,82)
#483E47
(72,62,71)
#3C343C
(60,52,60)
#302A31
(48,42,49)
#242026
(36,32,38)
#18161B
(24,22,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #84707E

#84707E
(132,112,126)
#8F7D89
(143,125,137)
#9A8A94
(154,138,148)
#A5979F
(165,151,159)
#B0A4AA
(176,164,170)
#BBB1B5
(187,177,181)
#C6BEC0
(198,190,192)
#D1CBCB
(209,203,203)
#DCD8D6
(220,216,214)
#E7E5E1
(231,229,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84707E color. Also use rgb(132,112,126) instead hex code.

Text Font Color

.myTextColor { color: #84707E; }

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

This text font color is #84707E.


Background Color

.myBgColor { background-color: #84707E; }

<div style="background-color:#84707E">Inner text</div>

This div background color is #84707E.


Border color

.myBorderColor { border: 1px solid #84707E; }

<div style="border:3px solid #84707E">Div</div>

This div border color is #84707E.


Opacity

.myOpacity80 { color: #84707E; opacity: 0.8; }

<p style="color:#84707E;opacity:0.8;">80%</p>

Text with #84707E 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 #84707E;}

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

This text has shadow with #84707E color.

.textShadow {text-shadow: 3px 3px 1px #84707E, 3px 3px 1px red;}

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

This text has shadow with #84707E primary color and red secondary color.


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

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

This text has shadow with #84707E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84707E on black background.


Color preview on white background

This text has color #84707E on white background.



Black color preview on #84707E background

This text has black color on #84707E background.


White color preview on #84707E background

This text has white color on #84707E background.