COLOR #85A091

HEX: #85A091 RGB: (133,160,145)

Color info

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

RGB color model

#85A091 color RGB value is (133,160,145).

RGB: (133,160,145) (52%, 63%, 57%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 145 of 255 = 57%

133
160
145

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

Portions of RGB colors in percentages

R + G + B = 133 + 160 + 145 = 438 (100%)
R 133 of 438 ~ 30.37%
G 160 of 438 ~ 36.53%
B 145 of 438 ~ 33.11'%

%30.37
%36.53
%33.11

CMYK color model

#85A091 color CMYK value is (17,0,9,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 37.25%

CMYK: (17,0,9,37)
C17M0Y9K37 (17%, 0%, 9%, 37%)
(0.17 / 0.00 / 0.09 / 0.37)

CMYK percentages

%16.88
%0
%9.38
%37.25

Codes

Color #85A091 in popluar color models

85 A0 91
RGB 133 160 145
HSL 147° 12.44% 57.45%
HSB/HSV 147° 16.88% 62.75%
CMYK 16.88% 0.00% 9.38%
37.25%

Color #85A091 in popluar number systems.

HEX 85 A0 91
Decimal 133 160 145
Binary 10000101 10100000 10010001
Octal 205 240 221

Shades and tints

Shades of #85A091

#85A091
(133,160,145)
#799284
(121,146,132)
#6D8477
(109,132,119)
#61766A
(97,118,106)
#55685D
(85,104,93)
#495A50
(73,90,80)
#3D4C43
(61,76,67)
#313E36
(49,62,54)
#253029
(37,48,41)
#19221C
(25,34,28)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #85A091

#85A091
(133,160,145)
#90A89B
(144,168,155)
#9BB0A5
(155,176,165)
#A6B8AF
(166,184,175)
#B1C0B9
(177,192,185)
#BCC8C3
(188,200,195)
#C7D0CD
(199,208,205)
#D2D8D7
(210,216,215)
#DDE0E1
(221,224,225)
#E8E8EB
(232,232,235)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A091 color. Also use rgb(133,160,145) instead hex code.

Text Font Color

.myTextColor { color: #85A091; }

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

This text font color is #85A091.

Background Color

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

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

This div background color is #85A091.

Border color

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

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

This div border color is #85A091.

Opacity

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

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

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

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

This text has shadow with #85A091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A091.

Preview

Color preview on black background

This text has color #85A091 on black background.


Color preview on white background

This text has color #85A091 on white background.


Black color preview on #85A091 background

This text has black color on #85A091 background.


White color preview on #85A091 background

This text has white color on #85A091 background.


Related colors

Complementary color

Complementary color for #hex is #7A5F6E.


I love getcolorcode.com

Triadic colors

1 #9185A0 and #A09185 with #85A091 are triadic colors.

2 #91A085 and #A08591 with #85A091 are triadic colors.