COLOR #84A38B

HEX: #84A38B
RGB: (132,163,139)

Color info

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

RGB color model

#84A38B color RGB value is (132,163,139).

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

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 139 of 255 = 55%

132
163
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 139 = 434 (100%)
R 132 of 434 ~ 30.41%
G 163 of 434 ~ 37.56%
B 139 of 434 ~ 32.03%

%30.41
%37.56
%32.03

CMYK color model

#84A38B color CMYK value is (19,0,15,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(19,0,15,36)
C19M0Y15K36 
(19%,0%,15%,36%)
(0.19/0.00/0.15/0.36)	

CMYK percentages

%19.02
%0
%14.72
%36.08

Codes

Color #84A38B in popluar color models

84A38B
RGB132163139
HSL134°14.42%57.84%
HSB/HSV134°19.02%63.92%
CMYK19.02%0.00%14.72%
36.08%

Color #84A38B in popluar number systems.

HEX84A38B
Decimal132163139
Binary100001001010001110001011
Octal204243213

Shades and tints

Shades of #84A38B

#84A38B
(132,163,139)
#78957F
(120,149,127)
#6C8773
(108,135,115)
#607967
(96,121,103)
#546B5B
(84,107,91)
#485D4F
(72,93,79)
#3C4F43
(60,79,67)
#304137
(48,65,55)
#24332B
(36,51,43)
#18251F
(24,37,31)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84A38B

#84A38B
(132,163,139)
#8FAB95
(143,171,149)
#9AB39F
(154,179,159)
#A5BBA9
(165,187,169)
#B0C3B3
(176,195,179)
#BBCBBD
(187,203,189)
#C6D3C7
(198,211,199)
#D1DBD1
(209,219,209)
#DCE3DB
(220,227,219)
#E7EBE5
(231,235,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A38B; }

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

This text font color is #84A38B.


Background Color

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

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

This div background color is #84A38B.


Border color

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

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

This div border color is #84A38B.


Opacity

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

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

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

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

This text has shadow with #84A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A38B on black background.


Color preview on white background

This text has color #84A38B on white background.



Black color preview on #84A38B background

This text has black color on #84A38B background.


White color preview on #84A38B background

This text has white color on #84A38B background.