COLOR #84B394

HEX: #84B394
RGB: (132,179,148)

Color info

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

RGB color model

#84B394 color RGB value is (132,179,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 148 of 255 = 58%

132
179
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 148 = 459 (100%)
R 132 of 459 ~ 28.76%
G 179 of 459 ~ 39%
B 148 of 459 ~ 32.24%

%28.76
%39
%32.24

CMYK color model

#84B394 color CMYK value is (26,0,17,30).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(26,0,17,30)
C26M0Y17K30 
(26%,0%,17%,30%)
(0.26/0.00/0.17/0.30)	

CMYK percentages

%26.26
%0
%17.32
%29.8

Codes

Color #84B394 in popluar color models

84B394
RGB132179148
HSL140°23.62%60.98%
HSB/HSV140°26.26%70.20%
CMYK26.26%0.00%17.32%
29.80%

Color #84B394 in popluar number systems.

HEX84B394
Decimal132179148
Binary100001001011001110010100
Octal204263224

Shades and tints

Shades of #84B394

#84B394
(132,179,148)
#78A387
(120,163,135)
#6C937A
(108,147,122)
#60836D
(96,131,109)
#547360
(84,115,96)
#486353
(72,99,83)
#3C5346
(60,83,70)
#304339
(48,67,57)
#24332C
(36,51,44)
#18231F
(24,35,31)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #84B394

#84B394
(132,179,148)
#8FB99D
(143,185,157)
#9ABFA6
(154,191,166)
#A5C5AF
(165,197,175)
#B0CBB8
(176,203,184)
#BBD1C1
(187,209,193)
#C6D7CA
(198,215,202)
#D1DDD3
(209,221,211)
#DCE3DC
(220,227,220)
#E7E9E5
(231,233,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B394; }

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

This text font color is #84B394.


Background Color

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

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

This div background color is #84B394.


Border color

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

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

This div border color is #84B394.


Opacity

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

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

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

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

This text has shadow with #84B394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B394 on black background.


Color preview on white background

This text has color #84B394 on white background.



Black color preview on #84B394 background

This text has black color on #84B394 background.


White color preview on #84B394 background

This text has white color on #84B394 background.