COLOR #84384E

HEX: #84384E
RGB: (132,56,78)

Color info

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

RGB color model

#84384E color RGB value is (132,56,78).

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

RGB channels and saturation

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

132
56
78

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

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 78 = 266 (100%)
R 132 of 266 ~ 49.62%
G 56 of 266 ~ 21.05%
B 78 of 266 ~ 29.32%

%49.62
%21.05
%29.32

CMYK color model

#84384E color CMYK value is (0,58,41,48).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,58,41,48)
C0M58Y41K48 
(0%,58%,41%,48%)
(0.00/0.58/0.41/0.48)	

CMYK percentages

%0
%57.58
%40.91
%48.24

Codes

Color #84384E in popluar color models

84384E
RGB1325678
HSL343°40.43%36.86%
HSB/HSV343°57.58%51.76%
CMYK0.00%57.58%40.91%
48.24%

Color #84384E in popluar number systems.

HEX84384E
Decimal1325678
Binary100001001110001001110
Octal20470116

Shades and tints

Shades of #84384E

#84384E
(132,56,78)
#783347
(120,51,71)
#6C2E40
(108,46,64)
#602939
(96,41,57)
#542432
(84,36,50)
#481F2B
(72,31,43)
#3C1A24
(60,26,36)
#30151D
(48,21,29)
#241016
(36,16,22)
#180B0F
(24,11,15)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #84384E

#84384E
(132,56,78)
#8F4A5E
(143,74,94)
#9A5C6E
(154,92,110)
#A56E7E
(165,110,126)
#B0808E
(176,128,142)
#BB929E
(187,146,158)
#C6A4AE
(198,164,174)
#D1B6BE
(209,182,190)
#DCC8CE
(220,200,206)
#E7DADE
(231,218,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84384E; }

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

This text font color is #84384E.


Background Color

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

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

This div background color is #84384E.


Border color

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

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

This div border color is #84384E.


Opacity

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

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

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

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

This text has shadow with #84384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84384E on black background.


Color preview on white background

This text has color #84384E on white background.



Black color preview on #84384E background

This text has black color on #84384E background.


White color preview on #84384E background

This text has white color on #84384E background.