COLOR #85A44F

HEX: #85A44F
RGB: (133,164,79)

Color info

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

RGB color model

#85A44F color RGB value is (133,164,79).

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

RGB channels and saturation

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

133
164
79

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 79 = 376 (100%)
R 133 of 376 ~ 35.37%
G 164 of 376 ~ 43.62%
B 79 of 376 ~ 21.01%

%35.37
%43.62
%21.01

CMYK color model

#85A44F color CMYK value is (19,0,52,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 51.83%
  • key color value is 35.69%
CMYK:
(19,0,52,36)
C19M0Y52K36 
(19%,0%,52%,36%)
(0.19/0.00/0.52/0.36)	

CMYK percentages

%18.9
%0
%51.83
%35.69

Codes

Color #85A44F in popluar color models

85A44F
RGB13316479
HSL82°34.98%47.65%
HSB/HSV82°51.83%64.31%
CMYK18.90%0.00%51.83%
35.69%

Color #85A44F in popluar number systems.

HEX85A44F
Decimal13316479
Binary10000101101001001001111
Octal205244117

Shades and tints

Shades of #85A44F

#85A44F
(133,164,79)
#799648
(121,150,72)
#6D8841
(109,136,65)
#617A3A
(97,122,58)
#556C33
(85,108,51)
#495E2C
(73,94,44)
#3D5025
(61,80,37)
#31421E
(49,66,30)
#253417
(37,52,23)
#192610
(25,38,16)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #85A44F

#85A44F
(133,164,79)
#90AC5F
(144,172,95)
#9BB46F
(155,180,111)
#A6BC7F
(166,188,127)
#B1C48F
(177,196,143)
#BCCC9F
(188,204,159)
#C7D4AF
(199,212,175)
#D2DCBF
(210,220,191)
#DDE4CF
(221,228,207)
#E8ECDF
(232,236,223)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A44F; }

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

This text font color is #85A44F.


Background Color

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

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

This div background color is #85A44F.


Border color

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

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

This div border color is #85A44F.


Opacity

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

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

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

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

This text has shadow with #85A44F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A44F on black background.


Color preview on white background

This text has color #85A44F on white background.



Black color preview on #85A44F background

This text has black color on #85A44F background.


White color preview on #85A44F background

This text has white color on #85A44F background.