COLOR #84667B

HEX: #84667B
RGB: (132,102,123)

Color info

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

RGB color model

#84667B color RGB value is (132,102,123).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 123 of 255 = 48%

132
102
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 123 = 357 (100%)
R 132 of 357 ~ 36.97%
G 102 of 357 ~ 28.57%
B 123 of 357 ~ 34.45%

%36.97
%28.57
%34.45

CMYK color model

#84667B color CMYK value is (0,23,7,48).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK:
(0,23,7,48)
C0M23Y7K48 
(0%,23%,7%,48%)
(0.00/0.23/0.07/0.48)	

CMYK percentages

%0
%22.73
%6.82
%48.24

Codes

Color #84667B in popluar color models

84667B
RGB132102123
HSL318°12.82%45.88%
HSB/HSV318°22.73%51.76%
CMYK0.00%22.73%6.82%
48.24%

Color #84667B in popluar number systems.

HEX84667B
Decimal132102123
Binary1000010011001101111011
Octal204146173

Shades and tints

Shades of #84667B

#84667B
(132,102,123)
#785D70
(120,93,112)
#6C5465
(108,84,101)
#604B5A
(96,75,90)
#54424F
(84,66,79)
#483944
(72,57,68)
#3C3039
(60,48,57)
#30272E
(48,39,46)
#241E23
(36,30,35)
#181518
(24,21,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #84667B

#84667B
(132,102,123)
#8F7387
(143,115,135)
#9A8093
(154,128,147)
#A58D9F
(165,141,159)
#B09AAB
(176,154,171)
#BBA7B7
(187,167,183)
#C6B4C3
(198,180,195)
#D1C1CF
(209,193,207)
#DCCEDB
(220,206,219)
#E7DBE7
(231,219,231)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84667B; }

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

This text font color is #84667B.


Background Color

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

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

This div background color is #84667B.


Border color

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

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

This div border color is #84667B.


Opacity

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

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

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

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

This text has shadow with #84667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84667B on black background.


Color preview on white background

This text has color #84667B on white background.



Black color preview on #84667B background

This text has black color on #84667B background.


White color preview on #84667B background

This text has white color on #84667B background.