COLOR #84667F

HEX: #84667F RGB: (132,102,127)

Color info

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

RGB color model

#84667F color RGB value is (132,102,127).

RGB: (132,102,127) (52%, 40%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 127 of 255 = 50%

132
102
127

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

Portions of RGB colors in percentages

R + G + B = 132 + 102 + 127 = 361 (100%)
R 132 of 361 ~ 36.57%
G 102 of 361 ~ 28.25%
B 127 of 361 ~ 35.18'%

%36.57
%28.25
%35.18

CMYK color model

#84667F color CMYK value is (0,23,4,48).

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

CMYK: (0,23,4,48)
C0M23Y4K48 (0%, 23%, 4%, 48%)
(0.00 / 0.23 / 0.04 / 0.48)

CMYK percentages

%0
%22.73
%3.79
%48.24

Codes

Color #84667F in popluar color models

84 66 7F
RGB 132 102 127
HSL 310° 12.82% 45.88%
HSB/HSV 310° 22.73% 51.76%
CMYK 0.00% 22.73% 3.79%
48.24%

Color #84667F in popluar number systems.

HEX 84 66 7F
Decimal 132 102 127
Binary 10000100 1100110 1111111
Octal 204 146 177

Shades and tints

Shades of #84667F

#84667F
(132,102,127)
#785D74
(120,93,116)
#6C5469
(108,84,105)
#604B5E
(96,75,94)
#544253
(84,66,83)
#483948
(72,57,72)
#3C303D
(60,48,61)
#302732
(48,39,50)
#241E27
(36,30,39)
#18151C
(24,21,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #84667F

#84667F
(132,102,127)
#8F738A
(143,115,138)
#9A8095
(154,128,149)
#A58DA0
(165,141,160)
#B09AAB
(176,154,171)
#BBA7B6
(187,167,182)
#C6B4C1
(198,180,193)
#D1C1CC
(209,193,204)
#DCCED7
(220,206,215)
#E7DBE2
(231,219,226)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84667F; }

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

This text font color is #84667F.

Background Color

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

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

This div background color is #84667F.

Border color

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

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

This div border color is #84667F.

Opacity

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

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

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

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

This text has shadow with #84667F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84667F.

Preview

Color preview on black background

This text has color #84667F on black background.


Color preview on white background

This text has color #84667F on white background.


Black color preview on #84667F background

This text has black color on #84667F background.


White color preview on #84667F background

This text has white color on #84667F background.


Related colors

Complementary color

Complementary color for #hex is #7B9980.


I love getcolorcode.com

Triadic colors

1 #7F8466 and #667F84 with #84667F are triadic colors.

2 #7F6684 and #66847F with #84667F are triadic colors.