COLOR #84372D

HEX: #84372D
RGB: (132,55,45)

Color info

#84372D contains mainly red color. Web safe color of #84372D is #993333 (or #933).

RGB color model

#84372D color RGB value is (132,55,45).

  • red value is 132;
  • green value is 55;
  • blue value is 45.
RGB:
(132,55,45)
(52%,22%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 55 of 255 = 22%
B 45 of 255 = 18%

132
55
45

R + G + B ~ 31%. #84372D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 55 + 45 = 232 (100%)
R 132 of 232 ~ 56.9%
G 55 of 232 ~ 23.71%
B 45 of 232 ~ 19.4%

%56.9
%23.71
%19.4

CMYK color model

#84372D color CMYK value is (0,58,66,48).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(0,58,66,48)
C0M58Y66K48 
(0%,58%,66%,48%)
(0.00/0.58/0.66/0.48)	

CMYK percentages

%0
%58.33
%65.91
%48.24

Codes

Color #84372D in popluar color models

84372D
RGB1325545
HSL49.15%34.71%
HSB/HSV65.91%51.76%
CMYK0.00%58.33%65.91%
48.24%

Color #84372D in popluar number systems.

HEX84372D
Decimal1325545
Binary10000100110111101101
Octal2046755

Shades and tints

Shades of #84372D

#84372D
(132,55,45)
#783229
(120,50,41)
#6C2D25
(108,45,37)
#602821
(96,40,33)
#54231D
(84,35,29)
#481E19
(72,30,25)
#3C1915
(60,25,21)
#301411
(48,20,17)
#240F0D
(36,15,13)
#180A09
(24,10,9)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #84372D

#84372D
(132,55,45)
#8F4940
(143,73,64)
#9A5B53
(154,91,83)
#A56D66
(165,109,102)
#B07F79
(176,127,121)
#BB918C
(187,145,140)
#C6A39F
(198,163,159)
#D1B5B2
(209,181,178)
#DCC7C5
(220,199,197)
#E7D9D8
(231,217,216)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84372D color. Also use rgb(132,55,45) instead hex code.

Text Font Color

.myTextColor { color: #84372D; }

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

This text font color is #84372D.


Background Color

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

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

This div background color is #84372D.


Border color

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

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

This div border color is #84372D.


Opacity

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

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

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

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

This text has shadow with #84372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84372D on black background.


Color preview on white background

This text has color #84372D on white background.



Black color preview on #84372D background

This text has black color on #84372D background.


White color preview on #84372D background

This text has white color on #84372D background.