COLOR #84A365

HEX: #84A365
RGB: (132,163,101)

Color info

#84A365 contains mainly red and green colors. Web safe color of #84A365 is #999966 (or #996).

RGB color model

#84A365 color RGB value is (132,163,101).

  • red value is 132;
  • green value is 163;
  • blue value is 101.
RGB:
(132,163,101)
(52%,64%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 101 of 255 = 40%

132
163
101

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 101 = 396 (100%)
R 132 of 396 ~ 33.33%
G 163 of 396 ~ 41.16%
B 101 of 396 ~ 25.51%

%33.33
%41.16
%25.51

CMYK color model

#84A365 color CMYK value is (19,0,38,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(19,0,38,36)
C19M0Y38K36 
(19%,0%,38%,36%)
(0.19/0.00/0.38/0.36)	

CMYK percentages

%19.02
%0
%38.04
%36.08

Codes

Color #84A365 in popluar color models

84A365
RGB132163101
HSL90°25.20%51.76%
HSB/HSV90°38.04%63.92%
CMYK19.02%0.00%38.04%
36.08%

Color #84A365 in popluar number systems.

HEX84A365
Decimal132163101
Binary10000100101000111100101
Octal204243145

Shades and tints

Shades of #84A365

#84A365
(132,163,101)
#78955C
(120,149,92)
#6C8753
(108,135,83)
#60794A
(96,121,74)
#546B41
(84,107,65)
#485D38
(72,93,56)
#3C4F2F
(60,79,47)
#304126
(48,65,38)
#24331D
(36,51,29)
#182514
(24,37,20)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #84A365

#84A365
(132,163,101)
#8FAB73
(143,171,115)
#9AB381
(154,179,129)
#A5BB8F
(165,187,143)
#B0C39D
(176,195,157)
#BBCBAB
(187,203,171)
#C6D3B9
(198,211,185)
#D1DBC7
(209,219,199)
#DCE3D5
(220,227,213)
#E7EBE3
(231,235,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A365 color. Also use rgb(132,163,101) instead hex code.

Text Font Color

.myTextColor { color: #84A365; }

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

This text font color is #84A365.


Background Color

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

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

This div background color is #84A365.


Border color

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

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

This div border color is #84A365.


Opacity

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

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

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

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

This text has shadow with #84A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A365 on black background.


Color preview on white background

This text has color #84A365 on white background.



Black color preview on #84A365 background

This text has black color on #84A365 background.


White color preview on #84A365 background

This text has white color on #84A365 background.