COLOR #86946D

HEX: #86946D
RGB: (134,148,109)

Color info

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

RGB color model

#86946D color RGB value is (134,148,109).

  • red value is 134;
  • green value is 148;
  • blue value is 109.
RGB:
(134,148,109)
(53%,58%,43%)

RGB channels and saturation

R 134 of 255 = 53%
G 148 of 255 = 58%
B 109 of 255 = 43%

134
148
109

R + G + B ~ 51%. #86946D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 148 + 109 = 391 (100%)
R 134 of 391 ~ 34.27%
G 148 of 391 ~ 37.85%
B 109 of 391 ~ 27.88%

%34.27
%37.85
%27.88

CMYK color model

#86946D color CMYK value is (9,0,26,42).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(9,0,26,42)
C9M0Y26K42 
(9%,0%,26%,42%)
(0.09/0.00/0.26/0.42)	

CMYK percentages

%9.46
%0
%26.35
%41.96

Codes

Color #86946D in popluar color models

86946D
RGB134148109
HSL82°15.42%50.39%
HSB/HSV82°26.35%58.04%
CMYK9.46%0.00%26.35%
41.96%

Color #86946D in popluar number systems.

HEX86946D
Decimal134148109
Binary10000110100101001101101
Octal206224155

Shades and tints

Shades of #86946D

#86946D
(134,148,109)
#7A8764
(122,135,100)
#6E7A5B
(110,122,91)
#626D52
(98,109,82)
#566049
(86,96,73)
#4A5340
(74,83,64)
#3E4637
(62,70,55)
#32392E
(50,57,46)
#262C25
(38,44,37)
#1A1F1C
(26,31,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #86946D

#86946D
(134,148,109)
#919D7A
(145,157,122)
#9CA687
(156,166,135)
#A7AF94
(167,175,148)
#B2B8A1
(178,184,161)
#BDC1AE
(189,193,174)
#C8CABB
(200,202,187)
#D3D3C8
(211,211,200)
#DEDCD5
(222,220,213)
#E9E5E2
(233,229,226)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86946D color. Also use rgb(134,148,109) instead hex code.

Text Font Color

.myTextColor { color: #86946D; }

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

This text font color is #86946D.


Background Color

.myBgColor { background-color: #86946D; }

<div style="background-color:#86946D">Inner text</div>

This div background color is #86946D.


Border color

.myBorderColor { border: 1px solid #86946D; }

<div style="border:3px solid #86946D">Div</div>

This div border color is #86946D.


Opacity

.myOpacity80 { color: #86946D; opacity: 0.8; }

<p style="color:#86946D;opacity:0.8;">80%</p>

Text with #86946D 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 #86946D;}

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

This text has shadow with #86946D color.

.textShadow {text-shadow: 3px 3px 1px #86946D, 3px 3px 1px red;}

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

This text has shadow with #86946D primary color and red secondary color.


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

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

This text has shadow with #86946D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86946D on black background.


Color preview on white background

This text has color #86946D on white background.



Black color preview on #86946D background

This text has black color on #86946D background.


White color preview on #86946D background

This text has white color on #86946D background.