COLOR #85A24F

HEX: #85A24F
RGB: (133,162,79)

Color info

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

RGB color model

#85A24F color RGB value is (133,162,79).

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

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 79 of 255 = 31%

133
162
79

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 79 = 374 (100%)
R 133 of 374 ~ 35.56%
G 162 of 374 ~ 43.32%
B 79 of 374 ~ 21.12%

%35.56
%43.32
%21.12

CMYK color model

#85A24F color CMYK value is (18,0,51,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 51.23%
  • key color value is 36.47%
CMYK:
(18,0,51,36)
C18M0Y51K36 
(18%,0%,51%,36%)
(0.18/0.00/0.51/0.36)	

CMYK percentages

%17.9
%0
%51.23
%36.47

Codes

Color #85A24F in popluar color models

85A24F
RGB13316279
HSL81°34.44%47.25%
HSB/HSV81°51.23%63.53%
CMYK17.90%0.00%51.23%
36.47%

Color #85A24F in popluar number systems.

HEX85A24F
Decimal13316279
Binary10000101101000101001111
Octal205242117

Shades and tints

Shades of #85A24F

#85A24F
(133,162,79)
#799448
(121,148,72)
#6D8641
(109,134,65)
#61783A
(97,120,58)
#556A33
(85,106,51)
#495C2C
(73,92,44)
#3D4E25
(61,78,37)
#31401E
(49,64,30)
#253217
(37,50,23)
#192410
(25,36,16)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #85A24F

#85A24F
(133,162,79)
#90AA5F
(144,170,95)
#9BB26F
(155,178,111)
#A6BA7F
(166,186,127)
#B1C28F
(177,194,143)
#BCCA9F
(188,202,159)
#C7D2AF
(199,210,175)
#D2DABF
(210,218,191)
#DDE2CF
(221,226,207)
#E8EADF
(232,234,223)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A24F; }

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

This text font color is #85A24F.


Background Color

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

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

This div background color is #85A24F.


Border color

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

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

This div border color is #85A24F.


Opacity

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

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

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

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

This text has shadow with #85A24F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A24F on black background.


Color preview on white background

This text has color #85A24F on white background.



Black color preview on #85A24F background

This text has black color on #85A24F background.


White color preview on #85A24F background

This text has white color on #85A24F background.