COLOR #84332E

HEX: #84332E
RGB: (132,51,46)

Color info

#84332E contains mainly red color. Web safe color of #84332E is #993333 (or #933).

RGB color model

#84332E color RGB value is (132,51,46).

  • red value is 132;
  • green value is 51;
  • blue value is 46.
RGB:
(132,51,46)
(52%,20%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 51 of 255 = 20%
B 46 of 255 = 18%

132
51
46

R + G + B ~ 30%. #84332E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 51 + 46 = 229 (100%)
R 132 of 229 ~ 57.64%
G 51 of 229 ~ 22.27%
B 46 of 229 ~ 20.09%

%57.64
%22.27
%20.09

CMYK color model

#84332E color CMYK value is (0,61,65,48).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 65.15%
  • key color value is 48.24%
CMYK:
(0,61,65,48)
C0M61Y65K48 
(0%,61%,65%,48%)
(0.00/0.61/0.65/0.48)	

CMYK percentages

%0
%61.36
%65.15
%48.24

Codes

Color #84332E in popluar color models

84332E
RGB1325146
HSL48.31%34.90%
HSB/HSV65.15%51.76%
CMYK0.00%61.36%65.15%
48.24%

Color #84332E in popluar number systems.

HEX84332E
Decimal1325146
Binary10000100110011101110
Octal2046356

Shades and tints

Shades of #84332E

#84332E
(132,51,46)
#782F2A
(120,47,42)
#6C2B26
(108,43,38)
#602722
(96,39,34)
#54231E
(84,35,30)
#481F1A
(72,31,26)
#3C1B16
(60,27,22)
#301712
(48,23,18)
#24130E
(36,19,14)
#180F0A
(24,15,10)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #84332E

#84332E
(132,51,46)
#8F4541
(143,69,65)
#9A5754
(154,87,84)
#A56967
(165,105,103)
#B07B7A
(176,123,122)
#BB8D8D
(187,141,141)
#C69FA0
(198,159,160)
#D1B1B3
(209,177,179)
#DCC3C6
(220,195,198)
#E7D5D9
(231,213,217)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84332E color. Also use rgb(132,51,46) instead hex code.

Text Font Color

.myTextColor { color: #84332E; }

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

This text font color is #84332E.


Background Color

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

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

This div background color is #84332E.


Border color

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

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

This div border color is #84332E.


Opacity

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

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

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

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

This text has shadow with #84332E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84332E on black background.


Color preview on white background

This text has color #84332E on white background.



Black color preview on #84332E background

This text has black color on #84332E background.


White color preview on #84332E background

This text has white color on #84332E background.