COLOR #86723B

HEX: #86723B
RGB: (134,114,59)

Color info

#86723B contains mainly red and green colors. Web safe color of #86723B is #996633 (or #963).

RGB color model

#86723B color RGB value is (134,114,59).

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

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 59 of 255 = 23%

134
114
59

R + G + B ~ 40%. #86723B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 59 = 307 (100%)
R 134 of 307 ~ 43.65%
G 114 of 307 ~ 37.13%
B 59 of 307 ~ 19.22%

%43.65
%37.13
%19.22

CMYK color model

#86723B color CMYK value is (0,15,56,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 55.97%
  • key color value is 47.45%
CMYK:
(0,15,56,47)
C0M15Y56K47 
(0%,15%,56%,47%)
(0.00/0.15/0.56/0.47)	

CMYK percentages

%0
%14.93
%55.97
%47.45

Codes

Color #86723B in popluar color models

86723B
RGB13411459
HSL44°38.86%37.84%
HSB/HSV44°55.97%52.55%
CMYK0.00%14.93%55.97%
47.45%

Color #86723B in popluar number systems.

HEX86723B
Decimal13411459
Binary100001101110010111011
Octal20616273

Shades and tints

Shades of #86723B

#86723B
(134,114,59)
#7A6836
(122,104,54)
#6E5E31
(110,94,49)
#62542C
(98,84,44)
#564A27
(86,74,39)
#4A4022
(74,64,34)
#3E361D
(62,54,29)
#322C18
(50,44,24)
#262213
(38,34,19)
#1A180E
(26,24,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #86723B

#86723B
(134,114,59)
#917E4C
(145,126,76)
#9C8A5D
(156,138,93)
#A7966E
(167,150,110)
#B2A27F
(178,162,127)
#BDAE90
(189,174,144)
#C8BAA1
(200,186,161)
#D3C6B2
(211,198,178)
#DED2C3
(222,210,195)
#E9DED4
(233,222,212)
#F4EAE5
(244,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86723B color. Also use rgb(134,114,59) instead hex code.

Text Font Color

.myTextColor { color: #86723B; }

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

This text font color is #86723B.


Background Color

.myBgColor { background-color: #86723B; }

<div style="background-color:#86723B">Inner text</div>

This div background color is #86723B.


Border color

.myBorderColor { border: 1px solid #86723B; }

<div style="border:3px solid #86723B">Div</div>

This div border color is #86723B.


Opacity

.myOpacity80 { color: #86723B; opacity: 0.8; }

<p style="color:#86723B;opacity:0.8;">80%</p>

Text with #86723B 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 #86723B;}

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

This text has shadow with #86723B color.

.textShadow {text-shadow: 3px 3px 1px #86723B, 3px 3px 1px red;}

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

This text has shadow with #86723B primary color and red secondary color.


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

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

This text has shadow with #86723B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86723B on black background.


Color preview on white background

This text has color #86723B on white background.



Black color preview on #86723B background

This text has black color on #86723B background.


White color preview on #86723B background

This text has white color on #86723B background.