COLOR #85A863

HEX: #85A863
RGB: (133,168,99)

Color info

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

RGB color model

#85A863 color RGB value is (133,168,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 99 of 255 = 39%

133
168
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 168 + 99 = 400 (100%)
R 133 of 400 ~ 33.25%
G 168 of 400 ~ 42%
B 99 of 400 ~ 24.75%

%33.25
%42
%24.75

CMYK color model

#85A863 color CMYK value is (21,0,41,34).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 34.12%
CMYK:
(21,0,41,34)
C21M0Y41K34 
(21%,0%,41%,34%)
(0.21/0.00/0.41/0.34)	

CMYK percentages

%20.83
%0
%41.07
%34.12

Codes

Color #85A863 in popluar color models

85A863
RGB13316899
HSL90°28.40%52.35%
HSB/HSV90°41.07%65.88%
CMYK20.83%0.00%41.07%
34.12%

Color #85A863 in popluar number systems.

HEX85A863
Decimal13316899
Binary10000101101010001100011
Octal205250143

Shades and tints

Shades of #85A863

#85A863
(133,168,99)
#79995A
(121,153,90)
#6D8A51
(109,138,81)
#617B48
(97,123,72)
#556C3F
(85,108,63)
#495D36
(73,93,54)
#3D4E2D
(61,78,45)
#313F24
(49,63,36)
#25301B
(37,48,27)
#192112
(25,33,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #85A863

#85A863
(133,168,99)
#90AF71
(144,175,113)
#9BB67F
(155,182,127)
#A6BD8D
(166,189,141)
#B1C49B
(177,196,155)
#BCCBA9
(188,203,169)
#C7D2B7
(199,210,183)
#D2D9C5
(210,217,197)
#DDE0D3
(221,224,211)
#E8E7E1
(232,231,225)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A863; }

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

This text font color is #85A863.


Background Color

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

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

This div background color is #85A863.


Border color

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

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

This div border color is #85A863.


Opacity

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

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

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

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

This text has shadow with #85A863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A863 on black background.


Color preview on white background

This text has color #85A863 on white background.



Black color preview on #85A863 background

This text has black color on #85A863 background.


White color preview on #85A863 background

This text has white color on #85A863 background.