COLOR #85A16E

HEX: #85A16E
RGB: (133,161,110)

Color info

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

RGB color model

#85A16E color RGB value is (133,161,110).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 110 of 255 = 43%

133
161
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 110 = 404 (100%)
R 133 of 404 ~ 32.92%
G 161 of 404 ~ 39.85%
B 110 of 404 ~ 27.23%

%32.92
%39.85
%27.23

CMYK color model

#85A16E color CMYK value is (17,0,32,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 31.68%
  • key color value is 36.86%
CMYK:
(17,0,32,37)
C17M0Y32K37 
(17%,0%,32%,37%)
(0.17/0.00/0.32/0.37)	

CMYK percentages

%17.39
%0
%31.68
%36.86

Codes

Color #85A16E in popluar color models

85A16E
RGB133161110
HSL93°21.34%53.14%
HSB/HSV93°31.68%63.14%
CMYK17.39%0.00%31.68%
36.86%

Color #85A16E in popluar number systems.

HEX85A16E
Decimal133161110
Binary10000101101000011101110
Octal205241156

Shades and tints

Shades of #85A16E

#85A16E
(133,161,110)
#799364
(121,147,100)
#6D855A
(109,133,90)
#617750
(97,119,80)
#556946
(85,105,70)
#495B3C
(73,91,60)
#3D4D32
(61,77,50)
#313F28
(49,63,40)
#25311E
(37,49,30)
#192314
(25,35,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #85A16E

#85A16E
(133,161,110)
#90A97B
(144,169,123)
#9BB188
(155,177,136)
#A6B995
(166,185,149)
#B1C1A2
(177,193,162)
#BCC9AF
(188,201,175)
#C7D1BC
(199,209,188)
#D2D9C9
(210,217,201)
#DDE1D6
(221,225,214)
#E8E9E3
(232,233,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A16E; }

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

This text font color is #85A16E.


Background Color

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

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

This div background color is #85A16E.


Border color

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

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

This div border color is #85A16E.


Opacity

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

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

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

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

This text has shadow with #85A16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A16E on black background.


Color preview on white background

This text has color #85A16E on white background.



Black color preview on #85A16E background

This text has black color on #85A16E background.


White color preview on #85A16E background

This text has white color on #85A16E background.