COLOR #84965E

HEX: #84965E
RGB: (132,150,94)

Color info

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

RGB color model

#84965E color RGB value is (132,150,94).

  • red value is 132;
  • green value is 150;
  • blue value is 94.
RGB:
(132,150,94)
(52%,59%,37%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 94 of 255 = 37%

132
150
94

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 94 = 376 (100%)
R 132 of 376 ~ 35.11%
G 150 of 376 ~ 39.89%
B 94 of 376 ~ 25%

%35.11
%39.89
%25

CMYK color model

#84965E color CMYK value is (12,0,37,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(12,0,37,41)
C12M0Y37K41 
(12%,0%,37%,41%)
(0.12/0.00/0.37/0.41)	

CMYK percentages

%12
%0
%37.33
%41.18

Codes

Color #84965E in popluar color models

84965E
RGB13215094
HSL79°22.95%47.84%
HSB/HSV79°37.33%58.82%
CMYK12.00%0.00%37.33%
41.18%

Color #84965E in popluar number systems.

HEX84965E
Decimal13215094
Binary10000100100101101011110
Octal204226136

Shades and tints

Shades of #84965E

#84965E
(132,150,94)
#788956
(120,137,86)
#6C7C4E
(108,124,78)
#606F46
(96,111,70)
#54623E
(84,98,62)
#485536
(72,85,54)
#3C482E
(60,72,46)
#303B26
(48,59,38)
#242E1E
(36,46,30)
#182116
(24,33,22)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #84965E

#84965E
(132,150,94)
#8F9F6C
(143,159,108)
#9AA87A
(154,168,122)
#A5B188
(165,177,136)
#B0BA96
(176,186,150)
#BBC3A4
(187,195,164)
#C6CCB2
(198,204,178)
#D1D5C0
(209,213,192)
#DCDECE
(220,222,206)
#E7E7DC
(231,231,220)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84965E color. Also use rgb(132,150,94) instead hex code.

Text Font Color

.myTextColor { color: #84965E; }

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

This text font color is #84965E.


Background Color

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

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

This div background color is #84965E.


Border color

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

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

This div border color is #84965E.


Opacity

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

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

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

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

This text has shadow with #84965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84965E on black background.


Color preview on white background

This text has color #84965E on white background.



Black color preview on #84965E background

This text has black color on #84965E background.


White color preview on #84965E background

This text has white color on #84965E background.