COLOR #86A373

HEX: #86A373 RGB: (134,163,115)

Color info

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

RGB color model

#86A373 color RGB value is (134,163,115).

RGB: (134,163,115) (53%, 64%, 45%)

RGB channels and saturation

R 134 of 255 = 53%
G 163 of 255 = 64%
B 115 of 255 = 45%

134
163
115

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

Portions of RGB colors in percentages

R + G + B = 134 + 163 + 115 = 412 (100%)
R 134 of 412 ~ 32.52%
G 163 of 412 ~ 39.56%
B 115 of 412 ~ 27.91'%

%32.52
%39.56
%27.91

CMYK color model

#86A373 color CMYK value is (18,0,29,36).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%

CMYK: (18,0,29,36)
C18M0Y29K36 (18%, 0%, 29%, 36%)
(0.18 / 0.00 / 0.29 / 0.36)

CMYK percentages

%17.79
%0
%29.45
%36.08

Codes

Color #86A373 in popluar color models

86 A3 73
RGB 134 163 115
HSL 96° 20.69% 54.51%
HSB/HSV 96° 29.45% 63.92%
CMYK 17.79% 0.00% 29.45%
36.08%

Color #86A373 in popluar number systems.

HEX 86 A3 73
Decimal 134 163 115
Binary 10000110 10100011 1110011
Octal 206 243 163

Shades and tints

Shades of #86A373

#86A373
(134,163,115)
#7A9569
(122,149,105)
#6E875F
(110,135,95)
#627955
(98,121,85)
#566B4B
(86,107,75)
#4A5D41
(74,93,65)
#3E4F37
(62,79,55)
#32412D
(50,65,45)
#263323
(38,51,35)
#1A2519
(26,37,25)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #86A373

#86A373
(134,163,115)
#91AB7F
(145,171,127)
#9CB38B
(156,179,139)
#A7BB97
(167,187,151)
#B2C3A3
(178,195,163)
#BDCBAF
(189,203,175)
#C8D3BB
(200,211,187)
#D3DBC7
(211,219,199)
#DEE3D3
(222,227,211)
#E9EBDF
(233,235,223)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A373 color. Also use rgb(134,163,115) instead hex code.

Text Font Color

.myTextColor { color: #86A373; }

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

This text font color is #86A373.

Background Color

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

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

This div background color is #86A373.

Border color

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

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

This div border color is #86A373.

Opacity

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

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

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

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

This text has shadow with #86A373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86A373.

Preview

Color preview on black background

This text has color #86A373 on black background.


Color preview on white background

This text has color #86A373 on white background.


Black color preview on #86A373 background

This text has black color on #86A373 background.


White color preview on #86A373 background

This text has white color on #86A373 background.


Related colors

Complementary color

Complementary color for #hex is #795C8C.


I love getcolorcode.com

Triadic colors

1 #7386A3 and #A37386 with #86A373 are triadic colors.

2 #73A386 and #A38673 with #86A373 are triadic colors.