COLOR #84B379

HEX: #84B379
RGB: (132,179,121)

Color info

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

RGB color model

#84B379 color RGB value is (132,179,121).

  • red value is 132;
  • green value is 179;
  • blue value is 121.
RGB:
(132,179,121)
(52%,70%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 121 of 255 = 47%

132
179
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 121 = 432 (100%)
R 132 of 432 ~ 30.56%
G 179 of 432 ~ 41.44%
B 121 of 432 ~ 28.01%

%30.56
%41.44
%28.01

CMYK color model

#84B379 color CMYK value is (26,0,32,30).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 29.80%
CMYK:
(26,0,32,30)
C26M0Y32K30 
(26%,0%,32%,30%)
(0.26/0.00/0.32/0.30)	

CMYK percentages

%26.26
%0
%32.4
%29.8

Codes

Color #84B379 in popluar color models

84B379
RGB132179121
HSL109°27.62%58.82%
HSB/HSV109°32.40%70.20%
CMYK26.26%0.00%32.40%
29.80%

Color #84B379 in popluar number systems.

HEX84B379
Decimal132179121
Binary10000100101100111111001
Octal204263171

Shades and tints

Shades of #84B379

#84B379
(132,179,121)
#78A36E
(120,163,110)
#6C9363
(108,147,99)
#608358
(96,131,88)
#54734D
(84,115,77)
#486342
(72,99,66)
#3C5337
(60,83,55)
#30432C
(48,67,44)
#243321
(36,51,33)
#182316
(24,35,22)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #84B379

#84B379
(132,179,121)
#8FB985
(143,185,133)
#9ABF91
(154,191,145)
#A5C59D
(165,197,157)
#B0CBA9
(176,203,169)
#BBD1B5
(187,209,181)
#C6D7C1
(198,215,193)
#D1DDCD
(209,221,205)
#DCE3D9
(220,227,217)
#E7E9E5
(231,233,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B379 color. Also use rgb(132,179,121) instead hex code.

Text Font Color

.myTextColor { color: #84B379; }

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

This text font color is #84B379.


Background Color

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

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

This div background color is #84B379.


Border color

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

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

This div border color is #84B379.


Opacity

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

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

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

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

This text has shadow with #84B379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B379 on black background.


Color preview on white background

This text has color #84B379 on white background.



Black color preview on #84B379 background

This text has black color on #84B379 background.


White color preview on #84B379 background

This text has white color on #84B379 background.