COLOR #84804C

HEX: #84804C
RGB: (132,128,76)

Color info

#84804C contains red, green and blue colors in about the same proportion. Web safe color of #84804C is #996633 (or #963).

RGB color model

#84804C color RGB value is (132,128,76).

  • red value is 132;
  • green value is 128;
  • blue value is 76.
RGB:
(132,128,76)
(52%,50%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 76 of 255 = 30%

132
128
76

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 76 = 336 (100%)
R 132 of 336 ~ 39.29%
G 128 of 336 ~ 38.1%
B 76 of 336 ~ 22.62%

%39.29
%38.1
%22.62

CMYK color model

#84804C color CMYK value is (0,3,42,48).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 42.42%
  • key color value is 48.24%
CMYK:
(0,3,42,48)
C0M3Y42K48 
(0%,3%,42%,48%)
(0.00/0.03/0.42/0.48)	

CMYK percentages

%0
%3.03
%42.42
%48.24

Codes

Color #84804C in popluar color models

84804C
RGB13212876
HSL56°26.92%40.78%
HSB/HSV56°42.42%51.76%
CMYK0.00%3.03%42.42%
48.24%

Color #84804C in popluar number systems.

HEX84804C
Decimal13212876
Binary10000100100000001001100
Octal204200114

Shades and tints

Shades of #84804C

#84804C
(132,128,76)
#787546
(120,117,70)
#6C6A40
(108,106,64)
#605F3A
(96,95,58)
#545434
(84,84,52)
#48492E
(72,73,46)
#3C3E28
(60,62,40)
#303322
(48,51,34)
#24281C
(36,40,28)
#181D16
(24,29,22)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84804C

#84804C
(132,128,76)
#8F8B5C
(143,139,92)
#9A966C
(154,150,108)
#A5A17C
(165,161,124)
#B0AC8C
(176,172,140)
#BBB79C
(187,183,156)
#C6C2AC
(198,194,172)
#D1CDBC
(209,205,188)
#DCD8CC
(220,216,204)
#E7E3DC
(231,227,220)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84804C color. Also use rgb(132,128,76) instead hex code.

Text Font Color

.myTextColor { color: #84804C; }

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

This text font color is #84804C.


Background Color

.myBgColor { background-color: #84804C; }

<div style="background-color:#84804C">Inner text</div>

This div background color is #84804C.


Border color

.myBorderColor { border: 1px solid #84804C; }

<div style="border:3px solid #84804C">Div</div>

This div border color is #84804C.


Opacity

.myOpacity80 { color: #84804C; opacity: 0.8; }

<p style="color:#84804C;opacity:0.8;">80%</p>

Text with #84804C 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 #84804C;}

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

This text has shadow with #84804C color.

.textShadow {text-shadow: 3px 3px 1px #84804C, 3px 3px 1px red;}

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

This text has shadow with #84804C primary color and red secondary color.


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

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

This text has shadow with #84804C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84804C on black background.


Color preview on white background

This text has color #84804C on white background.



Black color preview on #84804C background

This text has black color on #84804C background.


White color preview on #84804C background

This text has white color on #84804C background.