COLOR #84A18B

HEX: #84A18B
RGB: (132,161,139)

Color info

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

RGB color model

#84A18B color RGB value is (132,161,139).

  • red value is 132;
  • green value is 161;
  • blue value is 139.
RGB:
(132,161,139)
(52%,63%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 139 of 255 = 55%

132
161
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 139 = 432 (100%)
R 132 of 432 ~ 30.56%
G 161 of 432 ~ 37.27%
B 139 of 432 ~ 32.18%

%30.56
%37.27
%32.18

CMYK color model

#84A18B color CMYK value is (18,0,14,37).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(18,0,14,37)
C18M0Y14K37 
(18%,0%,14%,37%)
(0.18/0.00/0.14/0.37)	

CMYK percentages

%18.01
%0
%13.66
%36.86

Codes

Color #84A18B in popluar color models

84A18B
RGB132161139
HSL134°13.36%57.45%
HSB/HSV134°18.01%63.14%
CMYK18.01%0.00%13.66%
36.86%

Color #84A18B in popluar number systems.

HEX84A18B
Decimal132161139
Binary100001001010000110001011
Octal204241213

Shades and tints

Shades of #84A18B

#84A18B
(132,161,139)
#78937F
(120,147,127)
#6C8573
(108,133,115)
#607767
(96,119,103)
#54695B
(84,105,91)
#485B4F
(72,91,79)
#3C4D43
(60,77,67)
#303F37
(48,63,55)
#24312B
(36,49,43)
#18231F
(24,35,31)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84A18B

#84A18B
(132,161,139)
#8FA995
(143,169,149)
#9AB19F
(154,177,159)
#A5B9A9
(165,185,169)
#B0C1B3
(176,193,179)
#BBC9BD
(187,201,189)
#C6D1C7
(198,209,199)
#D1D9D1
(209,217,209)
#DCE1DB
(220,225,219)
#E7E9E5
(231,233,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A18B color. Also use rgb(132,161,139) instead hex code.

Text Font Color

.myTextColor { color: #84A18B; }

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

This text font color is #84A18B.


Background Color

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

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

This div background color is #84A18B.


Border color

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

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

This div border color is #84A18B.


Opacity

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

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

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

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

This text has shadow with #84A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A18B on black background.


Color preview on white background

This text has color #84A18B on white background.



Black color preview on #84A18B background

This text has black color on #84A18B background.


White color preview on #84A18B background

This text has white color on #84A18B background.