COLOR #84A38D

HEX: #84A38D
RGB: (132,163,141)

Color info

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

RGB color model

#84A38D color RGB value is (132,163,141).

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

RGB channels and saturation

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

132
163
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 141 = 436 (100%)
R 132 of 436 ~ 30.28%
G 163 of 436 ~ 37.39%
B 141 of 436 ~ 32.34%

%30.28
%37.39
%32.34

CMYK color model

#84A38D color CMYK value is (19,0,13,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(19,0,13,36)
C19M0Y13K36 
(19%,0%,13%,36%)
(0.19/0.00/0.13/0.36)	

CMYK percentages

%19.02
%0
%13.5
%36.08

Codes

Color #84A38D in popluar color models

84A38D
RGB132163141
HSL137°14.42%57.84%
HSB/HSV137°19.02%63.92%
CMYK19.02%0.00%13.50%
36.08%

Color #84A38D in popluar number systems.

HEX84A38D
Decimal132163141
Binary100001001010001110001101
Octal204243215

Shades and tints

Shades of #84A38D

#84A38D
(132,163,141)
#789581
(120,149,129)
#6C8775
(108,135,117)
#607969
(96,121,105)
#546B5D
(84,107,93)
#485D51
(72,93,81)
#3C4F45
(60,79,69)
#304139
(48,65,57)
#24332D
(36,51,45)
#182521
(24,37,33)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #84A38D

#84A38D
(132,163,141)
#8FAB97
(143,171,151)
#9AB3A1
(154,179,161)
#A5BBAB
(165,187,171)
#B0C3B5
(176,195,181)
#BBCBBF
(187,203,191)
#C6D3C9
(198,211,201)
#D1DBD3
(209,219,211)
#DCE3DD
(220,227,221)
#E7EBE7
(231,235,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A38D; }

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

This text font color is #84A38D.


Background Color

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

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

This div background color is #84A38D.


Border color

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

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

This div border color is #84A38D.


Opacity

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

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

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

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

This text has shadow with #84A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A38D on black background.


Color preview on white background

This text has color #84A38D on white background.



Black color preview on #84A38D background

This text has black color on #84A38D background.


White color preview on #84A38D background

This text has white color on #84A38D background.