COLOR #84385D

HEX: #84385D
RGB: (132,56,93)

Color info

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

RGB color model

#84385D color RGB value is (132,56,93).

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

RGB channels and saturation

R 132 of 255 = 52%
G 56 of 255 = 22%
B 93 of 255 = 36%

132
56
93

R + G + B ~ 37%. #84385D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 93 = 281 (100%)
R 132 of 281 ~ 46.98%
G 56 of 281 ~ 19.93%
B 93 of 281 ~ 33.1%

%46.98
%19.93
%33.1

CMYK color model

#84385D color CMYK value is (0,58,30,48).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(0,58,30,48)
C0M58Y30K48 
(0%,58%,30%,48%)
(0.00/0.58/0.30/0.48)	

CMYK percentages

%0
%57.58
%29.55
%48.24

Codes

Color #84385D in popluar color models

84385D
RGB1325693
HSL331°40.43%36.86%
HSB/HSV331°57.58%51.76%
CMYK0.00%57.58%29.55%
48.24%

Color #84385D in popluar number systems.

HEX84385D
Decimal1325693
Binary100001001110001011101
Octal20470135

Shades and tints

Shades of #84385D

#84385D
(132,56,93)
#783355
(120,51,85)
#6C2E4D
(108,46,77)
#602945
(96,41,69)
#54243D
(84,36,61)
#481F35
(72,31,53)
#3C1A2D
(60,26,45)
#301525
(48,21,37)
#24101D
(36,16,29)
#180B15
(24,11,21)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #84385D

#84385D
(132,56,93)
#8F4A6B
(143,74,107)
#9A5C79
(154,92,121)
#A56E87
(165,110,135)
#B08095
(176,128,149)
#BB92A3
(187,146,163)
#C6A4B1
(198,164,177)
#D1B6BF
(209,182,191)
#DCC8CD
(220,200,205)
#E7DADB
(231,218,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84385D color. Also use rgb(132,56,93) instead hex code.

Text Font Color

.myTextColor { color: #84385D; }

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

This text font color is #84385D.


Background Color

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

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

This div background color is #84385D.


Border color

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

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

This div border color is #84385D.


Opacity

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

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

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

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

This text has shadow with #84385D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84385D on black background.


Color preview on white background

This text has color #84385D on white background.



Black color preview on #84385D background

This text has black color on #84385D background.


White color preview on #84385D background

This text has white color on #84385D background.