COLOR #84677F

HEX: #84677F
RGB: (132,103,127)

Color info

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

RGB color model

#84677F color RGB value is (132,103,127).

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

RGB channels and saturation

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

132
103
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 127 = 362 (100%)
R 132 of 362 ~ 36.46%
G 103 of 362 ~ 28.45%
B 127 of 362 ~ 35.08%

%36.46
%28.45
%35.08

CMYK color model

#84677F color CMYK value is (0,22,4,48).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,22,4,48)
C0M22Y4K48 
(0%,22%,4%,48%)
(0.00/0.22/0.04/0.48)	

CMYK percentages

%0
%21.97
%3.79
%48.24

Codes

Color #84677F in popluar color models

84677F
RGB132103127
HSL310°12.34%46.08%
HSB/HSV310°21.97%51.76%
CMYK0.00%21.97%3.79%
48.24%

Color #84677F in popluar number systems.

HEX84677F
Decimal132103127
Binary1000010011001111111111
Octal204147177

Shades and tints

Shades of #84677F

#84677F
(132,103,127)
#785E74
(120,94,116)
#6C5569
(108,85,105)
#604C5E
(96,76,94)
#544353
(84,67,83)
#483A48
(72,58,72)
#3C313D
(60,49,61)
#302832
(48,40,50)
#241F27
(36,31,39)
#18161C
(24,22,28)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #84677F

#84677F
(132,103,127)
#8F748A
(143,116,138)
#9A8195
(154,129,149)
#A58EA0
(165,142,160)
#B09BAB
(176,155,171)
#BBA8B6
(187,168,182)
#C6B5C1
(198,181,193)
#D1C2CC
(209,194,204)
#DCCFD7
(220,207,215)
#E7DCE2
(231,220,226)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84677F; }

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

This text font color is #84677F.


Background Color

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

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

This div background color is #84677F.


Border color

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

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

This div border color is #84677F.


Opacity

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

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

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

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

This text has shadow with #84677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84677F on black background.


Color preview on white background

This text has color #84677F on white background.



Black color preview on #84677F background

This text has black color on #84677F background.


White color preview on #84677F background

This text has white color on #84677F background.