COLOR #86846D

HEX: #86846D
RGB: (134,132,109)

Color info

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

RGB color model

#86846D color RGB value is (134,132,109).

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

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 109 of 255 = 43%

134
132
109

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 109 = 375 (100%)
R 134 of 375 ~ 35.73%
G 132 of 375 ~ 35.2%
B 109 of 375 ~ 29.07%

%35.73
%35.2
%29.07

CMYK color model

#86846D color CMYK value is (0,1,19,47).

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(0,1,19,47)
C0M1Y19K47 
(0%,1%,19%,47%)
(0.00/0.01/0.19/0.47)	

CMYK percentages

%0
%1.49
%18.66
%47.45

Codes

Color #86846D in popluar color models

86846D
RGB134132109
HSL55°10.29%47.65%
HSB/HSV55°18.66%52.55%
CMYK0.00%1.49%18.66%
47.45%

Color #86846D in popluar number systems.

HEX86846D
Decimal134132109
Binary10000110100001001101101
Octal206204155

Shades and tints

Shades of #86846D

#86846D
(134,132,109)
#7A7864
(122,120,100)
#6E6C5B
(110,108,91)
#626052
(98,96,82)
#565449
(86,84,73)
#4A4840
(74,72,64)
#3E3C37
(62,60,55)
#32302E
(50,48,46)
#262425
(38,36,37)
#1A181C
(26,24,28)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #86846D

#86846D
(134,132,109)
#918F7A
(145,143,122)
#9C9A87
(156,154,135)
#A7A594
(167,165,148)
#B2B0A1
(178,176,161)
#BDBBAE
(189,187,174)
#C8C6BB
(200,198,187)
#D3D1C8
(211,209,200)
#DEDCD5
(222,220,213)
#E9E7E2
(233,231,226)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86846D; }

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

This text font color is #86846D.


Background Color

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

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

This div background color is #86846D.


Border color

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

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

This div border color is #86846D.


Opacity

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

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

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

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

This text has shadow with #86846D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86846D on black background.


Color preview on white background

This text has color #86846D on white background.



Black color preview on #86846D background

This text has black color on #86846D background.


White color preview on #86846D background

This text has white color on #86846D background.