COLOR #85A57E

HEX: #85A57E
RGB: (133,165,126)

Color info

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

RGB color model

#85A57E color RGB value is (133,165,126).

  • red value is 133;
  • green value is 165;
  • blue value is 126.
RGB:
(133,165,126)
(52%,65%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 126 of 255 = 49%

133
165
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 126 = 424 (100%)
R 133 of 424 ~ 31.37%
G 165 of 424 ~ 38.92%
B 126 of 424 ~ 29.72%

%31.37
%38.92
%29.72

CMYK color model

#85A57E color CMYK value is (19,0,24,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(19,0,24,35)
C19M0Y24K35 
(19%,0%,24%,35%)
(0.19/0.00/0.24/0.35)	

CMYK percentages

%19.39
%0
%23.64
%35.29

Codes

Color #85A57E in popluar color models

85A57E
RGB133165126
HSL109°17.81%57.06%
HSB/HSV109°23.64%64.71%
CMYK19.39%0.00%23.64%
35.29%

Color #85A57E in popluar number systems.

HEX85A57E
Decimal133165126
Binary10000101101001011111110
Octal205245176

Shades and tints

Shades of #85A57E

#85A57E
(133,165,126)
#799673
(121,150,115)
#6D8768
(109,135,104)
#61785D
(97,120,93)
#556952
(85,105,82)
#495A47
(73,90,71)
#3D4B3C
(61,75,60)
#313C31
(49,60,49)
#252D26
(37,45,38)
#191E1B
(25,30,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85A57E

#85A57E
(133,165,126)
#90AD89
(144,173,137)
#9BB594
(155,181,148)
#A6BD9F
(166,189,159)
#B1C5AA
(177,197,170)
#BCCDB5
(188,205,181)
#C7D5C0
(199,213,192)
#D2DDCB
(210,221,203)
#DDE5D6
(221,229,214)
#E8EDE1
(232,237,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A57E color. Also use rgb(133,165,126) instead hex code.

Text Font Color

.myTextColor { color: #85A57E; }

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

This text font color is #85A57E.


Background Color

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

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

This div background color is #85A57E.


Border color

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

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

This div border color is #85A57E.


Opacity

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

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

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

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

This text has shadow with #85A57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A57E on black background.


Color preview on white background

This text has color #85A57E on white background.



Black color preview on #85A57E background

This text has black color on #85A57E background.


White color preview on #85A57E background

This text has white color on #85A57E background.