COLOR #84474D

HEX: #84474D
RGB: (132,71,77)

Color info

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

RGB color model

#84474D color RGB value is (132,71,77).

  • red value is 132;
  • green value is 71;
  • blue value is 77.
RGB:
(132,71,77)
(52%,28%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 77 of 255 = 30%

132
71
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 77 = 280 (100%)
R 132 of 280 ~ 47.14%
G 71 of 280 ~ 25.36%
B 77 of 280 ~ 27.5%

%47.14
%25.36
%27.5

CMYK color model

#84474D color CMYK value is (0,46,42,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,46,42,48)
C0M46Y42K48 
(0%,46%,42%,48%)
(0.00/0.46/0.42/0.48)	

CMYK percentages

%0
%46.21
%41.67
%48.24

Codes

Color #84474D in popluar color models

84474D
RGB1327177
HSL354°30.05%39.80%
HSB/HSV354°46.21%51.76%
CMYK0.00%46.21%41.67%
48.24%

Color #84474D in popluar number systems.

HEX84474D
Decimal1327177
Binary1000010010001111001101
Octal204107115

Shades and tints

Shades of #84474D

#84474D
(132,71,77)
#784146
(120,65,70)
#6C3B3F
(108,59,63)
#603538
(96,53,56)
#542F31
(84,47,49)
#48292A
(72,41,42)
#3C2323
(60,35,35)
#301D1C
(48,29,28)
#241715
(36,23,21)
#18110E
(24,17,14)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #84474D

#84474D
(132,71,77)
#8F575D
(143,87,93)
#9A676D
(154,103,109)
#A5777D
(165,119,125)
#B0878D
(176,135,141)
#BB979D
(187,151,157)
#C6A7AD
(198,167,173)
#D1B7BD
(209,183,189)
#DCC7CD
(220,199,205)
#E7D7DD
(231,215,221)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84474D color. Also use rgb(132,71,77) instead hex code.

Text Font Color

.myTextColor { color: #84474D; }

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

This text font color is #84474D.


Background Color

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

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

This div background color is #84474D.


Border color

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

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

This div border color is #84474D.


Opacity

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

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

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

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

This text has shadow with #84474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84474D on black background.


Color preview on white background

This text has color #84474D on white background.



Black color preview on #84474D background

This text has black color on #84474D background.


White color preview on #84474D background

This text has white color on #84474D background.