COLOR #84946E

HEX: #84946E
RGB: (132,148,110)

Color info

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

RGB color model

#84946E color RGB value is (132,148,110).

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

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 110 of 255 = 43%

132
148
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 110 = 390 (100%)
R 132 of 390 ~ 33.85%
G 148 of 390 ~ 37.95%
B 110 of 390 ~ 28.21%

%33.85
%37.95
%28.21

CMYK color model

#84946E color CMYK value is (11,0,26,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 41.96%
CMYK:
(11,0,26,42)
C11M0Y26K42 
(11%,0%,26%,42%)
(0.11/0.00/0.26/0.42)	

CMYK percentages

%10.81
%0
%25.68
%41.96

Codes

Color #84946E in popluar color models

84946E
RGB132148110
HSL85°15.08%50.59%
HSB/HSV85°25.68%58.04%
CMYK10.81%0.00%25.68%
41.96%

Color #84946E in popluar number systems.

HEX84946E
Decimal132148110
Binary10000100100101001101110
Octal204224156

Shades and tints

Shades of #84946E

#84946E
(132,148,110)
#788764
(120,135,100)
#6C7A5A
(108,122,90)
#606D50
(96,109,80)
#546046
(84,96,70)
#48533C
(72,83,60)
#3C4632
(60,70,50)
#303928
(48,57,40)
#242C1E
(36,44,30)
#181F14
(24,31,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #84946E

#84946E
(132,148,110)
#8F9D7B
(143,157,123)
#9AA688
(154,166,136)
#A5AF95
(165,175,149)
#B0B8A2
(176,184,162)
#BBC1AF
(187,193,175)
#C6CABC
(198,202,188)
#D1D3C9
(209,211,201)
#DCDCD6
(220,220,214)
#E7E5E3
(231,229,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84946E; }

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

This text font color is #84946E.


Background Color

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

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

This div background color is #84946E.


Border color

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

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

This div border color is #84946E.


Opacity

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

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

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

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

This text has shadow with #84946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84946E on black background.


Color preview on white background

This text has color #84946E on white background.



Black color preview on #84946E background

This text has black color on #84946E background.


White color preview on #84946E background

This text has white color on #84946E background.