COLOR #84708E

HEX: #84708E RGB: (132,112,142)

Color info

#84708E contains red, green and blue colors in about the same proportion. Web safe color of #84708E is #996699 (or #969).

RGB color model

#84708E color RGB value is (132,112,142).

RGB: (132,112,142) (52%, 44%, 56%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 142 of 255 = 56%

132
112
142

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

Portions of RGB colors in percentages

R + G + B = 132 + 112 + 142 = 386 (100%)
R 132 of 386 ~ 34.2%
G 112 of 386 ~ 29.02%
B 142 of 386 ~ 36.79'%

%34.2
%29.02
%36.79

CMYK color model

#84708E color CMYK value is (7,21,0,44).

  • cyan value is 7.04%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (7,21,0,44)
C7M21Y0K44 (7%, 21%, 0%, 44%)
(0.07 / 0.21 / 0.00 / 0.44)

CMYK percentages

%7.04
%21.13
%0
%44.31

Codes

Color #84708E in popluar color models

84 70 8E
RGB 132 112 142
HSL 280° 11.81% 49.80%
HSB/HSV 280° 21.13% 55.69%
CMYK 7.04% 21.13% 0.00%
44.31%

Color #84708E in popluar number systems.

HEX 84 70 8E
Decimal 132 112 142
Binary 10000100 1110000 10001110
Octal 204 160 216

Shades and tints

Shades of #84708E

#84708E
(132,112,142)
#786682
(120,102,130)
#6C5C76
(108,92,118)
#60526A
(96,82,106)
#54485E
(84,72,94)
#483E52
(72,62,82)
#3C3446
(60,52,70)
#302A3A
(48,42,58)
#24202E
(36,32,46)
#181622
(24,22,34)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #84708E

#84708E
(132,112,142)
#8F7D98
(143,125,152)
#9A8AA2
(154,138,162)
#A597AC
(165,151,172)
#B0A4B6
(176,164,182)
#BBB1C0
(187,177,192)
#C6BECA
(198,190,202)
#D1CBD4
(209,203,212)
#DCD8DE
(220,216,222)
#E7E5E8
(231,229,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84708E; }

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

This text font color is #84708E.

Background Color

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

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

This div background color is #84708E.

Border color

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

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

This div border color is #84708E.

Opacity

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

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

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

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

This text has shadow with #84708E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84708E.

Preview

Color preview on black background

This text has color #84708E on black background.


Color preview on white background

This text has color #84708E on white background.


Black color preview on #84708E background

This text has black color on #84708E background.


White color preview on #84708E background

This text has white color on #84708E background.


Related colors

Complementary color

Complementary color for #hex is #7B8F71.


I love getcolorcode.com

Triadic colors

1 #8E8470 and #708E84 with #84708E are triadic colors.

2 #8E7084 and #70848E with #84708E are triadic colors.