COLOR #86A963

HEX: #86A963
RGB: (134,169,99)

Color info

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

RGB color model

#86A963 color RGB value is (134,169,99).

  • red value is 134;
  • green value is 169;
  • blue value is 99.
RGB:
(134,169,99)
(53%,66%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 169 of 255 = 66%
B 99 of 255 = 39%

134
169
99

R + G + B ~ 53%. #86A963 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 169 + 99 = 402 (100%)
R 134 of 402 ~ 33.33%
G 169 of 402 ~ 42.04%
B 99 of 402 ~ 24.63%

%33.33
%42.04
%24.63

CMYK color model

#86A963 color CMYK value is (21,0,41,34).

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

CMYK percentages

%20.71
%0
%41.42
%33.73

Codes

Color #86A963 in popluar color models

86A963
RGB13416999
HSL90°28.93%52.55%
HSB/HSV90°41.42%66.27%
CMYK20.71%0.00%41.42%
33.73%

Color #86A963 in popluar number systems.

HEX86A963
Decimal13416999
Binary10000110101010011100011
Octal206251143

Shades and tints

Shades of #86A963

#86A963
(134,169,99)
#7A9A5A
(122,154,90)
#6E8B51
(110,139,81)
#627C48
(98,124,72)
#566D3F
(86,109,63)
#4A5E36
(74,94,54)
#3E4F2D
(62,79,45)
#324024
(50,64,36)
#26311B
(38,49,27)
#1A2212
(26,34,18)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #86A963

#86A963
(134,169,99)
#91B071
(145,176,113)
#9CB77F
(156,183,127)
#A7BE8D
(167,190,141)
#B2C59B
(178,197,155)
#BDCCA9
(189,204,169)
#C8D3B7
(200,211,183)
#D3DAC5
(211,218,197)
#DEE1D3
(222,225,211)
#E9E8E1
(233,232,225)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A963 color. Also use rgb(134,169,99) instead hex code.

Text Font Color

.myTextColor { color: #86A963; }

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

This text font color is #86A963.


Background Color

.myBgColor { background-color: #86A963; }

<div style="background-color:#86A963">Inner text</div>

This div background color is #86A963.


Border color

.myBorderColor { border: 1px solid #86A963; }

<div style="border:3px solid #86A963">Div</div>

This div border color is #86A963.


Opacity

.myOpacity80 { color: #86A963; opacity: 0.8; }

<p style="color:#86A963;opacity:0.8;">80%</p>

Text with #86A963 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 #86A963;}

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

This text has shadow with #86A963 color.

.textShadow {text-shadow: 3px 3px 1px #86A963, 3px 3px 1px red;}

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

This text has shadow with #86A963 primary color and red secondary color.


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

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

This text has shadow with #86A963 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A963 on black background.


Color preview on white background

This text has color #86A963 on white background.



Black color preview on #86A963 background

This text has black color on #86A963 background.


White color preview on #86A963 background

This text has white color on #86A963 background.