COLOR #85AF72

HEX: #85AF72
RGB: (133,175,114)

Color info

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

RGB color model

#85AF72 color RGB value is (133,175,114).

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

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 114 of 255 = 45%

133
175
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 114 = 422 (100%)
R 133 of 422 ~ 31.52%
G 175 of 422 ~ 41.47%
B 114 of 422 ~ 27.01%

%31.52
%41.47
%27.01

CMYK color model

#85AF72 color CMYK value is (24,0,35,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(24,0,35,31)
C24M0Y35K31 
(24%,0%,35%,31%)
(0.24/0.00/0.35/0.31)	

CMYK percentages

%24
%0
%34.86
%31.37

Codes

Color #85AF72 in popluar color models

85AF72
RGB133175114
HSL101°27.60%56.67%
HSB/HSV101°34.86%68.63%
CMYK24.00%0.00%34.86%
31.37%

Color #85AF72 in popluar number systems.

HEX85AF72
Decimal133175114
Binary10000101101011111110010
Octal205257162

Shades and tints

Shades of #85AF72

#85AF72
(133,175,114)
#79A068
(121,160,104)
#6D915E
(109,145,94)
#618254
(97,130,84)
#55734A
(85,115,74)
#496440
(73,100,64)
#3D5536
(61,85,54)
#31462C
(49,70,44)
#253722
(37,55,34)
#192818
(25,40,24)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #85AF72

#85AF72
(133,175,114)
#90B67E
(144,182,126)
#9BBD8A
(155,189,138)
#A6C496
(166,196,150)
#B1CBA2
(177,203,162)
#BCD2AE
(188,210,174)
#C7D9BA
(199,217,186)
#D2E0C6
(210,224,198)
#DDE7D2
(221,231,210)
#E8EEDE
(232,238,222)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AF72; }

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

This text font color is #85AF72.


Background Color

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

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

This div background color is #85AF72.


Border color

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

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

This div border color is #85AF72.


Opacity

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

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

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

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

This text has shadow with #85AF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AF72 on black background.


Color preview on white background

This text has color #85AF72 on white background.



Black color preview on #85AF72 background

This text has black color on #85AF72 background.


White color preview on #85AF72 background

This text has white color on #85AF72 background.