COLOR #84374E

HEX: #84374E
RGB: (132,55,78)

Color info

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

RGB color model

#84374E color RGB value is (132,55,78).

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

RGB channels and saturation

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

132
55
78

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

Portions of RGB colors in percentages

R + G + B =
132 + 55 + 78 = 265 (100%)
R 132 of 265 ~ 49.81%
G 55 of 265 ~ 20.75%
B 78 of 265 ~ 29.43%

%49.81
%20.75
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.33%
  • 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
%58.33
%40.91
%48.24

Codes

Color #84374E in popluar color models

84374E
RGB1325578
HSL342°41.18%36.67%
HSB/HSV342°58.33%51.76%
CMYK0.00%58.33%40.91%
48.24%

Color #84374E in popluar number systems.

HEX84374E
Decimal1325578
Binary100001001101111001110
Octal20467116

Shades and tints

Shades of #84374E

#84374E
(132,55,78)
#783247
(120,50,71)
#6C2D40
(108,45,64)
#602839
(96,40,57)
#542332
(84,35,50)
#481E2B
(72,30,43)
#3C1924
(60,25,36)
#30141D
(48,20,29)
#240F16
(36,15,22)
#180A0F
(24,10,15)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #84374E

#84374E
(132,55,78)
#8F495E
(143,73,94)
#9A5B6E
(154,91,110)
#A56D7E
(165,109,126)
#B07F8E
(176,127,142)
#BB919E
(187,145,158)
#C6A3AE
(198,163,174)
#D1B5BE
(209,181,190)
#DCC7CE
(220,199,206)
#E7D9DE
(231,217,222)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84374E; }

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

This text font color is #84374E.


Background Color

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

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

This div background color is #84374E.


Border color

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

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

This div border color is #84374E.


Opacity

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

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

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

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

This text has shadow with #84374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84374E on black background.


Color preview on white background

This text has color #84374E on white background.



Black color preview on #84374E background

This text has black color on #84374E background.


White color preview on #84374E background

This text has white color on #84374E background.