COLOR #84A288

HEX: #84A288
RGB: (132,162,136)

Color info

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

RGB color model

#84A288 color RGB value is (132,162,136).

  • red value is 132;
  • green value is 162;
  • blue value is 136.
RGB:
(132,162,136)
(52%,64%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 136 of 255 = 53%

132
162
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 136 = 430 (100%)
R 132 of 430 ~ 30.7%
G 162 of 430 ~ 37.67%
B 136 of 430 ~ 31.63%

%30.7
%37.67
%31.63

CMYK color model

#84A288 color CMYK value is (19,0,16,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(19,0,16,36)
C19M0Y16K36 
(19%,0%,16%,36%)
(0.19/0.00/0.16/0.36)	

CMYK percentages

%18.52
%0
%16.05
%36.47

Codes

Color #84A288 in popluar color models

84A288
RGB132162136
HSL128°13.89%57.65%
HSB/HSV128°18.52%63.53%
CMYK18.52%0.00%16.05%
36.47%

Color #84A288 in popluar number systems.

HEX84A288
Decimal132162136
Binary100001001010001010001000
Octal204242210

Shades and tints

Shades of #84A288

#84A288
(132,162,136)
#78947C
(120,148,124)
#6C8670
(108,134,112)
#607864
(96,120,100)
#546A58
(84,106,88)
#485C4C
(72,92,76)
#3C4E40
(60,78,64)
#304034
(48,64,52)
#243228
(36,50,40)
#18241C
(24,36,28)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #84A288

#84A288
(132,162,136)
#8FAA92
(143,170,146)
#9AB29C
(154,178,156)
#A5BAA6
(165,186,166)
#B0C2B0
(176,194,176)
#BBCABA
(187,202,186)
#C6D2C4
(198,210,196)
#D1DACE
(209,218,206)
#DCE2D8
(220,226,216)
#E7EAE2
(231,234,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A288 color. Also use rgb(132,162,136) instead hex code.

Text Font Color

.myTextColor { color: #84A288; }

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

This text font color is #84A288.


Background Color

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

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

This div background color is #84A288.


Border color

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

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

This div border color is #84A288.


Opacity

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

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

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

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

This text has shadow with #84A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A288 on black background.


Color preview on white background

This text has color #84A288 on white background.



Black color preview on #84A288 background

This text has black color on #84A288 background.


White color preview on #84A288 background

This text has white color on #84A288 background.