COLOR #86724C

HEX: #86724C
RGB: (134,114,76)

Color info

#86724C contains red, green and blue colors in about the same proportion. Web safe color of #86724C is #996633 (or #963).

RGB color model

#86724C color RGB value is (134,114,76).

  • red value is 134;
  • green value is 114;
  • blue value is 76.
RGB:
(134,114,76)
(53%,45%,30%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 76 of 255 = 30%

134
114
76

R + G + B ~ 43%. #86724C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 76 = 324 (100%)
R 134 of 324 ~ 41.36%
G 114 of 324 ~ 35.19%
B 76 of 324 ~ 23.46%

%41.36
%35.19
%23.46

CMYK color model

#86724C color CMYK value is (0,15,43,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 43.28%
  • key color value is 47.45%
CMYK:
(0,15,43,47)
C0M15Y43K47 
(0%,15%,43%,47%)
(0.00/0.15/0.43/0.47)	

CMYK percentages

%0
%14.93
%43.28
%47.45

Codes

Color #86724C in popluar color models

86724C
RGB13411476
HSL39°27.62%41.18%
HSB/HSV39°43.28%52.55%
CMYK0.00%14.93%43.28%
47.45%

Color #86724C in popluar number systems.

HEX86724C
Decimal13411476
Binary1000011011100101001100
Octal206162114

Shades and tints

Shades of #86724C

#86724C
(134,114,76)
#7A6846
(122,104,70)
#6E5E40
(110,94,64)
#62543A
(98,84,58)
#564A34
(86,74,52)
#4A402E
(74,64,46)
#3E3628
(62,54,40)
#322C22
(50,44,34)
#26221C
(38,34,28)
#1A1816
(26,24,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #86724C

#86724C
(134,114,76)
#917E5C
(145,126,92)
#9C8A6C
(156,138,108)
#A7967C
(167,150,124)
#B2A28C
(178,162,140)
#BDAE9C
(189,174,156)
#C8BAAC
(200,186,172)
#D3C6BC
(211,198,188)
#DED2CC
(222,210,204)
#E9DEDC
(233,222,220)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86724C color. Also use rgb(134,114,76) instead hex code.

Text Font Color

.myTextColor { color: #86724C; }

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

This text font color is #86724C.


Background Color

.myBgColor { background-color: #86724C; }

<div style="background-color:#86724C">Inner text</div>

This div background color is #86724C.


Border color

.myBorderColor { border: 1px solid #86724C; }

<div style="border:3px solid #86724C">Div</div>

This div border color is #86724C.


Opacity

.myOpacity80 { color: #86724C; opacity: 0.8; }

<p style="color:#86724C;opacity:0.8;">80%</p>

Text with #86724C 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 #86724C;}

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

This text has shadow with #86724C color.

.textShadow {text-shadow: 3px 3px 1px #86724C, 3px 3px 1px red;}

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

This text has shadow with #86724C primary color and red secondary color.


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

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

This text has shadow with #86724C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86724C on black background.


Color preview on white background

This text has color #86724C on white background.



Black color preview on #86724C background

This text has black color on #86724C background.


White color preview on #86724C background

This text has white color on #86724C background.