COLOR #84A47E

HEX: #84A47E
RGB: (132,164,126)

Color info

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

RGB color model

#84A47E color RGB value is (132,164,126).

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

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 126 of 255 = 49%

132
164
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 126 = 422 (100%)
R 132 of 422 ~ 31.28%
G 164 of 422 ~ 38.86%
B 126 of 422 ~ 29.86%

%31.28
%38.86
%29.86

CMYK color model

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

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(20,0,23,36)
C20M0Y23K36 
(20%,0%,23%,36%)
(0.20/0.00/0.23/0.36)	

CMYK percentages

%19.51
%0
%23.17
%35.69

Codes

Color #84A47E in popluar color models

84A47E
RGB132164126
HSL111°17.27%56.86%
HSB/HSV111°23.17%64.31%
CMYK19.51%0.00%23.17%
35.69%

Color #84A47E in popluar number systems.

HEX84A47E
Decimal132164126
Binary10000100101001001111110
Octal204244176

Shades and tints

Shades of #84A47E

#84A47E
(132,164,126)
#789673
(120,150,115)
#6C8868
(108,136,104)
#607A5D
(96,122,93)
#546C52
(84,108,82)
#485E47
(72,94,71)
#3C503C
(60,80,60)
#304231
(48,66,49)
#243426
(36,52,38)
#18261B
(24,38,27)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #84A47E

#84A47E
(132,164,126)
#8FAC89
(143,172,137)
#9AB494
(154,180,148)
#A5BC9F
(165,188,159)
#B0C4AA
(176,196,170)
#BBCCB5
(187,204,181)
#C6D4C0
(198,212,192)
#D1DCCB
(209,220,203)
#DCE4D6
(220,228,214)
#E7ECE1
(231,236,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A47E; }

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

This text font color is #84A47E.


Background Color

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

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

This div background color is #84A47E.


Border color

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

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

This div border color is #84A47E.


Opacity

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

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

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

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

This text has shadow with #84A47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A47E on black background.


Color preview on white background

This text has color #84A47E on white background.



Black color preview on #84A47E background

This text has black color on #84A47E background.


White color preview on #84A47E background

This text has white color on #84A47E background.