COLOR #84984F

HEX: #84984F
RGB: (132,152,79)

Color info

#84984F contains mainly red and green colors. Web safe color of #84984F is #999966 (or #996).

RGB color model

#84984F color RGB value is (132,152,79).

  • red value is 132;
  • green value is 152;
  • blue value is 79.
RGB:
(132,152,79)
(52%,60%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 152 of 255 = 60%
B 79 of 255 = 31%

132
152
79

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

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 79 = 363 (100%)
R 132 of 363 ~ 36.36%
G 152 of 363 ~ 41.87%
B 79 of 363 ~ 21.76%

%36.36
%41.87
%21.76

CMYK color model

#84984F color CMYK value is (13,0,48,40).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 48.03%
  • key color value is 40.39%
CMYK:
(13,0,48,40)
C13M0Y48K40 
(13%,0%,48%,40%)
(0.13/0.00/0.48/0.40)	

CMYK percentages

%13.16
%0
%48.03
%40.39

Codes

Color #84984F in popluar color models

84984F
RGB13215279
HSL76°31.60%45.29%
HSB/HSV76°48.03%59.61%
CMYK13.16%0.00%48.03%
40.39%

Color #84984F in popluar number systems.

HEX84984F
Decimal13215279
Binary10000100100110001001111
Octal204230117

Shades and tints

Shades of #84984F

#84984F
(132,152,79)
#788B48
(120,139,72)
#6C7E41
(108,126,65)
#60713A
(96,113,58)
#546433
(84,100,51)
#48572C
(72,87,44)
#3C4A25
(60,74,37)
#303D1E
(48,61,30)
#243017
(36,48,23)
#182310
(24,35,16)
#0C1609
(12,22,9)
#000000
(0,0,0)

Tints of #84984F

#84984F
(132,152,79)
#8FA15F
(143,161,95)
#9AAA6F
(154,170,111)
#A5B37F
(165,179,127)
#B0BC8F
(176,188,143)
#BBC59F
(187,197,159)
#C6CEAF
(198,206,175)
#D1D7BF
(209,215,191)
#DCE0CF
(220,224,207)
#E7E9DF
(231,233,223)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84984F color. Also use rgb(132,152,79) instead hex code.

Text Font Color

.myTextColor { color: #84984F; }

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

This text font color is #84984F.


Background Color

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

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

This div background color is #84984F.


Border color

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

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

This div border color is #84984F.


Opacity

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

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

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

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

This text has shadow with #84984F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84984F on black background.


Color preview on white background

This text has color #84984F on white background.



Black color preview on #84984F background

This text has black color on #84984F background.


White color preview on #84984F background

This text has white color on #84984F background.