COLOR #84748D

HEX: #84748D RGB: (132,116,141)

Color info

#84748D contains red, green and blue colors in about the same proportion. Web safe color of #84748D is #996699 (or #969).

RGB color model

#84748D color RGB value is (132,116,141).

RGB: (132,116,141) (52%, 45%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 141 of 255 = 55%

132
116
141

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

Portions of RGB colors in percentages

R + G + B = 132 + 116 + 141 = 389 (100%)
R 132 of 389 ~ 33.93%
G 116 of 389 ~ 29.82%
B 141 of 389 ~ 36.25'%

%33.93
%29.82
%36.25

CMYK color model

#84748D color CMYK value is (6,18,0,45).

  • cyan value is 6.38%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,18,0,45)
C6M18Y0K45 (6%, 18%, 0%, 45%)
(0.06 / 0.18 / 0.00 / 0.45)

CMYK percentages

%6.38
%17.73
%0
%44.71

Codes

Color #84748D in popluar color models

84 74 8D
RGB 132 116 141
HSL 278° 9.88% 50.39%
HSB/HSV 278° 17.73% 55.29%
CMYK 6.38% 17.73% 0.00%
44.71%

Color #84748D in popluar number systems.

HEX 84 74 8D
Decimal 132 116 141
Binary 10000100 1110100 10001101
Octal 204 164 215

Shades and tints

Shades of #84748D

#84748D
(132,116,141)
#786A81
(120,106,129)
#6C6075
(108,96,117)
#605669
(96,86,105)
#544C5D
(84,76,93)
#484251
(72,66,81)
#3C3845
(60,56,69)
#302E39
(48,46,57)
#24242D
(36,36,45)
#181A21
(24,26,33)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #84748D

#84748D
(132,116,141)
#8F8097
(143,128,151)
#9A8CA1
(154,140,161)
#A598AB
(165,152,171)
#B0A4B5
(176,164,181)
#BBB0BF
(187,176,191)
#C6BCC9
(198,188,201)
#D1C8D3
(209,200,211)
#DCD4DD
(220,212,221)
#E7E0E7
(231,224,231)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84748D color. Also use rgb(132,116,141) instead hex code.

Text Font Color

.myTextColor { color: #84748D; }

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

This text font color is #84748D.

Background Color

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

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

This div background color is #84748D.

Border color

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

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

This div border color is #84748D.

Opacity

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

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

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

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

This text has shadow with #84748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84748D.

Preview

Color preview on black background

This text has color #84748D on black background.


Color preview on white background

This text has color #84748D on white background.


Black color preview on #84748D background

This text has black color on #84748D background.


White color preview on #84748D background

This text has white color on #84748D background.


Related colors

Complementary color

Complementary color for #hex is #7B8B72.


I love getcolorcode.com

Triadic colors

1 #8D8474 and #748D84 with #84748D are triadic colors.

2 #8D7484 and #74848D with #84748D are triadic colors.