COLOR #85A063

HEX: #85A063
RGB: (133,160,99)

Color info

#85A063 contains mainly red and green colors. Web safe color of #85A063 is #999966 (or #996).

RGB color model

#85A063 color RGB value is (133,160,99).

  • red value is 133;
  • green value is 160;
  • blue value is 99.
RGB:
(133,160,99)
(52%,63%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 99 of 255 = 39%

133
160
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 160 + 99 = 392 (100%)
R 133 of 392 ~ 33.93%
G 160 of 392 ~ 40.82%
B 99 of 392 ~ 25.26%

%33.93
%40.82
%25.26

CMYK color model

#85A063 color CMYK value is (17,0,38,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(17,0,38,37)
C17M0Y38K37 
(17%,0%,38%,37%)
(0.17/0.00/0.38/0.37)	

CMYK percentages

%16.88
%0
%38.13
%37.25

Codes

Color #85A063 in popluar color models

85A063
RGB13316099
HSL87°24.30%50.78%
HSB/HSV87°38.13%62.75%
CMYK16.88%0.00%38.13%
37.25%

Color #85A063 in popluar number systems.

HEX85A063
Decimal13316099
Binary10000101101000001100011
Octal205240143

Shades and tints

Shades of #85A063

#85A063
(133,160,99)
#79925A
(121,146,90)
#6D8451
(109,132,81)
#617648
(97,118,72)
#55683F
(85,104,63)
#495A36
(73,90,54)
#3D4C2D
(61,76,45)
#313E24
(49,62,36)
#25301B
(37,48,27)
#192212
(25,34,18)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #85A063

#85A063
(133,160,99)
#90A871
(144,168,113)
#9BB07F
(155,176,127)
#A6B88D
(166,184,141)
#B1C09B
(177,192,155)
#BCC8A9
(188,200,169)
#C7D0B7
(199,208,183)
#D2D8C5
(210,216,197)
#DDE0D3
(221,224,211)
#E8E8E1
(232,232,225)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A063; }

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

This text font color is #85A063.


Background Color

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

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

This div background color is #85A063.


Border color

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

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

This div border color is #85A063.


Opacity

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

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

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

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

This text has shadow with #85A063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A063 on black background.


Color preview on white background

This text has color #85A063 on white background.



Black color preview on #85A063 background

This text has black color on #85A063 background.


White color preview on #85A063 background

This text has white color on #85A063 background.