COLOR #84617B

HEX: #84617B
RGB: (132,97,123)

Color info

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

RGB color model

#84617B color RGB value is (132,97,123).

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

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 123 of 255 = 48%

132
97
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 123 = 352 (100%)
R 132 of 352 ~ 37.5%
G 97 of 352 ~ 27.56%
B 123 of 352 ~ 34.94%

%37.5
%27.56
%34.94

CMYK color model

#84617B color CMYK value is (0,27,7,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK:
(0,27,7,48)
C0M27Y7K48 
(0%,27%,7%,48%)
(0.00/0.27/0.07/0.48)	

CMYK percentages

%0
%26.52
%6.82
%48.24

Codes

Color #84617B in popluar color models

84617B
RGB13297123
HSL315°15.28%44.90%
HSB/HSV315°26.52%51.76%
CMYK0.00%26.52%6.82%
48.24%

Color #84617B in popluar number systems.

HEX84617B
Decimal13297123
Binary1000010011000011111011
Octal204141173

Shades and tints

Shades of #84617B

#84617B
(132,97,123)
#785970
(120,89,112)
#6C5165
(108,81,101)
#60495A
(96,73,90)
#54414F
(84,65,79)
#483944
(72,57,68)
#3C3139
(60,49,57)
#30292E
(48,41,46)
#242123
(36,33,35)
#181918
(24,25,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #84617B

#84617B
(132,97,123)
#8F6F87
(143,111,135)
#9A7D93
(154,125,147)
#A58B9F
(165,139,159)
#B099AB
(176,153,171)
#BBA7B7
(187,167,183)
#C6B5C3
(198,181,195)
#D1C3CF
(209,195,207)
#DCD1DB
(220,209,219)
#E7DFE7
(231,223,231)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84617B; }

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

This text font color is #84617B.


Background Color

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

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

This div background color is #84617B.


Border color

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

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

This div border color is #84617B.


Opacity

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

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

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

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

This text has shadow with #84617B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84617B on black background.


Color preview on white background

This text has color #84617B on white background.



Black color preview on #84617B background

This text has black color on #84617B background.


White color preview on #84617B background

This text has white color on #84617B background.