COLOR #85A878

HEX: #85A878
RGB: (133,168,120)

Color info

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

RGB color model

#85A878 color RGB value is (133,168,120).

  • red value is 133;
  • green value is 168;
  • blue value is 120.
RGB:
(133,168,120)
(52%,66%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 120 of 255 = 47%

133
168
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 168 + 120 = 421 (100%)
R 133 of 421 ~ 31.59%
G 168 of 421 ~ 39.9%
B 120 of 421 ~ 28.5%

%31.59
%39.9
%28.5

CMYK color model

#85A878 color CMYK value is (21,0,29,34).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(21,0,29,34)
C21M0Y29K34 
(21%,0%,29%,34%)
(0.21/0.00/0.29/0.34)	

CMYK percentages

%20.83
%0
%28.57
%34.12

Codes

Color #85A878 in popluar color models

85A878
RGB133168120
HSL104°21.62%56.47%
HSB/HSV104°28.57%65.88%
CMYK20.83%0.00%28.57%
34.12%

Color #85A878 in popluar number systems.

HEX85A878
Decimal133168120
Binary10000101101010001111000
Octal205250170

Shades and tints

Shades of #85A878

#85A878
(133,168,120)
#79996E
(121,153,110)
#6D8A64
(109,138,100)
#617B5A
(97,123,90)
#556C50
(85,108,80)
#495D46
(73,93,70)
#3D4E3C
(61,78,60)
#313F32
(49,63,50)
#253028
(37,48,40)
#19211E
(25,33,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #85A878

#85A878
(133,168,120)
#90AF84
(144,175,132)
#9BB690
(155,182,144)
#A6BD9C
(166,189,156)
#B1C4A8
(177,196,168)
#BCCBB4
(188,203,180)
#C7D2C0
(199,210,192)
#D2D9CC
(210,217,204)
#DDE0D8
(221,224,216)
#E8E7E4
(232,231,228)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A878 color. Also use rgb(133,168,120) instead hex code.

Text Font Color

.myTextColor { color: #85A878; }

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

This text font color is #85A878.


Background Color

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

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

This div background color is #85A878.


Border color

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

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

This div border color is #85A878.


Opacity

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

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

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

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

This text has shadow with #85A878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A878 on black background.


Color preview on white background

This text has color #85A878 on white background.



Black color preview on #85A878 background

This text has black color on #85A878 background.


White color preview on #85A878 background

This text has white color on #85A878 background.