COLOR #84846F

HEX: #84846F RGB: (132,132,111)

Color info

#84846F contains red, green and blue colors in about the same proportion. Web safe color of #84846F is #999966 (or #996).

RGB color model

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

RGB: (132,132,111) (52%, 52%, 44%)

RGB channels and saturation

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

132
132
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 111 = 375 (100%)
R 132 of 375 ~ 35.2%
G 132 of 375 ~ 35.2%
B 111 of 375 ~ 29.6'%

%35.2
%35.2
%29.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%

CMYK: (0,0,16,48)
C0M0Y16K48 (0%, 0%, 16%, 48%)
(0.00 / 0.00 / 0.16 / 0.48)

CMYK percentages

%0
%0
%15.91
%48.24

Codes

Color #84846F in popluar color models

84 84 6F
RGB 132 132 111
HSL 60° 8.64% 47.65%
HSB/HSV 60° 15.91% 51.76%
CMYK 0.00% 0.00% 15.91%
48.24%

Color #84846F in popluar number systems.

HEX 84 84 6F
Decimal 132 132 111
Binary 10000100 10000100 1101111
Octal 204 204 157

Shades and tints

Shades of #84846F

#84846F
(132,132,111)
#787865
(120,120,101)
#6C6C5B
(108,108,91)
#606051
(96,96,81)
#545447
(84,84,71)
#48483D
(72,72,61)
#3C3C33
(60,60,51)
#303029
(48,48,41)
#24241F
(36,36,31)
#181815
(24,24,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #84846F

#84846F
(132,132,111)
#8F8F7C
(143,143,124)
#9A9A89
(154,154,137)
#A5A596
(165,165,150)
#B0B0A3
(176,176,163)
#BBBBB0
(187,187,176)
#C6C6BD
(198,198,189)
#D1D1CA
(209,209,202)
#DCDCD7
(220,220,215)
#E7E7E4
(231,231,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84846F; }

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

This text font color is #84846F.

Background Color

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

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

This div background color is #84846F.

Border color

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

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

This div border color is #84846F.

Opacity

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

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

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

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

This text has shadow with #84846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84846F.

Preview

Color preview on black background

This text has color #84846F on black background.


Color preview on white background

This text has color #84846F on white background.


Black color preview on #84846F background

This text has black color on #84846F background.


White color preview on #84846F background

This text has white color on #84846F background.


Related colors

Complementary color

Complementary color for #hex is #7B7B90.


I love getcolorcode.com