COLOR #85A26E

HEX: #85A26E RGB: (133,162,110)

Color info

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

RGB color model

#85A26E color RGB value is (133,162,110).

RGB: (133,162,110) (52%, 64%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 110 of 255 = 43%

133
162
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 110 = 405 (100%)
R 133 of 405 ~ 32.84%
G 162 of 405 ~ 40%
B 110 of 405 ~ 27.16'%

%32.84
%40
%27.16

CMYK color model

#85A26E color CMYK value is (18,0,32,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 36.47%

CMYK: (18,0,32,36)
C18M0Y32K36 (18%, 0%, 32%, 36%)
(0.18 / 0.00 / 0.32 / 0.36)

CMYK percentages

%17.9
%0
%32.1
%36.47

Codes

Color #85A26E in popluar color models

85 A2 6E
RGB 133 162 110
HSL 93° 21.85% 53.33%
HSB/HSV 93° 32.10% 63.53%
CMYK 17.90% 0.00% 32.10%
36.47%

Color #85A26E in popluar number systems.

HEX 85 A2 6E
Decimal 133 162 110
Binary 10000101 10100010 1101110
Octal 205 242 156

Shades and tints

Shades of #85A26E

#85A26E
(133,162,110)
#799464
(121,148,100)
#6D865A
(109,134,90)
#617850
(97,120,80)
#556A46
(85,106,70)
#495C3C
(73,92,60)
#3D4E32
(61,78,50)
#314028
(49,64,40)
#25321E
(37,50,30)
#192414
(25,36,20)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #85A26E

#85A26E
(133,162,110)
#90AA7B
(144,170,123)
#9BB288
(155,178,136)
#A6BA95
(166,186,149)
#B1C2A2
(177,194,162)
#BCCAAF
(188,202,175)
#C7D2BC
(199,210,188)
#D2DAC9
(210,218,201)
#DDE2D6
(221,226,214)
#E8EAE3
(232,234,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A26E; }

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

This text font color is #85A26E.

Background Color

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

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

This div background color is #85A26E.

Border color

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

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

This div border color is #85A26E.

Opacity

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

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

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

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

This text has shadow with #85A26E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A26E.

Preview

Color preview on black background

This text has color #85A26E on black background.


Color preview on white background

This text has color #85A26E on white background.


Black color preview on #85A26E background

This text has black color on #85A26E background.


White color preview on #85A26E background

This text has white color on #85A26E background.


Related colors

Complementary color

Complementary color for #hex is #7A5D91.


I love getcolorcode.com

Triadic colors

1 #6E85A2 and #A26E85 with #85A26E are triadic colors.

2 #6EA285 and #A2856E with #85A26E are triadic colors.