COLOR #85AE72

HEX: #85AE72
RGB: (133,174,114)

Color info

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

RGB color model

#85AE72 color RGB value is (133,174,114).

  • red value is 133;
  • green value is 174;
  • blue value is 114.
RGB:
(133,174,114)
(52%,68%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 114 of 255 = 45%

133
174
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 114 = 421 (100%)
R 133 of 421 ~ 31.59%
G 174 of 421 ~ 41.33%
B 114 of 421 ~ 27.08%

%31.59
%41.33
%27.08

CMYK color model

#85AE72 color CMYK value is (24,0,34,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(24,0,34,32)
C24M0Y34K32 
(24%,0%,34%,32%)
(0.24/0.00/0.34/0.32)	

CMYK percentages

%23.56
%0
%34.48
%31.76

Codes

Color #85AE72 in popluar color models

85AE72
RGB133174114
HSL101°27.03%56.47%
HSB/HSV101°34.48%68.24%
CMYK23.56%0.00%34.48%
31.76%

Color #85AE72 in popluar number systems.

HEX85AE72
Decimal133174114
Binary10000101101011101110010
Octal205256162

Shades and tints

Shades of #85AE72

#85AE72
(133,174,114)
#799F68
(121,159,104)
#6D905E
(109,144,94)
#618154
(97,129,84)
#55724A
(85,114,74)
#496340
(73,99,64)
#3D5436
(61,84,54)
#31452C
(49,69,44)
#253622
(37,54,34)
#192718
(25,39,24)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #85AE72

#85AE72
(133,174,114)
#90B57E
(144,181,126)
#9BBC8A
(155,188,138)
#A6C396
(166,195,150)
#B1CAA2
(177,202,162)
#BCD1AE
(188,209,174)
#C7D8BA
(199,216,186)
#D2DFC6
(210,223,198)
#DDE6D2
(221,230,210)
#E8EDDE
(232,237,222)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AE72 color. Also use rgb(133,174,114) instead hex code.

Text Font Color

.myTextColor { color: #85AE72; }

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

This text font color is #85AE72.


Background Color

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

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

This div background color is #85AE72.


Border color

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

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

This div border color is #85AE72.


Opacity

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

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

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

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

This text has shadow with #85AE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE72 on black background.


Color preview on white background

This text has color #85AE72 on white background.



Black color preview on #85AE72 background

This text has black color on #85AE72 background.


White color preview on #85AE72 background

This text has white color on #85AE72 background.