COLOR #85A18A

HEX: #85A18A
RGB: (133,161,138)

Color info

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

RGB color model

#85A18A color RGB value is (133,161,138).

  • red value is 133;
  • green value is 161;
  • blue value is 138.
RGB:
(133,161,138)
(52%,63%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 138 of 255 = 54%

133
161
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 138 = 432 (100%)
R 133 of 432 ~ 30.79%
G 161 of 432 ~ 37.27%
B 138 of 432 ~ 31.94%

%30.79
%37.27
%31.94

CMYK color model

#85A18A color CMYK value is (17,0,14,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 36.86%
CMYK:
(17,0,14,37)
C17M0Y14K37 
(17%,0%,14%,37%)
(0.17/0.00/0.14/0.37)	

CMYK percentages

%17.39
%0
%14.29
%36.86

Codes

Color #85A18A in popluar color models

85A18A
RGB133161138
HSL131°12.96%57.65%
HSB/HSV131°17.39%63.14%
CMYK17.39%0.00%14.29%
36.86%

Color #85A18A in popluar number systems.

HEX85A18A
Decimal133161138
Binary100001011010000110001010
Octal205241212

Shades and tints

Shades of #85A18A

#85A18A
(133,161,138)
#79937E
(121,147,126)
#6D8572
(109,133,114)
#617766
(97,119,102)
#55695A
(85,105,90)
#495B4E
(73,91,78)
#3D4D42
(61,77,66)
#313F36
(49,63,54)
#25312A
(37,49,42)
#19231E
(25,35,30)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85A18A

#85A18A
(133,161,138)
#90A994
(144,169,148)
#9BB19E
(155,177,158)
#A6B9A8
(166,185,168)
#B1C1B2
(177,193,178)
#BCC9BC
(188,201,188)
#C7D1C6
(199,209,198)
#D2D9D0
(210,217,208)
#DDE1DA
(221,225,218)
#E8E9E4
(232,233,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A18A color. Also use rgb(133,161,138) instead hex code.

Text Font Color

.myTextColor { color: #85A18A; }

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

This text font color is #85A18A.


Background Color

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

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

This div background color is #85A18A.


Border color

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

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

This div border color is #85A18A.


Opacity

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

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

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

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

This text has shadow with #85A18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A18A on black background.


Color preview on white background

This text has color #85A18A on white background.



Black color preview on #85A18A background

This text has black color on #85A18A background.


White color preview on #85A18A background

This text has white color on #85A18A background.