COLOR #84473C

HEX: #84473C RGB: (132,71,60)

Color info

#84473C contains mainly red color. Web safe color of #84473C is #993333 (or #933).

RGB color model

#84473C color RGB value is (132,71,60).

RGB: (132,71,60) (52%, 28%, 24%)

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 60 of 255 = 24%

132
71
60

R + G + B ~ 35%. #84473C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 71 + 60 = 263 (100%)
R 132 of 263 ~ 50.19%
G 71 of 263 ~ 27%
B 60 of 263 ~ 22.81'%

%50.19
%27
%22.81

CMYK color model

#84473C color CMYK value is (0,46,55,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 54.55%
  • key color value is 48.24%

CMYK: (0,46,55,48)
C0M46Y55K48 (0%, 46%, 55%, 48%)
(0.00 / 0.46 / 0.55 / 0.48)

CMYK percentages

%0
%46.21
%54.55
%48.24

Codes

Color #84473C in popluar color models

84 47 3C
RGB 132 71 60
HSL 37.50% 37.65%
HSB/HSV 54.55% 51.76%
CMYK 0.00% 46.21% 54.55%
48.24%

Color #84473C in popluar number systems.

HEX 84 47 3C
Decimal 132 71 60
Binary 10000100 1000111 111100
Octal 204 107 74

Shades and tints

Shades of #84473C

#84473C
(132,71,60)
#784137
(120,65,55)
#6C3B32
(108,59,50)
#60352D
(96,53,45)
#542F28
(84,47,40)
#482923
(72,41,35)
#3C231E
(60,35,30)
#301D19
(48,29,25)
#241714
(36,23,20)
#18110F
(24,17,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #84473C

#84473C
(132,71,60)
#8F574D
(143,87,77)
#9A675E
(154,103,94)
#A5776F
(165,119,111)
#B08780
(176,135,128)
#BB9791
(187,151,145)
#C6A7A2
(198,167,162)
#D1B7B3
(209,183,179)
#DCC7C4
(220,199,196)
#E7D7D5
(231,215,213)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84473C color. Also use rgb(132,71,60) instead hex code.

Text Font Color

.myTextColor { color: #84473C; }

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

This text font color is #84473C.

Background Color

.myBgColor { background-color: #84473C; }

<div style="background-color:#84473C">Inner text</div>

This div background color is #84473C.

Border color

.myBorderColor { border: 1px solid #84473C; }

<div style="border:3px solid #84473C">Div</div>

This div border color is #84473C.

Opacity

.myOpacity80 { color: #84473C; opacity: 0.8; }

<p style="color:#84473C;opacity:0.8;">80%</p>

Text with #84473C 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 #84473C;}

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

This text has shadow with #84473C color.


.textShadow {text-shadow: 3px 3px 1px #84473C', 3px 3px 1px red;}

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

This text has shadow with #84473C primary color and red secondary color.


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

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

This text has shadow with #84473C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84473C; -webkit-box-shadow: 1px 1px 3px 2px #84473C; box-shadow:1px 1px 3px 2px #84473C;">
Div content here
</div>

This div box has shadow with color #84473C.

Preview

Color preview on black background

This text has color #84473C on black background.


Color preview on white background

This text has color #84473C on white background.


Black color preview on #84473C background

This text has black color on #84473C background.


White color preview on #84473C background

This text has white color on #84473C background.


Related colors

Complementary color

Complementary color for #hex is #7BB8C3.


I love getcolorcode.com

Triadic colors

1 #3C8447 and #473C84 with #84473C are triadic colors.

2 #3C4784 and #47843C with #84473C are triadic colors.