COLOR #84947E

HEX: #84947E
RGB: (132,148,126)

Color info

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

RGB color model

#84947E color RGB value is (132,148,126).

  • red value is 132;
  • green value is 148;
  • blue value is 126.
RGB:
(132,148,126)
(52%,58%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 126 of 255 = 49%

132
148
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 126 = 406 (100%)
R 132 of 406 ~ 32.51%
G 148 of 406 ~ 36.45%
B 126 of 406 ~ 31.03%

%32.51
%36.45
%31.03

CMYK color model

#84947E color CMYK value is (11,0,15,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(11,0,15,42)
C11M0Y15K42 
(11%,0%,15%,42%)
(0.11/0.00/0.15/0.42)	

CMYK percentages

%10.81
%0
%14.86
%41.96

Codes

Color #84947E in popluar color models

84947E
RGB132148126
HSL104°9.32%53.73%
HSB/HSV104°14.86%58.04%
CMYK10.81%0.00%14.86%
41.96%

Color #84947E in popluar number systems.

HEX84947E
Decimal132148126
Binary10000100100101001111110
Octal204224176

Shades and tints

Shades of #84947E

#84947E
(132,148,126)
#788773
(120,135,115)
#6C7A68
(108,122,104)
#606D5D
(96,109,93)
#546052
(84,96,82)
#485347
(72,83,71)
#3C463C
(60,70,60)
#303931
(48,57,49)
#242C26
(36,44,38)
#181F1B
(24,31,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84947E

#84947E
(132,148,126)
#8F9D89
(143,157,137)
#9AA694
(154,166,148)
#A5AF9F
(165,175,159)
#B0B8AA
(176,184,170)
#BBC1B5
(187,193,181)
#C6CAC0
(198,202,192)
#D1D3CB
(209,211,203)
#DCDCD6
(220,220,214)
#E7E5E1
(231,229,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84947E color. Also use rgb(132,148,126) instead hex code.

Text Font Color

.myTextColor { color: #84947E; }

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

This text font color is #84947E.


Background Color

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

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

This div background color is #84947E.


Border color

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

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

This div border color is #84947E.


Opacity

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

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

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

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

This text has shadow with #84947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84947E on black background.


Color preview on white background

This text has color #84947E on white background.



Black color preview on #84947E background

This text has black color on #84947E background.


White color preview on #84947E background

This text has white color on #84947E background.