COLOR #84A27F

HEX: #84A27F
RGB: (132,162,127)

Color info

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

RGB color model

#84A27F color RGB value is (132,162,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 127 of 255 = 50%

132
162
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 127 = 421 (100%)
R 132 of 421 ~ 31.35%
G 162 of 421 ~ 38.48%
B 127 of 421 ~ 30.17%

%31.35
%38.48
%30.17

CMYK color model

#84A27F color CMYK value is (19,0,22,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK: (19,0,22,36) C19M0Y22K36 (19%,0%,22%,36%) (0.19/0.00/0.22/0.36)

CMYK percentages

%18.52
%0
%21.6
%36.47

Codes

Color #84A27F in popluar color models

84A27F
RGB132162127
HSL111°15.84%56.67%
HSB/HSV111°21.60%63.53%
CMYK18.52%0.00%21.60%
36.47%

Color #84A27F in popluar number systems.

HEX84A27F
Decimal132162127
Binary10000100101000101111111
Octal204242177

Shades and tints

Shades of #84A27F

#84A27F
(132,162,127)
#789474
(120,148,116)
#6C8669
(108,134,105)
#60785E
(96,120,94)
#546A53
(84,106,83)
#485C48
(72,92,72)
#3C4E3D
(60,78,61)
#304032
(48,64,50)
#243227
(36,50,39)
#18241C
(24,36,28)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #84A27F

#84A27F
(132,162,127)
#8FAA8A
(143,170,138)
#9AB295
(154,178,149)
#A5BAA0
(165,186,160)
#B0C2AB
(176,194,171)
#BBCAB6
(187,202,182)
#C6D2C1
(198,210,193)
#D1DACC
(209,218,204)
#DCE2D7
(220,226,215)
#E7EAE2
(231,234,226)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A27F; }

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

This text font color is #84A27F.


Background Color

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

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

This div background color is #84A27F.


Border color

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

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

This div border color is #84A27F.


Opacity

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

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

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

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

This text has shadow with #84A27F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84A27F on black background.


Color preview on white background

This text has color #84A27F on white background.



Black color preview on #84A27F background

This text has black color on #84A27F background.


White color preview on #84A27F background

This text has white color on #84A27F background.