COLOR #85AC73

HEX: #85AC73
RGB: (133,172,115)

Color info

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

RGB color model

#85AC73 color RGB value is (133,172,115).

  • red value is 133;
  • green value is 172;
  • blue value is 115.
RGB:
(133,172,115)
(52%,67%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 115 of 255 = 45%

133
172
115

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

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 115 = 420 (100%)
R 133 of 420 ~ 31.67%
G 172 of 420 ~ 40.95%
B 115 of 420 ~ 27.38%

%31.67
%40.95
%27.38

CMYK color model

#85AC73 color CMYK value is (23,0,33,33).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(23,0,33,33)
C23M0Y33K33 
(23%,0%,33%,33%)
(0.23/0.00/0.33/0.33)	

CMYK percentages

%22.67
%0
%33.14
%32.55

Codes

Color #85AC73 in popluar color models

85AC73
RGB133172115
HSL101°25.56%56.27%
HSB/HSV101°33.14%67.45%
CMYK22.67%0.00%33.14%
32.55%

Color #85AC73 in popluar number systems.

HEX85AC73
Decimal133172115
Binary10000101101011001110011
Octal205254163

Shades and tints

Shades of #85AC73

#85AC73
(133,172,115)
#799D69
(121,157,105)
#6D8E5F
(109,142,95)
#617F55
(97,127,85)
#55704B
(85,112,75)
#496141
(73,97,65)
#3D5237
(61,82,55)
#31432D
(49,67,45)
#253423
(37,52,35)
#192519
(25,37,25)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85AC73

#85AC73
(133,172,115)
#90B37F
(144,179,127)
#9BBA8B
(155,186,139)
#A6C197
(166,193,151)
#B1C8A3
(177,200,163)
#BCCFAF
(188,207,175)
#C7D6BB
(199,214,187)
#D2DDC7
(210,221,199)
#DDE4D3
(221,228,211)
#E8EBDF
(232,235,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AC73 color. Also use rgb(133,172,115) instead hex code.

Text Font Color

.myTextColor { color: #85AC73; }

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

This text font color is #85AC73.


Background Color

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

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

This div background color is #85AC73.


Border color

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

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

This div border color is #85AC73.


Opacity

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

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

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

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

This text has shadow with #85AC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AC73 on black background.


Color preview on white background

This text has color #85AC73 on white background.



Black color preview on #85AC73 background

This text has black color on #85AC73 background.


White color preview on #85AC73 background

This text has white color on #85AC73 background.