COLOR #84686C

HEX: #84686C RGB: (132,104,108)

Color info

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

RGB color model

#84686C color RGB value is (132,104,108).

RGB: (132,104,108) (52%, 41%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 108 of 255 = 42%

132
104
108

R + G + B ~ 45%. #84686C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 104 + 108 = 344 (100%)
R 132 of 344 ~ 38.37%
G 104 of 344 ~ 30.23%
B 108 of 344 ~ 31.4'%

%38.37
%30.23
%31.4

CMYK color model

#84686C color CMYK value is (0,21,18,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 18.18%
  • key color value is 48.24%

CMYK: (0,21,18,48)
C0M21Y18K48 (0%, 21%, 18%, 48%)
(0.00 / 0.21 / 0.18 / 0.48)

CMYK percentages

%0
%21.21
%18.18
%48.24

Codes

Color #84686C in popluar color models

84 68 6C
RGB 132 104 108
HSL 351° 11.86% 46.27%
HSB/HSV 351° 21.21% 51.76%
CMYK 0.00% 21.21% 18.18%
48.24%

Color #84686C in popluar number systems.

HEX 84 68 6C
Decimal 132 104 108
Binary 10000100 1101000 1101100
Octal 204 150 154

Shades and tints

Shades of #84686C

#84686C
(132,104,108)
#785F63
(120,95,99)
#6C565A
(108,86,90)
#604D51
(96,77,81)
#544448
(84,68,72)
#483B3F
(72,59,63)
#3C3236
(60,50,54)
#30292D
(48,41,45)
#242024
(36,32,36)
#18171B
(24,23,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #84686C

#84686C
(132,104,108)
#8F7579
(143,117,121)
#9A8286
(154,130,134)
#A58F93
(165,143,147)
#B09CA0
(176,156,160)
#BBA9AD
(187,169,173)
#C6B6BA
(198,182,186)
#D1C3C7
(209,195,199)
#DCD0D4
(220,208,212)
#E7DDE1
(231,221,225)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84686C color. Also use rgb(132,104,108) instead hex code.

Text Font Color

.myTextColor { color: #84686C; }

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

This text font color is #84686C.

Background Color

.myBgColor { background-color: #84686C; }

<div style="background-color:#84686C">Inner text</div>

This div background color is #84686C.

Border color

.myBorderColor { border: 1px solid #84686C; }

<div style="border:3px solid #84686C">Div</div>

This div border color is #84686C.

Opacity

.myOpacity80 { color: #84686C; opacity: 0.8; }

<p style="color:#84686C;opacity:0.8;">80%</p>

Text with #84686C 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 #84686C;}

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

This text has shadow with #84686C color.


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

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

This text has shadow with #84686C primary color and red secondary color.


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

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

This text has shadow with #84686C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84686C.

Preview

Color preview on black background

This text has color #84686C on black background.


Color preview on white background

This text has color #84686C on white background.


Black color preview on #84686C background

This text has black color on #84686C background.


White color preview on #84686C background

This text has white color on #84686C background.


Related colors

Complementary color

Complementary color for #hex is #7B9793.


I love getcolorcode.com

Triadic colors

1 #6C8468 and #686C84 with #84686C are triadic colors.

2 #6C6884 and #68846C with #84686C are triadic colors.