COLOR #84475A

HEX: #84475A
RGB: (132,71,90)

Color info

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

RGB color model

#84475A color RGB value is (132,71,90).

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

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 90 of 255 = 35%

132
71
90

R + G + B ~ 38%. #84475A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 90 = 293 (100%)
R 132 of 293 ~ 45.05%
G 71 of 293 ~ 24.23%
B 90 of 293 ~ 30.72%

%45.05
%24.23
%30.72

CMYK color model

#84475A color CMYK value is (0,46,32,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 31.82%
  • key color value is 48.24%
CMYK:
(0,46,32,48)
C0M46Y32K48 
(0%,46%,32%,48%)
(0.00/0.46/0.32/0.48)	

CMYK percentages

%0
%46.21
%31.82
%48.24

Codes

Color #84475A in popluar color models

84475A
RGB1327190
HSL341°30.05%39.80%
HSB/HSV341°46.21%51.76%
CMYK0.00%46.21%31.82%
48.24%

Color #84475A in popluar number systems.

HEX84475A
Decimal1327190
Binary1000010010001111011010
Octal204107132

Shades and tints

Shades of #84475A

#84475A
(132,71,90)
#784152
(120,65,82)
#6C3B4A
(108,59,74)
#603542
(96,53,66)
#542F3A
(84,47,58)
#482932
(72,41,50)
#3C232A
(60,35,42)
#301D22
(48,29,34)
#24171A
(36,23,26)
#181112
(24,17,18)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #84475A

#84475A
(132,71,90)
#8F5769
(143,87,105)
#9A6778
(154,103,120)
#A57787
(165,119,135)
#B08796
(176,135,150)
#BB97A5
(187,151,165)
#C6A7B4
(198,167,180)
#D1B7C3
(209,183,195)
#DCC7D2
(220,199,210)
#E7D7E1
(231,215,225)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84475A color. Also use rgb(132,71,90) instead hex code.

Text Font Color

.myTextColor { color: #84475A; }

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

This text font color is #84475A.


Background Color

.myBgColor { background-color: #84475A; }

<div style="background-color:#84475A">Inner text</div>

This div background color is #84475A.


Border color

.myBorderColor { border: 1px solid #84475A; }

<div style="border:3px solid #84475A">Div</div>

This div border color is #84475A.


Opacity

.myOpacity80 { color: #84475A; opacity: 0.8; }

<p style="color:#84475A;opacity:0.8;">80%</p>

Text with #84475A 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 #84475A;}

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

This text has shadow with #84475A color.

.textShadow {text-shadow: 3px 3px 1px #84475A, 3px 3px 1px red;}

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

This text has shadow with #84475A primary color and red secondary color.


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

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

This text has shadow with #84475A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84475A on black background.


Color preview on white background

This text has color #84475A on white background.



Black color preview on #84475A background

This text has black color on #84475A background.


White color preview on #84475A background

This text has white color on #84475A background.