COLOR #86B358

HEX: #86B358
RGB: (134,179,88)

Color info

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

RGB color model

#86B358 color RGB value is (134,179,88).

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

RGB channels and saturation

R 134 of 255 = 53%
G 179 of 255 = 70%
B 88 of 255 = 35%

134
179
88

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

Portions of RGB colors in percentages

R + G + B =
134 + 179 + 88 = 401 (100%)
R 134 of 401 ~ 33.42%
G 179 of 401 ~ 44.64%
B 88 of 401 ~ 21.95%

%33.42
%44.64
%21.95

CMYK color model

#86B358 color CMYK value is (25,0,51,30).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 50.84%
  • key color value is 29.80%
CMYK:
(25,0,51,30)
C25M0Y51K30 
(25%,0%,51%,30%)
(0.25/0.00/0.51/0.30)	

CMYK percentages

%25.14
%0
%50.84
%29.8

Codes

Color #86B358 in popluar color models

86B358
RGB13417988
HSL90°37.45%52.35%
HSB/HSV90°50.84%70.20%
CMYK25.14%0.00%50.84%
29.80%

Color #86B358 in popluar number systems.

HEX86B358
Decimal13417988
Binary10000110101100111011000
Octal206263130

Shades and tints

Shades of #86B358

#86B358
(134,179,88)
#7AA350
(122,163,80)
#6E9348
(110,147,72)
#628340
(98,131,64)
#567338
(86,115,56)
#4A6330
(74,99,48)
#3E5328
(62,83,40)
#324320
(50,67,32)
#263318
(38,51,24)
#1A2310
(26,35,16)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #86B358

#86B358
(134,179,88)
#91B967
(145,185,103)
#9CBF76
(156,191,118)
#A7C585
(167,197,133)
#B2CB94
(178,203,148)
#BDD1A3
(189,209,163)
#C8D7B2
(200,215,178)
#D3DDC1
(211,221,193)
#DEE3D0
(222,227,208)
#E9E9DF
(233,233,223)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B358; }

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

This text font color is #86B358.


Background Color

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

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

This div background color is #86B358.


Border color

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

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

This div border color is #86B358.


Opacity

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

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

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

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

This text has shadow with #86B358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B358 on black background.


Color preview on white background

This text has color #86B358 on white background.



Black color preview on #86B358 background

This text has black color on #86B358 background.


White color preview on #86B358 background

This text has white color on #86B358 background.