COLOR #86A483

HEX: #86A483
RGB: (134,164,131)

Color info

#86A483 contains red, green and blue colors in about the same proportion. Web safe color of #86A483 is #999999 (or #999).

RGB color model

#86A483 color RGB value is (134,164,131).

  • red value is 134;
  • green value is 164;
  • blue value is 131.
RGB:
(134,164,131)
(53%,64%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 164 of 255 = 64%
B 131 of 255 = 51%

134
164
131

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

Portions of RGB colors in percentages

R + G + B =
134 + 164 + 131 = 429 (100%)
R 134 of 429 ~ 31.24%
G 164 of 429 ~ 38.23%
B 131 of 429 ~ 30.54%

%31.24
%38.23
%30.54

CMYK color model

#86A483 color CMYK value is (18,0,20,36).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(18,0,20,36)
C18M0Y20K36 
(18%,0%,20%,36%)
(0.18/0.00/0.20/0.36)	

CMYK percentages

%18.29
%0
%20.12
%35.69

Codes

Color #86A483 in popluar color models

86A483
RGB134164131
HSL115°15.35%57.84%
HSB/HSV115°20.12%64.31%
CMYK18.29%0.00%20.12%
35.69%

Color #86A483 in popluar number systems.

HEX86A483
Decimal134164131
Binary100001101010010010000011
Octal206244203

Shades and tints

Shades of #86A483

#86A483
(134,164,131)
#7A9678
(122,150,120)
#6E886D
(110,136,109)
#627A62
(98,122,98)
#566C57
(86,108,87)
#4A5E4C
(74,94,76)
#3E5041
(62,80,65)
#324236
(50,66,54)
#26342B
(38,52,43)
#1A2620
(26,38,32)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #86A483

#86A483
(134,164,131)
#91AC8E
(145,172,142)
#9CB499
(156,180,153)
#A7BCA4
(167,188,164)
#B2C4AF
(178,196,175)
#BDCCBA
(189,204,186)
#C8D4C5
(200,212,197)
#D3DCD0
(211,220,208)
#DEE4DB
(222,228,219)
#E9ECE6
(233,236,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A483 color. Also use rgb(134,164,131) instead hex code.

Text Font Color

.myTextColor { color: #86A483; }

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

This text font color is #86A483.


Background Color

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

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

This div background color is #86A483.


Border color

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

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

This div border color is #86A483.


Opacity

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

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

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

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

This text has shadow with #86A483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A483 on black background.


Color preview on white background

This text has color #86A483 on white background.



Black color preview on #86A483 background

This text has black color on #86A483 background.


White color preview on #86A483 background

This text has white color on #86A483 background.