COLOR #84607B

HEX: #84607B
RGB: (132,96,123)

Color info

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

RGB color model

#84607B color RGB value is (132,96,123).

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

RGB channels and saturation

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

132
96
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 123 = 351 (100%)
R 132 of 351 ~ 37.61%
G 96 of 351 ~ 27.35%
B 123 of 351 ~ 35.04%

%37.61
%27.35
%35.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.27%
  • 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
%27.27
%6.82
%48.24

Codes

Color #84607B in popluar color models

84607B
RGB13296123
HSL315°15.79%44.71%
HSB/HSV315°27.27%51.76%
CMYK0.00%27.27%6.82%
48.24%

Color #84607B in popluar number systems.

HEX84607B
Decimal13296123
Binary1000010011000001111011
Octal204140173

Shades and tints

Shades of #84607B

#84607B
(132,96,123)
#785870
(120,88,112)
#6C5065
(108,80,101)
#60485A
(96,72,90)
#54404F
(84,64,79)
#483844
(72,56,68)
#3C3039
(60,48,57)
#30282E
(48,40,46)
#242023
(36,32,35)
#181818
(24,24,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84607B

#84607B
(132,96,123)
#8F6E87
(143,110,135)
#9A7C93
(154,124,147)
#A58A9F
(165,138,159)
#B098AB
(176,152,171)
#BBA6B7
(187,166,183)
#C6B4C3
(198,180,195)
#D1C2CF
(209,194,207)
#DCD0DB
(220,208,219)
#E7DEE7
(231,222,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84607B; }

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

This text font color is #84607B.


Background Color

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

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

This div background color is #84607B.


Border color

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

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

This div border color is #84607B.


Opacity

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

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

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

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

This text has shadow with #84607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84607B on black background.


Color preview on white background

This text has color #84607B on white background.



Black color preview on #84607B background

This text has black color on #84607B background.


White color preview on #84607B background

This text has white color on #84607B background.