COLOR #85A288

HEX: #85A288
RGB: (133,162,136)

Color info

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

RGB color model

#85A288 color RGB value is (133,162,136).

  • red value is 133;
  • green value is 162;
  • blue value is 136.
RGB:
(133,162,136)
(52%,64%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 136 of 255 = 53%

133
162
136

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 136 = 431 (100%)
R 133 of 431 ~ 30.86%
G 162 of 431 ~ 37.59%
B 136 of 431 ~ 31.55%

%30.86
%37.59
%31.55

CMYK color model

#85A288 color CMYK value is (18,0,16,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(18,0,16,36)
C18M0Y16K36 
(18%,0%,16%,36%)
(0.18/0.00/0.16/0.36)	

CMYK percentages

%17.9
%0
%16.05
%36.47

Codes

Color #85A288 in popluar color models

85A288
RGB133162136
HSL126°13.49%57.84%
HSB/HSV126°17.90%63.53%
CMYK17.90%0.00%16.05%
36.47%

Color #85A288 in popluar number systems.

HEX85A288
Decimal133162136
Binary100001011010001010001000
Octal205242210

Shades and tints

Shades of #85A288

#85A288
(133,162,136)
#79947C
(121,148,124)
#6D8670
(109,134,112)
#617864
(97,120,100)
#556A58
(85,106,88)
#495C4C
(73,92,76)
#3D4E40
(61,78,64)
#314034
(49,64,52)
#253228
(37,50,40)
#19241C
(25,36,28)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #85A288

#85A288
(133,162,136)
#90AA92
(144,170,146)
#9BB29C
(155,178,156)
#A6BAA6
(166,186,166)
#B1C2B0
(177,194,176)
#BCCABA
(188,202,186)
#C7D2C4
(199,210,196)
#D2DACE
(210,218,206)
#DDE2D8
(221,226,216)
#E8EAE2
(232,234,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A288; }

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

This text font color is #85A288.


Background Color

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

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

This div background color is #85A288.


Border color

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

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

This div border color is #85A288.


Opacity

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

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

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

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

This text has shadow with #85A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A288 on black background.


Color preview on white background

This text has color #85A288 on white background.



Black color preview on #85A288 background

This text has black color on #85A288 background.


White color preview on #85A288 background

This text has white color on #85A288 background.