COLOR #85A58C

HEX: #85A58C
RGB: (133,165,140)

Color info

#85A58C contains red, green and blue colors in about the same proportion. Web safe color of #85A58C is #999999 (or #999).

RGB color model

#85A58C color RGB value is (133,165,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 140 of 255 = 55%

133
165
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 140 = 438 (100%)
R 133 of 438 ~ 30.37%
G 165 of 438 ~ 37.67%
B 140 of 438 ~ 31.96%

%30.37
%37.67
%31.96

CMYK color model

#85A58C color CMYK value is (19,0,15,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(19,0,15,35)
C19M0Y15K35 
(19%,0%,15%,35%)
(0.19/0.00/0.15/0.35)	

CMYK percentages

%19.39
%0
%15.15
%35.29

Codes

Color #85A58C in popluar color models

85A58C
RGB133165140
HSL133°15.09%58.43%
HSB/HSV133°19.39%64.71%
CMYK19.39%0.00%15.15%
35.29%

Color #85A58C in popluar number systems.

HEX85A58C
Decimal133165140
Binary100001011010010110001100
Octal205245214

Shades and tints

Shades of #85A58C

#85A58C
(133,165,140)
#799680
(121,150,128)
#6D8774
(109,135,116)
#617868
(97,120,104)
#55695C
(85,105,92)
#495A50
(73,90,80)
#3D4B44
(61,75,68)
#313C38
(49,60,56)
#252D2C
(37,45,44)
#191E20
(25,30,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #85A58C

#85A58C
(133,165,140)
#90AD96
(144,173,150)
#9BB5A0
(155,181,160)
#A6BDAA
(166,189,170)
#B1C5B4
(177,197,180)
#BCCDBE
(188,205,190)
#C7D5C8
(199,213,200)
#D2DDD2
(210,221,210)
#DDE5DC
(221,229,220)
#E8EDE6
(232,237,230)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A58C; }

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

This text font color is #85A58C.


Background Color

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

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

This div background color is #85A58C.


Border color

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

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

This div border color is #85A58C.


Opacity

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

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

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

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

This text has shadow with #85A58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A58C on black background.


Color preview on white background

This text has color #85A58C on white background.



Black color preview on #85A58C background

This text has black color on #85A58C background.


White color preview on #85A58C background

This text has white color on #85A58C background.