COLOR #85AC71

HEX: #85AC71 RGB: (133,172,113)

Color info

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

RGB color model

#85AC71 color RGB value is (133,172,113).

RGB: (133,172,113) (52%, 67%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 113 of 255 = 44%

133
172
113

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

Portions of RGB colors in percentages

R + G + B = 133 + 172 + 113 = 418 (100%)
R 133 of 418 ~ 31.82%
G 172 of 418 ~ 41.15%
B 113 of 418 ~ 27.03'%

%31.82
%41.15
%27.03

CMYK color model

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

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK: (23,0,34,33) C23M0Y34K33 (23%,0%,34%,33%) (0.23/0.00/0.34/0.33) 

CMYK percentages

%22.67
%0
%34.3
%32.55

Codes

Color #85AC71 in popluar color models

85 AC 71
RGB 133 172 113
HSL 100° 26.22% 55.88%
HSB/HSV 100° 34.30% 67.45%
CMYK 22.67% 0.00% 34.30%
32.55%

Color #85AC71 in popluar number systems.

HEX 85 AC 71
Decimal 133 172 113
Binary 10000101 10101100 1110001
Octal 205 254 161

Shades and tints

Shades of #85AC71

#85AC71
(133,172,113)
#799D67
(121,157,103)
#6D8E5D
(109,142,93)
#617F53
(97,127,83)
#557049
(85,112,73)
#49613F
(73,97,63)
#3D5235
(61,82,53)
#31432B
(49,67,43)
#253421
(37,52,33)
#192517
(25,37,23)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #85AC71

#85AC71
(133,172,113)
#90B37D
(144,179,125)
#9BBA89
(155,186,137)
#A6C195
(166,193,149)
#B1C8A1
(177,200,161)
#BCCFAD
(188,207,173)
#C7D6B9
(199,214,185)
#D2DDC5
(210,221,197)
#DDE4D1
(221,228,209)
#E8EBDD
(232,235,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AC71; }

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

This text font color is #85AC71.

Background Color

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

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

This div background color is #85AC71.

Border color

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

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

This div border color is #85AC71.

Opacity

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

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

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

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

This text has shadow with #85AC71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AC71.

Preview

Color preview on black background

This text has color #85AC71 on black background.


Color preview on white background

This text has color #85AC71 on white background.


Black color preview on #85AC71 background

This text has black color on #85AC71 background.


White color preview on #85AC71 background

This text has white color on #85AC71 background.


Related colors

Complementary color

Complementary color for #hex is #7A538E.


I love getcolorcode.com

Triadic colors

1 #7185AC and #AC7185 with #85AC71 are triadic colors.

2 #71AC85 and #AC8571 with #85AC71 are triadic colors.