COLOR #84647D

HEX: #84647D
RGB: (132,100,125)

Color info

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

RGB color model

#84647D color RGB value is (132,100,125).

  • red value is 132;
  • green value is 100;
  • blue value is 125.
RGB:
(132,100,125)
(52%,39%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 125 of 255 = 49%

132
100
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 125 = 357 (100%)
R 132 of 357 ~ 36.97%
G 100 of 357 ~ 28.01%
B 125 of 357 ~ 35.01%

%36.97
%28.01
%35.01

CMYK color model

#84647D color CMYK value is (0,24,5,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK:
(0,24,5,48)
C0M24Y5K48 
(0%,24%,5%,48%)
(0.00/0.24/0.05/0.48)	

CMYK percentages

%0
%24.24
%5.3
%48.24

Codes

Color #84647D in popluar color models

84647D
RGB132100125
HSL313°13.79%45.49%
HSB/HSV313°24.24%51.76%
CMYK0.00%24.24%5.30%
48.24%

Color #84647D in popluar number systems.

HEX84647D
Decimal132100125
Binary1000010011001001111101
Octal204144175

Shades and tints

Shades of #84647D

#84647D
(132,100,125)
#785B72
(120,91,114)
#6C5267
(108,82,103)
#60495C
(96,73,92)
#544051
(84,64,81)
#483746
(72,55,70)
#3C2E3B
(60,46,59)
#302530
(48,37,48)
#241C25
(36,28,37)
#18131A
(24,19,26)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #84647D

#84647D
(132,100,125)
#8F7288
(143,114,136)
#9A8093
(154,128,147)
#A58E9E
(165,142,158)
#B09CA9
(176,156,169)
#BBAAB4
(187,170,180)
#C6B8BF
(198,184,191)
#D1C6CA
(209,198,202)
#DCD4D5
(220,212,213)
#E7E2E0
(231,226,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84647D color. Also use rgb(132,100,125) instead hex code.

Text Font Color

.myTextColor { color: #84647D; }

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

This text font color is #84647D.


Background Color

.myBgColor { background-color: #84647D; }

<div style="background-color:#84647D">Inner text</div>

This div background color is #84647D.


Border color

.myBorderColor { border: 1px solid #84647D; }

<div style="border:3px solid #84647D">Div</div>

This div border color is #84647D.


Opacity

.myOpacity80 { color: #84647D; opacity: 0.8; }

<p style="color:#84647D;opacity:0.8;">80%</p>

Text with #84647D 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 #84647D;}

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

This text has shadow with #84647D color.

.textShadow {text-shadow: 3px 3px 1px #84647D, 3px 3px 1px red;}

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

This text has shadow with #84647D primary color and red secondary color.


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

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

This text has shadow with #84647D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84647D on black background.


Color preview on white background

This text has color #84647D on white background.



Black color preview on #84647D background

This text has black color on #84647D background.


White color preview on #84647D background

This text has white color on #84647D background.