COLOR #84646F

HEX: #84646F
RGB: (132,100,111)

Color info

#84646F contains red, green and blue colors in about the same proportion. Web safe color of #84646F is #996666 (or #966).

RGB color model

#84646F color RGB value is (132,100,111).

  • red value is 132;
  • green value is 100;
  • blue value is 111.
RGB:
(132,100,111)
(52%,39%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 111 of 255 = 44%

132
100
111

R + G + B ~ 45%. #84646F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 111 = 343 (100%)
R 132 of 343 ~ 38.48%
G 100 of 343 ~ 29.15%
B 111 of 343 ~ 32.36%

%38.48
%29.15
%32.36

CMYK color model

#84646F color CMYK value is (0,24,16,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,24,16,48)
C0M24Y16K48 
(0%,24%,16%,48%)
(0.00/0.24/0.16/0.48)	

CMYK percentages

%0
%24.24
%15.91
%48.24

Codes

Color #84646F in popluar color models

84646F
RGB132100111
HSL339°13.79%45.49%
HSB/HSV339°24.24%51.76%
CMYK0.00%24.24%15.91%
48.24%

Color #84646F in popluar number systems.

HEX84646F
Decimal132100111
Binary1000010011001001101111
Octal204144157

Shades and tints

Shades of #84646F

#84646F
(132,100,111)
#785B65
(120,91,101)
#6C525B
(108,82,91)
#604951
(96,73,81)
#544047
(84,64,71)
#48373D
(72,55,61)
#3C2E33
(60,46,51)
#302529
(48,37,41)
#241C1F
(36,28,31)
#181315
(24,19,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #84646F

#84646F
(132,100,111)
#8F727C
(143,114,124)
#9A8089
(154,128,137)
#A58E96
(165,142,150)
#B09CA3
(176,156,163)
#BBAAB0
(187,170,176)
#C6B8BD
(198,184,189)
#D1C6CA
(209,198,202)
#DCD4D7
(220,212,215)
#E7E2E4
(231,226,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84646F color. Also use rgb(132,100,111) instead hex code.

Text Font Color

.myTextColor { color: #84646F; }

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

This text font color is #84646F.


Background Color

.myBgColor { background-color: #84646F; }

<div style="background-color:#84646F">Inner text</div>

This div background color is #84646F.


Border color

.myBorderColor { border: 1px solid #84646F; }

<div style="border:3px solid #84646F">Div</div>

This div border color is #84646F.


Opacity

.myOpacity80 { color: #84646F; opacity: 0.8; }

<p style="color:#84646F;opacity:0.8;">80%</p>

Text with #84646F 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 #84646F;}

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

This text has shadow with #84646F color.

.textShadow {text-shadow: 3px 3px 1px #84646F, 3px 3px 1px red;}

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

This text has shadow with #84646F primary color and red secondary color.


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

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

This text has shadow with #84646F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84646F on black background.


Color preview on white background

This text has color #84646F on white background.



Black color preview on #84646F background

This text has black color on #84646F background.


White color preview on #84646F background

This text has white color on #84646F background.