COLOR #85A94C

HEX: #85A94C
RGB: (133,169,76)

Color info

#85A94C contains mainly red and green colors. Web safe color of #85A94C is #999933 (or #993).

RGB color model

#85A94C color RGB value is (133,169,76).

  • red value is 133;
  • green value is 169;
  • blue value is 76.
RGB:
(133,169,76)
(52%,66%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 76 of 255 = 30%

133
169
76

R + G + B ~ 49%. #85A94C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 76 = 378 (100%)
R 133 of 378 ~ 35.19%
G 169 of 378 ~ 44.71%
B 76 of 378 ~ 20.11%

%35.19
%44.71
%20.11

CMYK color model

#85A94C color CMYK value is (21,0,55,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 33.73%
CMYK:
(21,0,55,34)
C21M0Y55K34 
(21%,0%,55%,34%)
(0.21/0.00/0.55/0.34)	

CMYK percentages

%21.3
%0
%55.03
%33.73

Codes

Color #85A94C in popluar color models

85A94C
RGB13316976
HSL83°37.96%48.04%
HSB/HSV83°55.03%66.27%
CMYK21.30%0.00%55.03%
33.73%

Color #85A94C in popluar number systems.

HEX85A94C
Decimal13316976
Binary10000101101010011001100
Octal205251114

Shades and tints

Shades of #85A94C

#85A94C
(133,169,76)
#799A46
(121,154,70)
#6D8B40
(109,139,64)
#617C3A
(97,124,58)
#556D34
(85,109,52)
#495E2E
(73,94,46)
#3D4F28
(61,79,40)
#314022
(49,64,34)
#25311C
(37,49,28)
#192216
(25,34,22)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #85A94C

#85A94C
(133,169,76)
#90B05C
(144,176,92)
#9BB76C
(155,183,108)
#A6BE7C
(166,190,124)
#B1C58C
(177,197,140)
#BCCC9C
(188,204,156)
#C7D3AC
(199,211,172)
#D2DABC
(210,218,188)
#DDE1CC
(221,225,204)
#E8E8DC
(232,232,220)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A94C color. Also use rgb(133,169,76) instead hex code.

Text Font Color

.myTextColor { color: #85A94C; }

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

This text font color is #85A94C.


Background Color

.myBgColor { background-color: #85A94C; }

<div style="background-color:#85A94C">Inner text</div>

This div background color is #85A94C.


Border color

.myBorderColor { border: 1px solid #85A94C; }

<div style="border:3px solid #85A94C">Div</div>

This div border color is #85A94C.


Opacity

.myOpacity80 { color: #85A94C; opacity: 0.8; }

<p style="color:#85A94C;opacity:0.8;">80%</p>

Text with #85A94C 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 #85A94C;}

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

This text has shadow with #85A94C color.

.textShadow {text-shadow: 3px 3px 1px #85A94C, 3px 3px 1px red;}

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

This text has shadow with #85A94C primary color and red secondary color.


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

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

This text has shadow with #85A94C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A94C on black background.


Color preview on white background

This text has color #85A94C on white background.



Black color preview on #85A94C background

This text has black color on #85A94C background.


White color preview on #85A94C background

This text has white color on #85A94C background.