COLOR #84B475

HEX: #84B475
RGB: (132,180,117)

Color info

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

RGB color model

#84B475 color RGB value is (132,180,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 117 of 255 = 46%

132
180
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 180 + 117 = 429 (100%)
R 132 of 429 ~ 30.77%
G 180 of 429 ~ 41.96%
B 117 of 429 ~ 27.27%

%30.77
%41.96
%27.27

CMYK color model

#84B475 color CMYK value is (27,0,35,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK:
(27,0,35,29)
C27M0Y35K29 
(27%,0%,35%,29%)
(0.27/0.00/0.35/0.29)	

CMYK percentages

%26.67
%0
%35
%29.41

Codes

Color #84B475 in popluar color models

84B475
RGB132180117
HSL106°29.58%58.24%
HSB/HSV106°35.00%70.59%
CMYK26.67%0.00%35.00%
29.41%

Color #84B475 in popluar number systems.

HEX84B475
Decimal132180117
Binary10000100101101001110101
Octal204264165

Shades and tints

Shades of #84B475

#84B475
(132,180,117)
#78A46B
(120,164,107)
#6C9461
(108,148,97)
#608457
(96,132,87)
#54744D
(84,116,77)
#486443
(72,100,67)
#3C5439
(60,84,57)
#30442F
(48,68,47)
#243425
(36,52,37)
#18241B
(24,36,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #84B475

#84B475
(132,180,117)
#8FBA81
(143,186,129)
#9AC08D
(154,192,141)
#A5C699
(165,198,153)
#B0CCA5
(176,204,165)
#BBD2B1
(187,210,177)
#C6D8BD
(198,216,189)
#D1DEC9
(209,222,201)
#DCE4D5
(220,228,213)
#E7EAE1
(231,234,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B475; }

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

This text font color is #84B475.


Background Color

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

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

This div background color is #84B475.


Border color

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

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

This div border color is #84B475.


Opacity

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

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

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

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

This text has shadow with #84B475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B475 on black background.


Color preview on white background

This text has color #84B475 on white background.



Black color preview on #84B475 background

This text has black color on #84B475 background.


White color preview on #84B475 background

This text has white color on #84B475 background.