COLOR #85A17A

HEX: #85A17A
RGB: (133,161,122)

Color info

#85A17A contains red, green and blue colors in about the same proportion. Web safe color of #85A17A is #999966 (or #996).

RGB color model

#85A17A color RGB value is (133,161,122).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 122 of 255 = 48%

133
161
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 122 = 416 (100%)
R 133 of 416 ~ 31.97%
G 161 of 416 ~ 38.7%
B 122 of 416 ~ 29.33%

%31.97
%38.7
%29.33

CMYK color model

#85A17A color CMYK value is (17,0,24,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 36.86%
CMYK:
(17,0,24,37)
C17M0Y24K37 
(17%,0%,24%,37%)
(0.17/0.00/0.24/0.37)	

CMYK percentages

%17.39
%0
%24.22
%36.86

Codes

Color #85A17A in popluar color models

85A17A
RGB133161122
HSL103°17.18%55.49%
HSB/HSV103°24.22%63.14%
CMYK17.39%0.00%24.22%
36.86%

Color #85A17A in popluar number systems.

HEX85A17A
Decimal133161122
Binary10000101101000011111010
Octal205241172

Shades and tints

Shades of #85A17A

#85A17A
(133,161,122)
#79936F
(121,147,111)
#6D8564
(109,133,100)
#617759
(97,119,89)
#55694E
(85,105,78)
#495B43
(73,91,67)
#3D4D38
(61,77,56)
#313F2D
(49,63,45)
#253122
(37,49,34)
#192317
(25,35,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85A17A

#85A17A
(133,161,122)
#90A986
(144,169,134)
#9BB192
(155,177,146)
#A6B99E
(166,185,158)
#B1C1AA
(177,193,170)
#BCC9B6
(188,201,182)
#C7D1C2
(199,209,194)
#D2D9CE
(210,217,206)
#DDE1DA
(221,225,218)
#E8E9E6
(232,233,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A17A; }

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

This text font color is #85A17A.


Background Color

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

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

This div background color is #85A17A.


Border color

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

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

This div border color is #85A17A.


Opacity

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

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

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

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

This text has shadow with #85A17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A17A on black background.


Color preview on white background

This text has color #85A17A on white background.



Black color preview on #85A17A background

This text has black color on #85A17A background.


White color preview on #85A17A background

This text has white color on #85A17A background.