COLOR #85AC7C

HEX: #85AC7C
RGB: (133,172,124)

Color info

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

RGB color model

#85AC7C color RGB value is (133,172,124).

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

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 124 of 255 = 49%

133
172
124

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

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 124 = 429 (100%)
R 133 of 429 ~ 31%
G 172 of 429 ~ 40.09%
B 124 of 429 ~ 28.9%

%31
%40.09
%28.9

CMYK color model

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

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 32.55%
CMYK:
(23,0,28,33)
C23M0Y28K33 
(23%,0%,28%,33%)
(0.23/0.00/0.28/0.33)	

CMYK percentages

%22.67
%0
%27.91
%32.55

Codes

Color #85AC7C in popluar color models

85AC7C
RGB133172124
HSL109°22.43%58.04%
HSB/HSV109°27.91%67.45%
CMYK22.67%0.00%27.91%
32.55%

Color #85AC7C in popluar number systems.

HEX85AC7C
Decimal133172124
Binary10000101101011001111100
Octal205254174

Shades and tints

Shades of #85AC7C

#85AC7C
(133,172,124)
#799D71
(121,157,113)
#6D8E66
(109,142,102)
#617F5B
(97,127,91)
#557050
(85,112,80)
#496145
(73,97,69)
#3D523A
(61,82,58)
#31432F
(49,67,47)
#253424
(37,52,36)
#192519
(25,37,25)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #85AC7C

#85AC7C
(133,172,124)
#90B387
(144,179,135)
#9BBA92
(155,186,146)
#A6C19D
(166,193,157)
#B1C8A8
(177,200,168)
#BCCFB3
(188,207,179)
#C7D6BE
(199,214,190)
#D2DDC9
(210,221,201)
#DDE4D4
(221,228,212)
#E8EBDF
(232,235,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AC7C; }

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

This text font color is #85AC7C.


Background Color

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

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

This div background color is #85AC7C.


Border color

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

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

This div border color is #85AC7C.


Opacity

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

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

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

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

This text has shadow with #85AC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AC7C on black background.


Color preview on white background

This text has color #85AC7C on white background.



Black color preview on #85AC7C background

This text has black color on #85AC7C background.


White color preview on #85AC7C background

This text has white color on #85AC7C background.