COLOR #86A075

HEX: #86A075
RGB: (134,160,117)

Color info

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

RGB color model

#86A075 color RGB value is (134,160,117).

  • red value is 134;
  • green value is 160;
  • blue value is 117.
RGB:
(134,160,117)
(53%,63%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 160 of 255 = 63%
B 117 of 255 = 46%

134
160
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 160 + 117 = 411 (100%)
R 134 of 411 ~ 32.6%
G 160 of 411 ~ 38.93%
B 117 of 411 ~ 28.47%

%32.6
%38.93
%28.47

CMYK color model

#86A075 color CMYK value is (16,0,27,37).

  • cyan value is 16.25%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(16,0,27,37)
C16M0Y27K37 
(16%,0%,27%,37%)
(0.16/0.00/0.27/0.37)	

CMYK percentages

%16.25
%0
%26.88
%37.25

Codes

Color #86A075 in popluar color models

86A075
RGB134160117
HSL96°18.45%54.31%
HSB/HSV96°26.88%62.75%
CMYK16.25%0.00%26.88%
37.25%

Color #86A075 in popluar number systems.

HEX86A075
Decimal134160117
Binary10000110101000001110101
Octal206240165

Shades and tints

Shades of #86A075

#86A075
(134,160,117)
#7A926B
(122,146,107)
#6E8461
(110,132,97)
#627657
(98,118,87)
#56684D
(86,104,77)
#4A5A43
(74,90,67)
#3E4C39
(62,76,57)
#323E2F
(50,62,47)
#263025
(38,48,37)
#1A221B
(26,34,27)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #86A075

#86A075
(134,160,117)
#91A881
(145,168,129)
#9CB08D
(156,176,141)
#A7B899
(167,184,153)
#B2C0A5
(178,192,165)
#BDC8B1
(189,200,177)
#C8D0BD
(200,208,189)
#D3D8C9
(211,216,201)
#DEE0D5
(222,224,213)
#E9E8E1
(233,232,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A075 color. Also use rgb(134,160,117) instead hex code.

Text Font Color

.myTextColor { color: #86A075; }

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

This text font color is #86A075.


Background Color

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

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

This div background color is #86A075.


Border color

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

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

This div border color is #86A075.


Opacity

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

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

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

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

This text has shadow with #86A075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A075 on black background.


Color preview on white background

This text has color #86A075 on white background.



Black color preview on #86A075 background

This text has black color on #86A075 background.


White color preview on #86A075 background

This text has white color on #86A075 background.