COLOR #86A574

HEX: #86A574
RGB: (134,165,116)

Color info

#86A574 contains red, green and blue colors in about the same proportion. Web safe color of #86A574 is #999966 (or #996).

RGB color model

#86A574 color RGB value is (134,165,116).

  • red value is 134;
  • green value is 165;
  • blue value is 116.
RGB:
(134,165,116)
(53%,65%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 165 of 255 = 65%
B 116 of 255 = 45%

134
165
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 165 + 116 = 415 (100%)
R 134 of 415 ~ 32.29%
G 165 of 415 ~ 39.76%
B 116 of 415 ~ 27.95%

%32.29
%39.76
%27.95

CMYK color model

#86A574 color CMYK value is (19,0,30,35).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(19,0,30,35)
C19M0Y30K35 
(19%,0%,30%,35%)
(0.19/0.00/0.30/0.35)	

CMYK percentages

%18.79
%0
%29.7
%35.29

Codes

Color #86A574 in popluar color models

86A574
RGB134165116
HSL98°21.40%55.10%
HSB/HSV98°29.70%64.71%
CMYK18.79%0.00%29.70%
35.29%

Color #86A574 in popluar number systems.

HEX86A574
Decimal134165116
Binary10000110101001011110100
Octal206245164

Shades and tints

Shades of #86A574

#86A574
(134,165,116)
#7A966A
(122,150,106)
#6E8760
(110,135,96)
#627856
(98,120,86)
#56694C
(86,105,76)
#4A5A42
(74,90,66)
#3E4B38
(62,75,56)
#323C2E
(50,60,46)
#262D24
(38,45,36)
#1A1E1A
(26,30,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #86A574

#86A574
(134,165,116)
#91AD80
(145,173,128)
#9CB58C
(156,181,140)
#A7BD98
(167,189,152)
#B2C5A4
(178,197,164)
#BDCDB0
(189,205,176)
#C8D5BC
(200,213,188)
#D3DDC8
(211,221,200)
#DEE5D4
(222,229,212)
#E9EDE0
(233,237,224)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A574 color. Also use rgb(134,165,116) instead hex code.

Text Font Color

.myTextColor { color: #86A574; }

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

This text font color is #86A574.


Background Color

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

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

This div background color is #86A574.


Border color

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

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

This div border color is #86A574.


Opacity

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

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

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

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

This text has shadow with #86A574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A574 on black background.


Color preview on white background

This text has color #86A574 on white background.



Black color preview on #86A574 background

This text has black color on #86A574 background.


White color preview on #86A574 background

This text has white color on #86A574 background.