COLOR #84384A

HEX: #84384A
RGB: (132,56,74)

Color info

#84384A contains mainly red and blue colors. Web safe color of #84384A is #993333 (or #933).

RGB color model

#84384A color RGB value is (132,56,74).

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

RGB channels and saturation

R 132 of 255 = 52%
G 56 of 255 = 22%
B 74 of 255 = 29%

132
56
74

R + G + B ~ 34%. #84384A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 74 = 262 (100%)
R 132 of 262 ~ 50.38%
G 56 of 262 ~ 21.37%
B 74 of 262 ~ 28.24%

%50.38
%21.37
%28.24

CMYK color model

#84384A color CMYK value is (0,58,44,48).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,58,44,48)
C0M58Y44K48 
(0%,58%,44%,48%)
(0.00/0.58/0.44/0.48)	

CMYK percentages

%0
%57.58
%43.94
%48.24

Codes

Color #84384A in popluar color models

84384A
RGB1325674
HSL346°40.43%36.86%
HSB/HSV346°57.58%51.76%
CMYK0.00%57.58%43.94%
48.24%

Color #84384A in popluar number systems.

HEX84384A
Decimal1325674
Binary100001001110001001010
Octal20470112

Shades and tints

Shades of #84384A

#84384A
(132,56,74)
#783344
(120,51,68)
#6C2E3E
(108,46,62)
#602938
(96,41,56)
#542432
(84,36,50)
#481F2C
(72,31,44)
#3C1A26
(60,26,38)
#301520
(48,21,32)
#24101A
(36,16,26)
#180B14
(24,11,20)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #84384A

#84384A
(132,56,74)
#8F4A5A
(143,74,90)
#9A5C6A
(154,92,106)
#A56E7A
(165,110,122)
#B0808A
(176,128,138)
#BB929A
(187,146,154)
#C6A4AA
(198,164,170)
#D1B6BA
(209,182,186)
#DCC8CA
(220,200,202)
#E7DADA
(231,218,218)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84384A; }

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

This text font color is #84384A.


Background Color

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

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

This div background color is #84384A.


Border color

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

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

This div border color is #84384A.


Opacity

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

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

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

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

This text has shadow with #84384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84384A on black background.


Color preview on white background

This text has color #84384A on white background.



Black color preview on #84384A background

This text has black color on #84384A background.


White color preview on #84384A background

This text has white color on #84384A background.