COLOR #84A575

HEX: #84A575
RGB: (132,165,117)

Color info

#84A575 contains red, green and blue colors in about the same proportion. Web safe color of #84A575 is #999966 (or #996).

RGB color model

#84A575 color RGB value is (132,165,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 117 of 255 = 46%

132
165
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 117 = 414 (100%)
R 132 of 414 ~ 31.88%
G 165 of 414 ~ 39.86%
B 117 of 414 ~ 28.26%

%31.88
%39.86
%28.26

CMYK color model

#84A575 color CMYK value is (20,0,29,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(20,0,29,35)
C20M0Y29K35 
(20%,0%,29%,35%)
(0.20/0.00/0.29/0.35)	

CMYK percentages

%20
%0
%29.09
%35.29

Codes

Color #84A575 in popluar color models

84A575
RGB132165117
HSL101°21.05%55.29%
HSB/HSV101°29.09%64.71%
CMYK20.00%0.00%29.09%
35.29%

Color #84A575 in popluar number systems.

HEX84A575
Decimal132165117
Binary10000100101001011110101
Octal204245165

Shades and tints

Shades of #84A575

#84A575
(132,165,117)
#78966B
(120,150,107)
#6C8761
(108,135,97)
#607857
(96,120,87)
#54694D
(84,105,77)
#485A43
(72,90,67)
#3C4B39
(60,75,57)
#303C2F
(48,60,47)
#242D25
(36,45,37)
#181E1B
(24,30,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #84A575

#84A575
(132,165,117)
#8FAD81
(143,173,129)
#9AB58D
(154,181,141)
#A5BD99
(165,189,153)
#B0C5A5
(176,197,165)
#BBCDB1
(187,205,177)
#C6D5BD
(198,213,189)
#D1DDC9
(209,221,201)
#DCE5D5
(220,229,213)
#E7EDE1
(231,237,225)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A575; }

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

This text font color is #84A575.


Background Color

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

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

This div background color is #84A575.


Border color

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

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

This div border color is #84A575.


Opacity

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

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

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

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

This text has shadow with #84A575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A575 on black background.


Color preview on white background

This text has color #84A575 on white background.



Black color preview on #84A575 background

This text has black color on #84A575 background.


White color preview on #84A575 background

This text has white color on #84A575 background.