COLOR #84A05C

HEX: #84A05C
RGB: (132,160,92)

Color info

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

RGB color model

#84A05C color RGB value is (132,160,92).

  • red value is 132;
  • green value is 160;
  • blue value is 92.
RGB:
(132,160,92)
(52%,63%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 92 of 255 = 36%

132
160
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 160 + 92 = 384 (100%)
R 132 of 384 ~ 34.38%
G 160 of 384 ~ 41.67%
B 92 of 384 ~ 23.96%

%34.38
%41.67
%23.96

CMYK color model

#84A05C color CMYK value is (18,0,43,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 37.25%
CMYK:
(18,0,43,37)
C18M0Y43K37 
(18%,0%,43%,37%)
(0.18/0.00/0.43/0.37)	

CMYK percentages

%17.5
%0
%42.5
%37.25

Codes

Color #84A05C in popluar color models

84A05C
RGB13216092
HSL85°26.98%49.41%
HSB/HSV85°42.50%62.75%
CMYK17.50%0.00%42.50%
37.25%

Color #84A05C in popluar number systems.

HEX84A05C
Decimal13216092
Binary10000100101000001011100
Octal204240134

Shades and tints

Shades of #84A05C

#84A05C
(132,160,92)
#789254
(120,146,84)
#6C844C
(108,132,76)
#607644
(96,118,68)
#54683C
(84,104,60)
#485A34
(72,90,52)
#3C4C2C
(60,76,44)
#303E24
(48,62,36)
#24301C
(36,48,28)
#182214
(24,34,20)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #84A05C

#84A05C
(132,160,92)
#8FA86A
(143,168,106)
#9AB078
(154,176,120)
#A5B886
(165,184,134)
#B0C094
(176,192,148)
#BBC8A2
(187,200,162)
#C6D0B0
(198,208,176)
#D1D8BE
(209,216,190)
#DCE0CC
(220,224,204)
#E7E8DA
(231,232,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A05C color. Also use rgb(132,160,92) instead hex code.

Text Font Color

.myTextColor { color: #84A05C; }

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

This text font color is #84A05C.


Background Color

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

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

This div background color is #84A05C.


Border color

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

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

This div border color is #84A05C.


Opacity

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

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

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

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

This text has shadow with #84A05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A05C on black background.


Color preview on white background

This text has color #84A05C on white background.



Black color preview on #84A05C background

This text has black color on #84A05C background.


White color preview on #84A05C background

This text has white color on #84A05C background.