COLOR #84666B

HEX: #84666B RGB: (132,102,107)

Color info

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

RGB color model

#84666B color RGB value is (132,102,107).

RGB: (132,102,107) (52%, 40%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 107 of 255 = 42%

132
102
107

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

Portions of RGB colors in percentages

R + G + B = 132 + 102 + 107 = 341 (100%)
R 132 of 341 ~ 38.71%
G 102 of 341 ~ 29.91%
B 107 of 341 ~ 31.38'%

%38.71
%29.91
%31.38

CMYK color model

#84666B color CMYK value is (0,23,19,48).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 18.94%
  • key color value is 48.24%

CMYK: (0,23,19,48)
C0M23Y19K48 (0%, 23%, 19%, 48%)
(0.00 / 0.23 / 0.19 / 0.48)

CMYK percentages

%0
%22.73
%18.94
%48.24

Codes

Color #84666B in popluar color models

84 66 6B
RGB 132 102 107
HSL 350° 12.82% 45.88%
HSB/HSV 350° 22.73% 51.76%
CMYK 0.00% 22.73% 18.94%
48.24%

Color #84666B in popluar number systems.

HEX 84 66 6B
Decimal 132 102 107
Binary 10000100 1100110 1101011
Octal 204 146 153

Shades and tints

Shades of #84666B

#84666B
(132,102,107)
#785D62
(120,93,98)
#6C5459
(108,84,89)
#604B50
(96,75,80)
#544247
(84,66,71)
#48393E
(72,57,62)
#3C3035
(60,48,53)
#30272C
(48,39,44)
#241E23
(36,30,35)
#18151A
(24,21,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #84666B

#84666B
(132,102,107)
#8F7378
(143,115,120)
#9A8085
(154,128,133)
#A58D92
(165,141,146)
#B09A9F
(176,154,159)
#BBA7AC
(187,167,172)
#C6B4B9
(198,180,185)
#D1C1C6
(209,193,198)
#DCCED3
(220,206,211)
#E7DBE0
(231,219,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84666B color. Also use rgb(132,102,107) instead hex code.

Text Font Color

.myTextColor { color: #84666B; }

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

This text font color is #84666B.

Background Color

.myBgColor { background-color: #84666B; }

<div style="background-color:#84666B">Inner text</div>

This div background color is #84666B.

Border color

.myBorderColor { border: 1px solid #84666B; }

<div style="border:3px solid #84666B">Div</div>

This div border color is #84666B.

Opacity

.myOpacity80 { color: #84666B; opacity: 0.8; }

<p style="color:#84666B;opacity:0.8;">80%</p>

Text with #84666B 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 #84666B;}

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

This text has shadow with #84666B color.


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

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

This text has shadow with #84666B primary color and red secondary color.


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

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

This text has shadow with #84666B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84666B.

Preview

Color preview on black background

This text has color #84666B on black background.


Color preview on white background

This text has color #84666B on white background.


Black color preview on #84666B background

This text has black color on #84666B background.


White color preview on #84666B background

This text has white color on #84666B background.


Related colors

Complementary color

Complementary color for #hex is #7B9994.


I love getcolorcode.com

Triadic colors

1 #6B8466 and #666B84 with #84666B are triadic colors.

2 #6B6684 and #66846B with #84666B are triadic colors.