COLOR #84394E

HEX: #84394E
RGB: (132,57,78)

Color info

#84394E contains mainly red and blue colors. Web safe color of #84394E is #993366 (or #936).

RGB color model

#84394E color RGB value is (132,57,78).

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

RGB channels and saturation

R 132 of 255 = 52%
G 57 of 255 = 22%
B 78 of 255 = 31%

132
57
78

R + G + B ~ 35%. #84394E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 57 + 78 = 267 (100%)
R 132 of 267 ~ 49.44%
G 57 of 267 ~ 21.35%
B 78 of 267 ~ 29.21%

%49.44
%21.35
%29.21

CMYK color model

#84394E color CMYK value is (0,57,41,48).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,57,41,48)
C0M57Y41K48 
(0%,57%,41%,48%)
(0.00/0.57/0.41/0.48)	

CMYK percentages

%0
%56.82
%40.91
%48.24

Codes

Color #84394E in popluar color models

84394E
RGB1325778
HSL343°39.68%37.06%
HSB/HSV343°56.82%51.76%
CMYK0.00%56.82%40.91%
48.24%

Color #84394E in popluar number systems.

HEX84394E
Decimal1325778
Binary100001001110011001110
Octal20471116

Shades and tints

Shades of #84394E

#84394E
(132,57,78)
#783447
(120,52,71)
#6C2F40
(108,47,64)
#602A39
(96,42,57)
#542532
(84,37,50)
#48202B
(72,32,43)
#3C1B24
(60,27,36)
#30161D
(48,22,29)
#241116
(36,17,22)
#180C0F
(24,12,15)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #84394E

#84394E
(132,57,78)
#8F4B5E
(143,75,94)
#9A5D6E
(154,93,110)
#A56F7E
(165,111,126)
#B0818E
(176,129,142)
#BB939E
(187,147,158)
#C6A5AE
(198,165,174)
#D1B7BE
(209,183,190)
#DCC9CE
(220,201,206)
#E7DBDE
(231,219,222)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84394E; }

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

This text font color is #84394E.


Background Color

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

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

This div background color is #84394E.


Border color

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

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

This div border color is #84394E.


Opacity

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

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

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

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

This text has shadow with #84394E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84394E on black background.


Color preview on white background

This text has color #84394E on white background.



Black color preview on #84394E background

This text has black color on #84394E background.


White color preview on #84394E background

This text has white color on #84394E background.