COLOR #84926F

HEX: #84926F
RGB: (132,146,111)

Color info

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

RGB color model

#84926F color RGB value is (132,146,111).

  • red value is 132;
  • green value is 146;
  • blue value is 111.
RGB:
(132,146,111)
(52%,57%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 111 of 255 = 44%

132
146
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 111 = 389 (100%)
R 132 of 389 ~ 33.93%
G 146 of 389 ~ 37.53%
B 111 of 389 ~ 28.53%

%33.93
%37.53
%28.53

CMYK color model

#84926F color CMYK value is (10,0,24,43).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 42.75%
CMYK:
(10,0,24,43)
C10M0Y24K43 
(10%,0%,24%,43%)
(0.10/0.00/0.24/0.43)	

CMYK percentages

%9.59
%0
%23.97
%42.75

Codes

Color #84926F in popluar color models

84926F
RGB132146111
HSL84°13.83%50.39%
HSB/HSV84°23.97%57.25%
CMYK9.59%0.00%23.97%
42.75%

Color #84926F in popluar number systems.

HEX84926F
Decimal132146111
Binary10000100100100101101111
Octal204222157

Shades and tints

Shades of #84926F

#84926F
(132,146,111)
#788565
(120,133,101)
#6C785B
(108,120,91)
#606B51
(96,107,81)
#545E47
(84,94,71)
#48513D
(72,81,61)
#3C4433
(60,68,51)
#303729
(48,55,41)
#242A1F
(36,42,31)
#181D15
(24,29,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #84926F

#84926F
(132,146,111)
#8F9B7C
(143,155,124)
#9AA489
(154,164,137)
#A5AD96
(165,173,150)
#B0B6A3
(176,182,163)
#BBBFB0
(187,191,176)
#C6C8BD
(198,200,189)
#D1D1CA
(209,209,202)
#DCDAD7
(220,218,215)
#E7E3E4
(231,227,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84926F color. Also use rgb(132,146,111) instead hex code.

Text Font Color

.myTextColor { color: #84926F; }

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

This text font color is #84926F.


Background Color

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

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

This div background color is #84926F.


Border color

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

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

This div border color is #84926F.


Opacity

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

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

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

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

This text has shadow with #84926F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84926F on black background.


Color preview on white background

This text has color #84926F on white background.



Black color preview on #84926F background

This text has black color on #84926F background.


White color preview on #84926F background

This text has white color on #84926F background.