COLOR #84957F

HEX: #84957F
RGB: (132,149,127)

Color info

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

RGB color model

#84957F color RGB value is (132,149,127).

  • red value is 132;
  • green value is 149;
  • blue value is 127.
RGB:
(132,149,127)
(52%,58%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 127 of 255 = 50%

132
149
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 127 = 408 (100%)
R 132 of 408 ~ 32.35%
G 149 of 408 ~ 36.52%
B 127 of 408 ~ 31.13%

%32.35
%36.52
%31.13

CMYK color model

#84957F color CMYK value is (11,0,15,42).

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

CMYK percentages

%11.41
%0
%14.77
%41.57

Codes

Color #84957F in popluar color models

84957F
RGB132149127
HSL106°9.40%54.12%
HSB/HSV106°14.77%58.43%
CMYK11.41%0.00%14.77%
41.57%

Color #84957F in popluar number systems.

HEX84957F
Decimal132149127
Binary10000100100101011111111
Octal204225177

Shades and tints

Shades of #84957F

#84957F
(132,149,127)
#788874
(120,136,116)
#6C7B69
(108,123,105)
#606E5E
(96,110,94)
#546153
(84,97,83)
#485448
(72,84,72)
#3C473D
(60,71,61)
#303A32
(48,58,50)
#242D27
(36,45,39)
#18201C
(24,32,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #84957F

#84957F
(132,149,127)
#8F9E8A
(143,158,138)
#9AA795
(154,167,149)
#A5B0A0
(165,176,160)
#B0B9AB
(176,185,171)
#BBC2B6
(187,194,182)
#C6CBC1
(198,203,193)
#D1D4CC
(209,212,204)
#DCDDD7
(220,221,215)
#E7E6E2
(231,230,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84957F color. Also use rgb(132,149,127) instead hex code.

Text Font Color

.myTextColor { color: #84957F; }

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

This text font color is #84957F.


Background Color

.myBgColor { background-color: #84957F; }

<div style="background-color:#84957F">Inner text</div>

This div background color is #84957F.


Border color

.myBorderColor { border: 1px solid #84957F; }

<div style="border:3px solid #84957F">Div</div>

This div border color is #84957F.


Opacity

.myOpacity80 { color: #84957F; opacity: 0.8; }

<p style="color:#84957F;opacity:0.8;">80%</p>

Text with #84957F 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 #84957F;}

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

This text has shadow with #84957F color.

.textShadow {text-shadow: 3px 3px 1px #84957F, 3px 3px 1px red;}

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

This text has shadow with #84957F primary color and red secondary color.


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

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

This text has shadow with #84957F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84957F on black background.


Color preview on white background

This text has color #84957F on white background.



Black color preview on #84957F background

This text has black color on #84957F background.


White color preview on #84957F background

This text has white color on #84957F background.