COLOR #84884E

HEX: #84884E
RGB: (132,136,78)

Color info

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

RGB color model

#84884E color RGB value is (132,136,78).

  • red value is 132;
  • green value is 136;
  • blue value is 78.
RGB:
(132,136,78)
(52%,53%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 78 of 255 = 31%

132
136
78

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

Portions of RGB colors in percentages

R + G + B =
132 + 136 + 78 = 346 (100%)
R 132 of 346 ~ 38.15%
G 136 of 346 ~ 39.31%
B 78 of 346 ~ 22.54%

%38.15
%39.31
%22.54

CMYK color model

#84884E color CMYK value is (3,0,43,47).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(3,0,43,47)
C3M0Y43K47 
(3%,0%,43%,47%)
(0.03/0.00/0.43/0.47)	

CMYK percentages

%2.94
%0
%42.65
%46.67

Codes

Color #84884E in popluar color models

84884E
RGB13213678
HSL64°27.10%41.96%
HSB/HSV64°42.65%53.33%
CMYK2.94%0.00%42.65%
46.67%

Color #84884E in popluar number systems.

HEX84884E
Decimal13213678
Binary10000100100010001001110
Octal204210116

Shades and tints

Shades of #84884E

#84884E
(132,136,78)
#787C47
(120,124,71)
#6C7040
(108,112,64)
#606439
(96,100,57)
#545832
(84,88,50)
#484C2B
(72,76,43)
#3C4024
(60,64,36)
#30341D
(48,52,29)
#242816
(36,40,22)
#181C0F
(24,28,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #84884E

#84884E
(132,136,78)
#8F925E
(143,146,94)
#9A9C6E
(154,156,110)
#A5A67E
(165,166,126)
#B0B08E
(176,176,142)
#BBBA9E
(187,186,158)
#C6C4AE
(198,196,174)
#D1CEBE
(209,206,190)
#DCD8CE
(220,216,206)
#E7E2DE
(231,226,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84884E color. Also use rgb(132,136,78) instead hex code.

Text Font Color

.myTextColor { color: #84884E; }

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

This text font color is #84884E.


Background Color

.myBgColor { background-color: #84884E; }

<div style="background-color:#84884E">Inner text</div>

This div background color is #84884E.


Border color

.myBorderColor { border: 1px solid #84884E; }

<div style="border:3px solid #84884E">Div</div>

This div border color is #84884E.


Opacity

.myOpacity80 { color: #84884E; opacity: 0.8; }

<p style="color:#84884E;opacity:0.8;">80%</p>

Text with #84884E 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 #84884E;}

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

This text has shadow with #84884E color.

.textShadow {text-shadow: 3px 3px 1px #84884E, 3px 3px 1px red;}

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

This text has shadow with #84884E primary color and red secondary color.


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

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

This text has shadow with #84884E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84884E on black background.


Color preview on white background

This text has color #84884E on white background.



Black color preview on #84884E background

This text has black color on #84884E background.


White color preview on #84884E background

This text has white color on #84884E background.