COLOR #84B473

HEX: #84B473
RGB: (132,180,115)

Color info

#84B473 contains mainly red and green colors. Web safe color of #84B473 is #99CC66 (or #9C6).

RGB color model

#84B473 color RGB value is (132,180,115).

  • red value is 132;
  • green value is 180;
  • blue value is 115.
RGB:
(132,180,115)
(52%,71%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 115 of 255 = 45%

132
180
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 180 + 115 = 427 (100%)
R 132 of 427 ~ 30.91%
G 180 of 427 ~ 42.15%
B 115 of 427 ~ 26.93%

%30.91
%42.15
%26.93

CMYK color model

#84B473 color CMYK value is (27,0,36,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(27,0,36,29)
C27M0Y36K29 
(27%,0%,36%,29%)
(0.27/0.00/0.36/0.29)	

CMYK percentages

%26.67
%0
%36.11
%29.41

Codes

Color #84B473 in popluar color models

84B473
RGB132180115
HSL104°30.23%57.84%
HSB/HSV104°36.11%70.59%
CMYK26.67%0.00%36.11%
29.41%

Color #84B473 in popluar number systems.

HEX84B473
Decimal132180115
Binary10000100101101001110011
Octal204264163

Shades and tints

Shades of #84B473

#84B473
(132,180,115)
#78A469
(120,164,105)
#6C945F
(108,148,95)
#608455
(96,132,85)
#54744B
(84,116,75)
#486441
(72,100,65)
#3C5437
(60,84,55)
#30442D
(48,68,45)
#243423
(36,52,35)
#182419
(24,36,25)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84B473

#84B473
(132,180,115)
#8FBA7F
(143,186,127)
#9AC08B
(154,192,139)
#A5C697
(165,198,151)
#B0CCA3
(176,204,163)
#BBD2AF
(187,210,175)
#C6D8BB
(198,216,187)
#D1DEC7
(209,222,199)
#DCE4D3
(220,228,211)
#E7EADF
(231,234,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B473 color. Also use rgb(132,180,115) instead hex code.

Text Font Color

.myTextColor { color: #84B473; }

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

This text font color is #84B473.


Background Color

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

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

This div background color is #84B473.


Border color

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

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

This div border color is #84B473.


Opacity

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

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

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

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

This text has shadow with #84B473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B473 on black background.


Color preview on white background

This text has color #84B473 on white background.



Black color preview on #84B473 background

This text has black color on #84B473 background.


White color preview on #84B473 background

This text has white color on #84B473 background.