COLOR #84A05B

HEX: #84A05B
RGB: (132,160,91)

Color info

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

RGB color model

#84A05B color RGB value is (132,160,91).

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

RGB channels and saturation

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

132
160
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 160 + 91 = 383 (100%)
R 132 of 383 ~ 34.46%
G 160 of 383 ~ 41.78%
B 91 of 383 ~ 23.76%

%34.46
%41.78
%23.76

CMYK color model

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

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 43.13%
  • 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
%43.13
%37.25

Codes

Color #84A05B in popluar color models

84A05B
RGB13216091
HSL84°27.49%49.22%
HSB/HSV84°43.13%62.75%
CMYK17.50%0.00%43.13%
37.25%

Color #84A05B in popluar number systems.

HEX84A05B
Decimal13216091
Binary10000100101000001011011
Octal204240133

Shades and tints

Shades of #84A05B

#84A05B
(132,160,91)
#789253
(120,146,83)
#6C844B
(108,132,75)
#607643
(96,118,67)
#54683B
(84,104,59)
#485A33
(72,90,51)
#3C4C2B
(60,76,43)
#303E23
(48,62,35)
#24301B
(36,48,27)
#182213
(24,34,19)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #84A05B

#84A05B
(132,160,91)
#8FA869
(143,168,105)
#9AB077
(154,176,119)
#A5B885
(165,184,133)
#B0C093
(176,192,147)
#BBC8A1
(187,200,161)
#C6D0AF
(198,208,175)
#D1D8BD
(209,216,189)
#DCE0CB
(220,224,203)
#E7E8D9
(231,232,217)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A05B; }

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

This text font color is #84A05B.


Background Color

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

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

This div background color is #84A05B.


Border color

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

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

This div border color is #84A05B.


Opacity

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

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

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

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

This text has shadow with #84A05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A05B on black background.


Color preview on white background

This text has color #84A05B on white background.



Black color preview on #84A05B background

This text has black color on #84A05B background.


White color preview on #84A05B background

This text has white color on #84A05B background.