COLOR #84617E

HEX: #84617E
RGB: (132,97,126)

Color info

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

RGB color model

#84617E color RGB value is (132,97,126).

  • red value is 132;
  • green value is 97;
  • blue value is 126.
RGB:
(132,97,126)
(52%,38%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 126 of 255 = 49%

132
97
126

R + G + B ~ 46%. #84617E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 126 = 355 (100%)
R 132 of 355 ~ 37.18%
G 97 of 355 ~ 27.32%
B 126 of 355 ~ 35.49%

%37.18
%27.32
%35.49

CMYK color model

#84617E color CMYK value is (0,27,5,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,27,5,48)
C0M27Y5K48 
(0%,27%,5%,48%)
(0.00/0.27/0.05/0.48)	

CMYK percentages

%0
%26.52
%4.55
%48.24

Codes

Color #84617E in popluar color models

84617E
RGB13297126
HSL310°15.28%44.90%
HSB/HSV310°26.52%51.76%
CMYK0.00%26.52%4.55%
48.24%

Color #84617E in popluar number systems.

HEX84617E
Decimal13297126
Binary1000010011000011111110
Octal204141176

Shades and tints

Shades of #84617E

#84617E
(132,97,126)
#785973
(120,89,115)
#6C5168
(108,81,104)
#60495D
(96,73,93)
#544152
(84,65,82)
#483947
(72,57,71)
#3C313C
(60,49,60)
#302931
(48,41,49)
#242126
(36,33,38)
#18191B
(24,25,27)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #84617E

#84617E
(132,97,126)
#8F6F89
(143,111,137)
#9A7D94
(154,125,148)
#A58B9F
(165,139,159)
#B099AA
(176,153,170)
#BBA7B5
(187,167,181)
#C6B5C0
(198,181,192)
#D1C3CB
(209,195,203)
#DCD1D6
(220,209,214)
#E7DFE1
(231,223,225)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84617E color. Also use rgb(132,97,126) instead hex code.

Text Font Color

.myTextColor { color: #84617E; }

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

This text font color is #84617E.


Background Color

.myBgColor { background-color: #84617E; }

<div style="background-color:#84617E">Inner text</div>

This div background color is #84617E.


Border color

.myBorderColor { border: 1px solid #84617E; }

<div style="border:3px solid #84617E">Div</div>

This div border color is #84617E.


Opacity

.myOpacity80 { color: #84617E; opacity: 0.8; }

<p style="color:#84617E;opacity:0.8;">80%</p>

Text with #84617E 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 #84617E;}

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

This text has shadow with #84617E color.

.textShadow {text-shadow: 3px 3px 1px #84617E, 3px 3px 1px red;}

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

This text has shadow with #84617E primary color and red secondary color.


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

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

This text has shadow with #84617E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84617E on black background.


Color preview on white background

This text has color #84617E on white background.



Black color preview on #84617E background

This text has black color on #84617E background.


White color preview on #84617E background

This text has white color on #84617E background.