COLOR #85A66E

HEX: #85A66E
RGB: (133,166,110)

Color info

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

RGB color model

#85A66E color RGB value is (133,166,110).

  • red value is 133;
  • green value is 166;
  • blue value is 110.
RGB:
(133,166,110)
(52%,65%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 110 of 255 = 43%

133
166
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 166 + 110 = 409 (100%)
R 133 of 409 ~ 32.52%
G 166 of 409 ~ 40.59%
B 110 of 409 ~ 26.89%

%32.52
%40.59
%26.89

CMYK color model

#85A66E color CMYK value is (20,0,34,35).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(20,0,34,35)
C20M0Y34K35 
(20%,0%,34%,35%)
(0.20/0.00/0.34/0.35)	

CMYK percentages

%19.88
%0
%33.73
%34.9

Codes

Color #85A66E in popluar color models

85A66E
RGB133166110
HSL95°23.93%54.12%
HSB/HSV95°33.73%65.10%
CMYK19.88%0.00%33.73%
34.90%

Color #85A66E in popluar number systems.

HEX85A66E
Decimal133166110
Binary10000101101001101101110
Octal205246156

Shades and tints

Shades of #85A66E

#85A66E
(133,166,110)
#799764
(121,151,100)
#6D885A
(109,136,90)
#617950
(97,121,80)
#556A46
(85,106,70)
#495B3C
(73,91,60)
#3D4C32
(61,76,50)
#313D28
(49,61,40)
#252E1E
(37,46,30)
#191F14
(25,31,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #85A66E

#85A66E
(133,166,110)
#90AE7B
(144,174,123)
#9BB688
(155,182,136)
#A6BE95
(166,190,149)
#B1C6A2
(177,198,162)
#BCCEAF
(188,206,175)
#C7D6BC
(199,214,188)
#D2DEC9
(210,222,201)
#DDE6D6
(221,230,214)
#E8EEE3
(232,238,227)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A66E color. Also use rgb(133,166,110) instead hex code.

Text Font Color

.myTextColor { color: #85A66E; }

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

This text font color is #85A66E.


Background Color

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

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

This div background color is #85A66E.


Border color

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

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

This div border color is #85A66E.


Opacity

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

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

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

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

This text has shadow with #85A66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A66E on black background.


Color preview on white background

This text has color #85A66E on white background.



Black color preview on #85A66E background

This text has black color on #85A66E background.


White color preview on #85A66E background

This text has white color on #85A66E background.