COLOR #85A593

HEX: #85A593
RGB: (133,165,147)

Color info

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

RGB color model

#85A593 color RGB value is (133,165,147).

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

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 147 of 255 = 58%

133
165
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 147 = 445 (100%)
R 133 of 445 ~ 29.89%
G 165 of 445 ~ 37.08%
B 147 of 445 ~ 33.03%

%29.89
%37.08
%33.03

CMYK color model

#85A593 color CMYK value is (19,0,11,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK: (19,0,11,35) C19M0Y11K35 (19%,0%,11%,35%) (0.19/0.00/0.11/0.35)

CMYK percentages

%19.39
%0
%10.91
%35.29

Codes

Color #85A593 in popluar color models

85A593
RGB133165147
HSL146°15.09%58.43%
HSB/HSV146°19.39%64.71%
CMYK19.39%0.00%10.91%
35.29%

Color #85A593 in popluar number systems.

HEX85A593
Decimal133165147
Binary100001011010010110010011
Octal205245223

Shades and tints

Shades of #85A593

#85A593
(133,165,147)
#799686
(121,150,134)
#6D8779
(109,135,121)
#61786C
(97,120,108)
#55695F
(85,105,95)
#495A52
(73,90,82)
#3D4B45
(61,75,69)
#313C38
(49,60,56)
#252D2B
(37,45,43)
#191E1E
(25,30,30)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #85A593

#85A593
(133,165,147)
#90AD9C
(144,173,156)
#9BB5A5
(155,181,165)
#A6BDAE
(166,189,174)
#B1C5B7
(177,197,183)
#BCCDC0
(188,205,192)
#C7D5C9
(199,213,201)
#D2DDD2
(210,221,210)
#DDE5DB
(221,229,219)
#E8EDE4
(232,237,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A593; }

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

This text font color is #85A593.


Background Color

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

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

This div background color is #85A593.


Border color

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

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

This div border color is #85A593.


Opacity

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

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

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

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

This text has shadow with #85A593 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85A593 on black background.


Color preview on white background

This text has color #85A593 on white background.



Black color preview on #85A593 background

This text has black color on #85A593 background.


White color preview on #85A593 background

This text has white color on #85A593 background.