COLOR #86674F

HEX: #86674F
RGB: (134,103,79)

Color info

#86674F contains red, green and blue colors in about the same proportion. Web safe color of #86674F is #996666 (or #966).

RGB color model

#86674F color RGB value is (134,103,79).

  • red value is 134;
  • green value is 103;
  • blue value is 79.
RGB:
(134,103,79)
(53%,40%,31%)

RGB channels and saturation

R 134 of 255 = 53%
G 103 of 255 = 40%
B 79 of 255 = 31%

134
103
79

R + G + B ~ 41%. #86674F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 103 + 79 = 316 (100%)
R 134 of 316 ~ 42.41%
G 103 of 316 ~ 32.59%
B 79 of 316 ~ 25%

%42.41
%32.59
%25

CMYK color model

#86674F color CMYK value is (0,23,41,47).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 41.04%
  • key color value is 47.45%
CMYK:
(0,23,41,47)
C0M23Y41K47 
(0%,23%,41%,47%)
(0.00/0.23/0.41/0.47)	

CMYK percentages

%0
%23.13
%41.04
%47.45

Codes

Color #86674F in popluar color models

86674F
RGB13410379
HSL26°25.82%41.76%
HSB/HSV26°41.04%52.55%
CMYK0.00%23.13%41.04%
47.45%

Color #86674F in popluar number systems.

HEX86674F
Decimal13410379
Binary1000011011001111001111
Octal206147117

Shades and tints

Shades of #86674F

#86674F
(134,103,79)
#7A5E48
(122,94,72)
#6E5541
(110,85,65)
#624C3A
(98,76,58)
#564333
(86,67,51)
#4A3A2C
(74,58,44)
#3E3125
(62,49,37)
#32281E
(50,40,30)
#261F17
(38,31,23)
#1A1610
(26,22,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #86674F

#86674F
(134,103,79)
#91745F
(145,116,95)
#9C816F
(156,129,111)
#A78E7F
(167,142,127)
#B29B8F
(178,155,143)
#BDA89F
(189,168,159)
#C8B5AF
(200,181,175)
#D3C2BF
(211,194,191)
#DECFCF
(222,207,207)
#E9DCDF
(233,220,223)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86674F color. Also use rgb(134,103,79) instead hex code.

Text Font Color

.myTextColor { color: #86674F; }

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

This text font color is #86674F.


Background Color

.myBgColor { background-color: #86674F; }

<div style="background-color:#86674F">Inner text</div>

This div background color is #86674F.


Border color

.myBorderColor { border: 1px solid #86674F; }

<div style="border:3px solid #86674F">Div</div>

This div border color is #86674F.


Opacity

.myOpacity80 { color: #86674F; opacity: 0.8; }

<p style="color:#86674F;opacity:0.8;">80%</p>

Text with #86674F 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 #86674F;}

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

This text has shadow with #86674F color.

.textShadow {text-shadow: 3px 3px 1px #86674F, 3px 3px 1px red;}

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

This text has shadow with #86674F primary color and red secondary color.


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

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

This text has shadow with #86674F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86674F on black background.


Color preview on white background

This text has color #86674F on white background.



Black color preview on #86674F background

This text has black color on #86674F background.


White color preview on #86674F background

This text has white color on #86674F background.