COLOR #86725D

HEX: #86725D
RGB: (134,114,93)

Color info

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

RGB color model

#86725D color RGB value is (134,114,93).

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

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 93 of 255 = 36%

134
114
93

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 93 = 341 (100%)
R 134 of 341 ~ 39.3%
G 114 of 341 ~ 33.43%
B 93 of 341 ~ 27.27%

%39.3
%33.43
%27.27

CMYK color model

#86725D color CMYK value is (0,15,31,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 30.60%
  • key color value is 47.45%
CMYK:
(0,15,31,47)
C0M15Y31K47 
(0%,15%,31%,47%)
(0.00/0.15/0.31/0.47)	

CMYK percentages

%0
%14.93
%30.6
%47.45

Codes

Color #86725D in popluar color models

86725D
RGB13411493
HSL31°18.06%44.51%
HSB/HSV31°30.60%52.55%
CMYK0.00%14.93%30.60%
47.45%

Color #86725D in popluar number systems.

HEX86725D
Decimal13411493
Binary1000011011100101011101
Octal206162135

Shades and tints

Shades of #86725D

#86725D
(134,114,93)
#7A6855
(122,104,85)
#6E5E4D
(110,94,77)
#625445
(98,84,69)
#564A3D
(86,74,61)
#4A4035
(74,64,53)
#3E362D
(62,54,45)
#322C25
(50,44,37)
#26221D
(38,34,29)
#1A1815
(26,24,21)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #86725D

#86725D
(134,114,93)
#917E6B
(145,126,107)
#9C8A79
(156,138,121)
#A79687
(167,150,135)
#B2A295
(178,162,149)
#BDAEA3
(189,174,163)
#C8BAB1
(200,186,177)
#D3C6BF
(211,198,191)
#DED2CD
(222,210,205)
#E9DEDB
(233,222,219)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86725D color. Also use rgb(134,114,93) instead hex code.

Text Font Color

.myTextColor { color: #86725D; }

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

This text font color is #86725D.


Background Color

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

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

This div background color is #86725D.


Border color

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

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

This div border color is #86725D.


Opacity

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

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

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

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

This text has shadow with #86725D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86725D on black background.


Color preview on white background

This text has color #86725D on white background.



Black color preview on #86725D background

This text has black color on #86725D background.


White color preview on #86725D background

This text has white color on #86725D background.