COLOR #84687F

HEX: #84687F
RGB: (132,104,127)

Color info

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

RGB color model

#84687F color RGB value is (132,104,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 127 of 255 = 50%

132
104
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 127 = 363 (100%)
R 132 of 363 ~ 36.36%
G 104 of 363 ~ 28.65%
B 127 of 363 ~ 34.99%

%36.36
%28.65
%34.99

CMYK color model

#84687F color CMYK value is (0,21,4,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,21,4,48)
C0M21Y4K48 
(0%,21%,4%,48%)
(0.00/0.21/0.04/0.48)	

CMYK percentages

%0
%21.21
%3.79
%48.24

Codes

Color #84687F in popluar color models

84687F
RGB132104127
HSL311°11.86%46.27%
HSB/HSV311°21.21%51.76%
CMYK0.00%21.21%3.79%
48.24%

Color #84687F in popluar number systems.

HEX84687F
Decimal132104127
Binary1000010011010001111111
Octal204150177

Shades and tints

Shades of #84687F

#84687F
(132,104,127)
#785F74
(120,95,116)
#6C5669
(108,86,105)
#604D5E
(96,77,94)
#544453
(84,68,83)
#483B48
(72,59,72)
#3C323D
(60,50,61)
#302932
(48,41,50)
#242027
(36,32,39)
#18171C
(24,23,28)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #84687F

#84687F
(132,104,127)
#8F758A
(143,117,138)
#9A8295
(154,130,149)
#A58FA0
(165,143,160)
#B09CAB
(176,156,171)
#BBA9B6
(187,169,182)
#C6B6C1
(198,182,193)
#D1C3CC
(209,195,204)
#DCD0D7
(220,208,215)
#E7DDE2
(231,221,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84687F; }

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

This text font color is #84687F.


Background Color

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

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

This div background color is #84687F.


Border color

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

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

This div border color is #84687F.


Opacity

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

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

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

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

This text has shadow with #84687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84687F on black background.


Color preview on white background

This text has color #84687F on white background.



Black color preview on #84687F background

This text has black color on #84687F background.


White color preview on #84687F background

This text has white color on #84687F background.