COLOR #84646A

HEX: #84646A RGB: (132,100,106)

Color info

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

RGB color model

#84646A color RGB value is (132,100,106).

RGB: (132,100,106) (52%, 39%, 42%)

RGB channels and saturation

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

132
100
106

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

Portions of RGB colors in percentages

R + G + B = 132 + 100 + 106 = 338 (100%)
R 132 of 338 ~ 39.05%
G 100 of 338 ~ 29.59%
B 106 of 338 ~ 31.36'%

%39.05
%29.59
%31.36

CMYK color model

#84646A color CMYK value is (0,24,20,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 19.70%
  • key color value is 48.24%

CMYK: (0,24,20,48)
C0M24Y20K48 (0%, 24%, 20%, 48%)
(0.00 / 0.24 / 0.20 / 0.48)

CMYK percentages

%0
%24.24
%19.7
%48.24

Codes

Color #84646A in popluar color models

84 64 6A
RGB 132 100 106
HSL 349° 13.79% 45.49%
HSB/HSV 349° 24.24% 51.76%
CMYK 0.00% 24.24% 19.70%
48.24%

Color #84646A in popluar number systems.

HEX 84 64 6A
Decimal 132 100 106
Binary 10000100 1100100 1101010
Octal 204 144 152

Shades and tints

Shades of #84646A

#84646A
(132,100,106)
#785B61
(120,91,97)
#6C5258
(108,82,88)
#60494F
(96,73,79)
#544046
(84,64,70)
#48373D
(72,55,61)
#3C2E34
(60,46,52)
#30252B
(48,37,43)
#241C22
(36,28,34)
#181319
(24,19,25)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #84646A

#84646A
(132,100,106)
#8F7277
(143,114,119)
#9A8084
(154,128,132)
#A58E91
(165,142,145)
#B09C9E
(176,156,158)
#BBAAAB
(187,170,171)
#C6B8B8
(198,184,184)
#D1C6C5
(209,198,197)
#DCD4D2
(220,212,210)
#E7E2DF
(231,226,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84646A; }

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

This text font color is #84646A.

Background Color

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

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

This div background color is #84646A.

Border color

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

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

This div border color is #84646A.

Opacity

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

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

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

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

This text has shadow with #84646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84646A.

Preview

Color preview on black background

This text has color #84646A on black background.


Color preview on white background

This text has color #84646A on white background.


Black color preview on #84646A background

This text has black color on #84646A background.


White color preview on #84646A background

This text has white color on #84646A background.


Related colors

Complementary color

Complementary color for #hex is #7B9B95.


I love getcolorcode.com

Triadic colors

1 #6A8464 and #646A84 with #84646A are triadic colors.

2 #6A6484 and #64846A with #84646A are triadic colors.