COLOR #84494E

HEX: #84494E
RGB: (132,73,78)

Color info

#84494E contains red, green and blue colors in about the same proportion. Web safe color of #84494E is #993366 (or #936).

RGB color model

#84494E color RGB value is (132,73,78).

  • red value is 132;
  • green value is 73;
  • blue value is 78.
RGB:
(132,73,78)
(52%,29%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 78 of 255 = 31%

132
73
78

R + G + B ~ 37%. #84494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 78 = 283 (100%)
R 132 of 283 ~ 46.64%
G 73 of 283 ~ 25.8%
B 78 of 283 ~ 27.56%

%46.64
%25.8
%27.56

CMYK color model

#84494E color CMYK value is (0,45,41,48).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,45,41,48)
C0M45Y41K48 
(0%,45%,41%,48%)
(0.00/0.45/0.41/0.48)	

CMYK percentages

%0
%44.7
%40.91
%48.24

Codes

Color #84494E in popluar color models

84494E
RGB1327378
HSL355°28.78%40.20%
HSB/HSV355°44.70%51.76%
CMYK0.00%44.70%40.91%
48.24%

Color #84494E in popluar number systems.

HEX84494E
Decimal1327378
Binary1000010010010011001110
Octal204111116

Shades and tints

Shades of #84494E

#84494E
(132,73,78)
#784347
(120,67,71)
#6C3D40
(108,61,64)
#603739
(96,55,57)
#543132
(84,49,50)
#482B2B
(72,43,43)
#3C2524
(60,37,36)
#301F1D
(48,31,29)
#241916
(36,25,22)
#18130F
(24,19,15)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #84494E

#84494E
(132,73,78)
#8F595E
(143,89,94)
#9A696E
(154,105,110)
#A5797E
(165,121,126)
#B0898E
(176,137,142)
#BB999E
(187,153,158)
#C6A9AE
(198,169,174)
#D1B9BE
(209,185,190)
#DCC9CE
(220,201,206)
#E7D9DE
(231,217,222)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84494E color. Also use rgb(132,73,78) instead hex code.

Text Font Color

.myTextColor { color: #84494E; }

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

This text font color is #84494E.


Background Color

.myBgColor { background-color: #84494E; }

<div style="background-color:#84494E">Inner text</div>

This div background color is #84494E.


Border color

.myBorderColor { border: 1px solid #84494E; }

<div style="border:3px solid #84494E">Div</div>

This div border color is #84494E.


Opacity

.myOpacity80 { color: #84494E; opacity: 0.8; }

<p style="color:#84494E;opacity:0.8;">80%</p>

Text with #84494E 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 #84494E;}

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

This text has shadow with #84494E color.

.textShadow {text-shadow: 3px 3px 1px #84494E, 3px 3px 1px red;}

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

This text has shadow with #84494E primary color and red secondary color.


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

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

This text has shadow with #84494E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84494E on black background.


Color preview on white background

This text has color #84494E on white background.



Black color preview on #84494E background

This text has black color on #84494E background.


White color preview on #84494E background

This text has white color on #84494E background.