COLOR #84464D

HEX: #84464D
RGB: (132,70,77)

Color info

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

RGB color model

#84464D color RGB value is (132,70,77).

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

RGB channels and saturation

R 132 of 255 = 52%
G 70 of 255 = 27%
B 77 of 255 = 30%

132
70
77

R + G + B ~ 36%. #84464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 77 = 279 (100%)
R 132 of 279 ~ 47.31%
G 70 of 279 ~ 25.09%
B 77 of 279 ~ 27.6%

%47.31
%25.09
%27.6

CMYK color model

#84464D color CMYK value is (0,47,42,48).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,47,42,48)
C0M47Y42K48 
(0%,47%,42%,48%)
(0.00/0.47/0.42/0.48)	

CMYK percentages

%0
%46.97
%41.67
%48.24

Codes

Color #84464D in popluar color models

84464D
RGB1327077
HSL353°30.69%39.61%
HSB/HSV353°46.97%51.76%
CMYK0.00%46.97%41.67%
48.24%

Color #84464D in popluar number systems.

HEX84464D
Decimal1327077
Binary1000010010001101001101
Octal204106115

Shades and tints

Shades of #84464D

#84464D
(132,70,77)
#784046
(120,64,70)
#6C3A3F
(108,58,63)
#603438
(96,52,56)
#542E31
(84,46,49)
#48282A
(72,40,42)
#3C2223
(60,34,35)
#301C1C
(48,28,28)
#241615
(36,22,21)
#18100E
(24,16,14)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #84464D

#84464D
(132,70,77)
#8F565D
(143,86,93)
#9A666D
(154,102,109)
#A5767D
(165,118,125)
#B0868D
(176,134,141)
#BB969D
(187,150,157)
#C6A6AD
(198,166,173)
#D1B6BD
(209,182,189)
#DCC6CD
(220,198,205)
#E7D6DD
(231,214,221)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84464D; }

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

This text font color is #84464D.


Background Color

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

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

This div background color is #84464D.


Border color

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

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

This div border color is #84464D.


Opacity

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

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

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

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

This text has shadow with #84464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84464D on black background.


Color preview on white background

This text has color #84464D on white background.



Black color preview on #84464D background

This text has black color on #84464D background.


White color preview on #84464D background

This text has white color on #84464D background.