COLOR #86613F

HEX: #86613F
RGB: (134,97,63)

Color info

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

RGB color model

#86613F color RGB value is (134,97,63).

  • red value is 134;
  • green value is 97;
  • blue value is 63.
RGB:
(134,97,63)
(53%,38%,25%)

RGB channels and saturation

R 134 of 255 = 53%
G 97 of 255 = 38%
B 63 of 255 = 25%

134
97
63

R + G + B ~ 39%. #86613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 97 + 63 = 294 (100%)
R 134 of 294 ~ 45.58%
G 97 of 294 ~ 32.99%
B 63 of 294 ~ 21.43%

%45.58
%32.99
%21.43

CMYK color model

#86613F color CMYK value is (0,28,53,47).

  • cyan value is 0.00%
  • magenta value is 27.61%
  • yellow value is 52.99%
  • key color value is 47.45%
CMYK:
(0,28,53,47)
C0M28Y53K47 
(0%,28%,53%,47%)
(0.00/0.28/0.53/0.47)	

CMYK percentages

%0
%27.61
%52.99
%47.45

Codes

Color #86613F in popluar color models

86613F
RGB1349763
HSL29°36.04%38.63%
HSB/HSV29°52.99%52.55%
CMYK0.00%27.61%52.99%
47.45%

Color #86613F in popluar number systems.

HEX86613F
Decimal1349763
Binary100001101100001111111
Octal20614177

Shades and tints

Shades of #86613F

#86613F
(134,97,63)
#7A593A
(122,89,58)
#6E5135
(110,81,53)
#624930
(98,73,48)
#56412B
(86,65,43)
#4A3926
(74,57,38)
#3E3121
(62,49,33)
#32291C
(50,41,28)
#262117
(38,33,23)
#1A1912
(26,25,18)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #86613F

#86613F
(134,97,63)
#916F50
(145,111,80)
#9C7D61
(156,125,97)
#A78B72
(167,139,114)
#B29983
(178,153,131)
#BDA794
(189,167,148)
#C8B5A5
(200,181,165)
#D3C3B6
(211,195,182)
#DED1C7
(222,209,199)
#E9DFD8
(233,223,216)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86613F color. Also use rgb(134,97,63) instead hex code.

Text Font Color

.myTextColor { color: #86613F; }

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

This text font color is #86613F.


Background Color

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

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

This div background color is #86613F.


Border color

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

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

This div border color is #86613F.


Opacity

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

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

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

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

This text has shadow with #86613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86613F on black background.


Color preview on white background

This text has color #86613F on white background.



Black color preview on #86613F background

This text has black color on #86613F background.


White color preview on #86613F background

This text has white color on #86613F background.