COLOR #86B377

HEX: #86B377
RGB: (134,179,119)

Color info

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

RGB color model

#86B377 color RGB value is (134,179,119).

  • red value is 134;
  • green value is 179;
  • blue value is 119.
RGB:
(134,179,119)
(53%,70%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 179 of 255 = 70%
B 119 of 255 = 47%

134
179
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 179 + 119 = 432 (100%)
R 134 of 432 ~ 31.02%
G 179 of 432 ~ 41.44%
B 119 of 432 ~ 27.55%

%31.02
%41.44
%27.55

CMYK color model

#86B377 color CMYK value is (25,0,34,30).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(25,0,34,30)
C25M0Y34K30 
(25%,0%,34%,30%)
(0.25/0.00/0.34/0.30)	

CMYK percentages

%25.14
%0
%33.52
%29.8

Codes

Color #86B377 in popluar color models

86B377
RGB134179119
HSL105°28.30%58.43%
HSB/HSV105°33.52%70.20%
CMYK25.14%0.00%33.52%
29.80%

Color #86B377 in popluar number systems.

HEX86B377
Decimal134179119
Binary10000110101100111110111
Octal206263167

Shades and tints

Shades of #86B377

#86B377
(134,179,119)
#7AA36D
(122,163,109)
#6E9363
(110,147,99)
#628359
(98,131,89)
#56734F
(86,115,79)
#4A6345
(74,99,69)
#3E533B
(62,83,59)
#324331
(50,67,49)
#263327
(38,51,39)
#1A231D
(26,35,29)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #86B377

#86B377
(134,179,119)
#91B983
(145,185,131)
#9CBF8F
(156,191,143)
#A7C59B
(167,197,155)
#B2CBA7
(178,203,167)
#BDD1B3
(189,209,179)
#C8D7BF
(200,215,191)
#D3DDCB
(211,221,203)
#DEE3D7
(222,227,215)
#E9E9E3
(233,233,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B377 color. Also use rgb(134,179,119) instead hex code.

Text Font Color

.myTextColor { color: #86B377; }

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

This text font color is #86B377.


Background Color

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

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

This div background color is #86B377.


Border color

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

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

This div border color is #86B377.


Opacity

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

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

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

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

This text has shadow with #86B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B377 on black background.


Color preview on white background

This text has color #86B377 on white background.



Black color preview on #86B377 background

This text has black color on #86B377 background.


White color preview on #86B377 background

This text has white color on #86B377 background.