COLOR #84B775

HEX: #84B775
RGB: (132,183,117)

Color info

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

RGB color model

#84B775 color RGB value is (132,183,117).

  • red value is 132;
  • green value is 183;
  • blue value is 117.
RGB:
(132,183,117)
(52%,72%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 117 of 255 = 46%

132
183
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 183 + 117 = 432 (100%)
R 132 of 432 ~ 30.56%
G 183 of 432 ~ 42.36%
B 117 of 432 ~ 27.08%

%30.56
%42.36
%27.08

CMYK color model

#84B775 color CMYK value is (28,0,36,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%
CMYK:
(28,0,36,28)
C28M0Y36K28 
(28%,0%,36%,28%)
(0.28/0.00/0.36/0.28)	

CMYK percentages

%27.87
%0
%36.07
%28.24

Codes

Color #84B775 in popluar color models

84B775
RGB132183117
HSL106°31.43%58.82%
HSB/HSV106°36.07%71.76%
CMYK27.87%0.00%36.07%
28.24%

Color #84B775 in popluar number systems.

HEX84B775
Decimal132183117
Binary10000100101101111110101
Octal204267165

Shades and tints

Shades of #84B775

#84B775
(132,183,117)
#78A76B
(120,167,107)
#6C9761
(108,151,97)
#608757
(96,135,87)
#54774D
(84,119,77)
#486743
(72,103,67)
#3C5739
(60,87,57)
#30472F
(48,71,47)
#243725
(36,55,37)
#18271B
(24,39,27)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84B775

#84B775
(132,183,117)
#8FBD81
(143,189,129)
#9AC38D
(154,195,141)
#A5C999
(165,201,153)
#B0CFA5
(176,207,165)
#BBD5B1
(187,213,177)
#C6DBBD
(198,219,189)
#D1E1C9
(209,225,201)
#DCE7D5
(220,231,213)
#E7EDE1
(231,237,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B775 color. Also use rgb(132,183,117) instead hex code.

Text Font Color

.myTextColor { color: #84B775; }

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

This text font color is #84B775.


Background Color

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

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

This div background color is #84B775.


Border color

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

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

This div border color is #84B775.


Opacity

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

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

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

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

This text has shadow with #84B775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B775 on black background.


Color preview on white background

This text has color #84B775 on white background.



Black color preview on #84B775 background

This text has black color on #84B775 background.


White color preview on #84B775 background

This text has white color on #84B775 background.