COLOR #84867E

HEX: #84867E RGB: (132,134,126)

Color info

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

RGB color model

#84867E color RGB value is (132,134,126).

RGB: (132,134,126) (52%, 53%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 126 of 255 = 49%

132
134
126

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

Portions of RGB colors in percentages

R + G + B = 132 + 134 + 126 = 392 (100%)
R 132 of 392 ~ 33.67%
G 134 of 392 ~ 34.18%
B 126 of 392 ~ 32.14'%

%33.67
%34.18
%32.14

CMYK color model

#84867E color CMYK value is (1,0,6,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 47.45%

CMYK: (1,0,6,47)
C1M0Y6K47 (1%, 0%, 6%, 47%)
(0.01 / 0.00 / 0.06 / 0.47)

CMYK percentages

%1.49
%0
%5.97
%47.45

Codes

Color #84867E in popluar color models

84 86 7E
RGB 132 134 126
HSL 75° 3.20% 50.98%
HSB/HSV 75° 5.97% 52.55%
CMYK 1.49% 0.00% 5.97%
47.45%

Color #84867E in popluar number systems.

HEX 84 86 7E
Decimal 132 134 126
Binary 10000100 10000110 1111110
Octal 204 206 176

Shades and tints

Shades of #84867E

#84867E
(132,134,126)
#787A73
(120,122,115)
#6C6E68
(108,110,104)
#60625D
(96,98,93)
#545652
(84,86,82)
#484A47
(72,74,71)
#3C3E3C
(60,62,60)
#303231
(48,50,49)
#242626
(36,38,38)
#181A1B
(24,26,27)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #84867E

#84867E
(132,134,126)
#8F9189
(143,145,137)
#9A9C94
(154,156,148)
#A5A79F
(165,167,159)
#B0B2AA
(176,178,170)
#BBBDB5
(187,189,181)
#C6C8C0
(198,200,192)
#D1D3CB
(209,211,203)
#DCDED6
(220,222,214)
#E7E9E1
(231,233,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84867E; }

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

This text font color is #84867E.

Background Color

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

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

This div background color is #84867E.

Border color

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

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

This div border color is #84867E.

Opacity

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

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

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

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

This text has shadow with #84867E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84867E.

Preview

Color preview on black background

This text has color #84867E on black background.


Color preview on white background

This text has color #84867E on white background.


Black color preview on #84867E background

This text has black color on #84867E background.


White color preview on #84867E background

This text has white color on #84867E background.


Related colors

Complementary color

Complementary color for #hex is #7B7981.


I love getcolorcode.com

Triadic colors

1 #7E8486 and #867E84 with #84867E are triadic colors.

2 #7E8684 and #86847E with #84867E are triadic colors.