COLOR #84A483

HEX: #84A483
RGB: (132,164,131)

Color info

#84A483 contains red, green and blue colors in about the same proportion. Web safe color of #84A483 is #999999 (or #999).

RGB color model

#84A483 color RGB value is (132,164,131).

  • red value is 132;
  • green value is 164;
  • blue value is 131.
RGB:
(132,164,131)
(52%,64%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 131 of 255 = 51%

132
164
131

R + G + B ~ 56%. #84A483 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 131 = 427 (100%)
R 132 of 427 ~ 30.91%
G 164 of 427 ~ 38.41%
B 131 of 427 ~ 30.68%

%30.91
%38.41
%30.68

CMYK color model

#84A483 color CMYK value is (20,0,20,36).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(20,0,20,36)
C20M0Y20K36 
(20%,0%,20%,36%)
(0.20/0.00/0.20/0.36)	

CMYK percentages

%19.51
%0
%20.12
%35.69

Codes

Color #84A483 in popluar color models

84A483
RGB132164131
HSL118°15.35%57.84%
HSB/HSV118°20.12%64.31%
CMYK19.51%0.00%20.12%
35.69%

Color #84A483 in popluar number systems.

HEX84A483
Decimal132164131
Binary100001001010010010000011
Octal204244203

Shades and tints

Shades of #84A483

#84A483
(132,164,131)
#789678
(120,150,120)
#6C886D
(108,136,109)
#607A62
(96,122,98)
#546C57
(84,108,87)
#485E4C
(72,94,76)
#3C5041
(60,80,65)
#304236
(48,66,54)
#24342B
(36,52,43)
#182620
(24,38,32)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #84A483

#84A483
(132,164,131)
#8FAC8E
(143,172,142)
#9AB499
(154,180,153)
#A5BCA4
(165,188,164)
#B0C4AF
(176,196,175)
#BBCCBA
(187,204,186)
#C6D4C5
(198,212,197)
#D1DCD0
(209,220,208)
#DCE4DB
(220,228,219)
#E7ECE6
(231,236,230)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A483 color. Also use rgb(132,164,131) instead hex code.

Text Font Color

.myTextColor { color: #84A483; }

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

This text font color is #84A483.


Background Color

.myBgColor { background-color: #84A483; }

<div style="background-color:#84A483">Inner text</div>

This div background color is #84A483.


Border color

.myBorderColor { border: 1px solid #84A483; }

<div style="border:3px solid #84A483">Div</div>

This div border color is #84A483.


Opacity

.myOpacity80 { color: #84A483; opacity: 0.8; }

<p style="color:#84A483;opacity:0.8;">80%</p>

Text with #84A483 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 #84A483;}

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

This text has shadow with #84A483 color.

.textShadow {text-shadow: 3px 3px 1px #84A483, 3px 3px 1px red;}

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

This text has shadow with #84A483 primary color and red secondary color.


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

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

This text has shadow with #84A483 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A483 on black background.


Color preview on white background

This text has color #84A483 on white background.



Black color preview on #84A483 background

This text has black color on #84A483 background.


White color preview on #84A483 background

This text has white color on #84A483 background.