COLOR #85A94F

HEX: #85A94F
RGB: (133,169,79)

Color info

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

RGB color model

#85A94F color RGB value is (133,169,79).

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

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 79 of 255 = 31%

133
169
79

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

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 79 = 381 (100%)
R 133 of 381 ~ 34.91%
G 169 of 381 ~ 44.36%
B 79 of 381 ~ 20.73%

%34.91
%44.36
%20.73

CMYK color model

#85A94F color CMYK value is (21,0,53,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 33.73%
CMYK:
(21,0,53,34)
C21M0Y53K34 
(21%,0%,53%,34%)
(0.21/0.00/0.53/0.34)	

CMYK percentages

%21.3
%0
%53.25
%33.73

Codes

Color #85A94F in popluar color models

85A94F
RGB13316979
HSL84°36.29%48.63%
HSB/HSV84°53.25%66.27%
CMYK21.30%0.00%53.25%
33.73%

Color #85A94F in popluar number systems.

HEX85A94F
Decimal13316979
Binary10000101101010011001111
Octal205251117

Shades and tints

Shades of #85A94F

#85A94F
(133,169,79)
#799A48
(121,154,72)
#6D8B41
(109,139,65)
#617C3A
(97,124,58)
#556D33
(85,109,51)
#495E2C
(73,94,44)
#3D4F25
(61,79,37)
#31401E
(49,64,30)
#253117
(37,49,23)
#192210
(25,34,16)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #85A94F

#85A94F
(133,169,79)
#90B05F
(144,176,95)
#9BB76F
(155,183,111)
#A6BE7F
(166,190,127)
#B1C58F
(177,197,143)
#BCCC9F
(188,204,159)
#C7D3AF
(199,211,175)
#D2DABF
(210,218,191)
#DDE1CF
(221,225,207)
#E8E8DF
(232,232,223)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A94F; }

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

This text font color is #85A94F.


Background Color

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

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

This div background color is #85A94F.


Border color

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

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

This div border color is #85A94F.


Opacity

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

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

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

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

This text has shadow with #85A94F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A94F on black background.


Color preview on white background

This text has color #85A94F on white background.



Black color preview on #85A94F background

This text has black color on #85A94F background.


White color preview on #85A94F background

This text has white color on #85A94F background.