COLOR #84A27B

HEX: #84A27B
RGB: (132,162,123)

Color info

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

RGB color model

#84A27B color RGB value is (132,162,123).

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

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 123 of 255 = 48%

132
162
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 123 = 417 (100%)
R 132 of 417 ~ 31.65%
G 162 of 417 ~ 38.85%
B 123 of 417 ~ 29.5%

%31.65
%38.85
%29.5

CMYK color model

#84A27B color CMYK value is (19,0,24,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 36.47%
CMYK:
(19,0,24,36)
C19M0Y24K36 
(19%,0%,24%,36%)
(0.19/0.00/0.24/0.36)	

CMYK percentages

%18.52
%0
%24.07
%36.47

Codes

Color #84A27B in popluar color models

84A27B
RGB132162123
HSL106°17.33%55.88%
HSB/HSV106°24.07%63.53%
CMYK18.52%0.00%24.07%
36.47%

Color #84A27B in popluar number systems.

HEX84A27B
Decimal132162123
Binary10000100101000101111011
Octal204242173

Shades and tints

Shades of #84A27B

#84A27B
(132,162,123)
#789470
(120,148,112)
#6C8665
(108,134,101)
#60785A
(96,120,90)
#546A4F
(84,106,79)
#485C44
(72,92,68)
#3C4E39
(60,78,57)
#30402E
(48,64,46)
#243223
(36,50,35)
#182418
(24,36,24)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #84A27B

#84A27B
(132,162,123)
#8FAA87
(143,170,135)
#9AB293
(154,178,147)
#A5BA9F
(165,186,159)
#B0C2AB
(176,194,171)
#BBCAB7
(187,202,183)
#C6D2C3
(198,210,195)
#D1DACF
(209,218,207)
#DCE2DB
(220,226,219)
#E7EAE7
(231,234,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A27B; }

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

This text font color is #84A27B.


Background Color

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

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

This div background color is #84A27B.


Border color

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

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

This div border color is #84A27B.


Opacity

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

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

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

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

This text has shadow with #84A27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A27B on black background.


Color preview on white background

This text has color #84A27B on white background.



Black color preview on #84A27B background

This text has black color on #84A27B background.


White color preview on #84A27B background

This text has white color on #84A27B background.