COLOR #84646B

HEX: #84646B
RGB: (132,100,107)

Color info

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

RGB color model

#84646B color RGB value is (132,100,107).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 107 of 255 = 42%

132
100
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 107 = 339 (100%)
R 132 of 339 ~ 38.94%
G 100 of 339 ~ 29.5%
B 107 of 339 ~ 31.56%

%38.94
%29.5
%31.56

CMYK color model

#84646B color CMYK value is (0,24,19,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,24,19,48)
C0M24Y19K48 
(0%,24%,19%,48%)
(0.00/0.24/0.19/0.48)	

CMYK percentages

%0
%24.24
%18.94
%48.24

Codes

Color #84646B in popluar color models

84646B
RGB132100107
HSL347°13.79%45.49%
HSB/HSV347°24.24%51.76%
CMYK0.00%24.24%18.94%
48.24%

Color #84646B in popluar number systems.

HEX84646B
Decimal132100107
Binary1000010011001001101011
Octal204144153

Shades and tints

Shades of #84646B

#84646B
(132,100,107)
#785B62
(120,91,98)
#6C5259
(108,82,89)
#604950
(96,73,80)
#544047
(84,64,71)
#48373E
(72,55,62)
#3C2E35
(60,46,53)
#30252C
(48,37,44)
#241C23
(36,28,35)
#18131A
(24,19,26)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #84646B

#84646B
(132,100,107)
#8F7278
(143,114,120)
#9A8085
(154,128,133)
#A58E92
(165,142,146)
#B09C9F
(176,156,159)
#BBAAAC
(187,170,172)
#C6B8B9
(198,184,185)
#D1C6C6
(209,198,198)
#DCD4D3
(220,212,211)
#E7E2E0
(231,226,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84646B; }

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

This text font color is #84646B.


Background Color

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

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

This div background color is #84646B.


Border color

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

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

This div border color is #84646B.


Opacity

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

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

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

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

This text has shadow with #84646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84646B on black background.


Color preview on white background

This text has color #84646B on white background.



Black color preview on #84646B background

This text has black color on #84646B background.


White color preview on #84646B background

This text has white color on #84646B background.