COLOR #85AC7A

HEX: #85AC7A
RGB: (133,172,122)

Color info

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

RGB color model

#85AC7A color RGB value is (133,172,122).

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

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 122 of 255 = 48%

133
172
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 122 = 427 (100%)
R 133 of 427 ~ 31.15%
G 172 of 427 ~ 40.28%
B 122 of 427 ~ 28.57%

%31.15
%40.28
%28.57

CMYK color model

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

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 32.55%
CMYK:
(23,0,29,33)
C23M0Y29K33 
(23%,0%,29%,33%)
(0.23/0.00/0.29/0.33)	

CMYK percentages

%22.67
%0
%29.07
%32.55

Codes

Color #85AC7A in popluar color models

85AC7A
RGB133172122
HSL107°23.15%57.65%
HSB/HSV107°29.07%67.45%
CMYK22.67%0.00%29.07%
32.55%

Color #85AC7A in popluar number systems.

HEX85AC7A
Decimal133172122
Binary10000101101011001111010
Octal205254172

Shades and tints

Shades of #85AC7A

#85AC7A
(133,172,122)
#799D6F
(121,157,111)
#6D8E64
(109,142,100)
#617F59
(97,127,89)
#55704E
(85,112,78)
#496143
(73,97,67)
#3D5238
(61,82,56)
#31432D
(49,67,45)
#253422
(37,52,34)
#192517
(25,37,23)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #85AC7A

#85AC7A
(133,172,122)
#90B386
(144,179,134)
#9BBA92
(155,186,146)
#A6C19E
(166,193,158)
#B1C8AA
(177,200,170)
#BCCFB6
(188,207,182)
#C7D6C2
(199,214,194)
#D2DDCE
(210,221,206)
#DDE4DA
(221,228,218)
#E8EBE6
(232,235,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AC7A; }

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

This text font color is #85AC7A.


Background Color

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

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

This div background color is #85AC7A.


Border color

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

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

This div border color is #85AC7A.


Opacity

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

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

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

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

This text has shadow with #85AC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AC7A on black background.


Color preview on white background

This text has color #85AC7A on white background.



Black color preview on #85AC7A background

This text has black color on #85AC7A background.


White color preview on #85AC7A background

This text has white color on #85AC7A background.