COLOR #84A18D

HEX: #84A18D
RGB: (132,161,141)

Color info

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

RGB color model

#84A18D color RGB value is (132,161,141).

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

RGB channels and saturation

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

132
161
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 141 = 434 (100%)
R 132 of 434 ~ 30.41%
G 161 of 434 ~ 37.1%
B 141 of 434 ~ 32.49%

%30.41
%37.1
%32.49

CMYK color model

#84A18D color CMYK value is (18,0,12,37).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(18,0,12,37)
C18M0Y12K37 
(18%,0%,12%,37%)
(0.18/0.00/0.12/0.37)	

CMYK percentages

%18.01
%0
%12.42
%36.86

Codes

Color #84A18D in popluar color models

84A18D
RGB132161141
HSL139°13.36%57.45%
HSB/HSV139°18.01%63.14%
CMYK18.01%0.00%12.42%
36.86%

Color #84A18D in popluar number systems.

HEX84A18D
Decimal132161141
Binary100001001010000110001101
Octal204241215

Shades and tints

Shades of #84A18D

#84A18D
(132,161,141)
#789381
(120,147,129)
#6C8575
(108,133,117)
#607769
(96,119,105)
#54695D
(84,105,93)
#485B51
(72,91,81)
#3C4D45
(60,77,69)
#303F39
(48,63,57)
#24312D
(36,49,45)
#182321
(24,35,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #84A18D

#84A18D
(132,161,141)
#8FA997
(143,169,151)
#9AB1A1
(154,177,161)
#A5B9AB
(165,185,171)
#B0C1B5
(176,193,181)
#BBC9BF
(187,201,191)
#C6D1C9
(198,209,201)
#D1D9D3
(209,217,211)
#DCE1DD
(220,225,221)
#E7E9E7
(231,233,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A18D; }

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

This text font color is #84A18D.


Background Color

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

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

This div background color is #84A18D.


Border color

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

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

This div border color is #84A18D.


Opacity

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

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

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

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

This text has shadow with #84A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A18D on black background.


Color preview on white background

This text has color #84A18D on white background.



Black color preview on #84A18D background

This text has black color on #84A18D background.


White color preview on #84A18D background

This text has white color on #84A18D background.