COLOR #86741F

HEX: #86741F
RGB: (134,116,31)

Color info

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

RGB color model

#86741F color RGB value is (134,116,31).

  • red value is 134;
  • green value is 116;
  • blue value is 31.
RGB:
(134,116,31)
(53%,45%,12%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 31 of 255 = 12%

134
116
31

R + G + B ~ 37%. #86741F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 31 = 281 (100%)
R 134 of 281 ~ 47.69%
G 116 of 281 ~ 41.28%
B 31 of 281 ~ 11.03%

%47.69
%41.28
%11.03

CMYK color model

#86741F color CMYK value is (0,13,77,47).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 76.87%
  • key color value is 47.45%
CMYK:
(0,13,77,47)
C0M13Y77K47 
(0%,13%,77%,47%)
(0.00/0.13/0.77/0.47)	

CMYK percentages

%0
%13.43
%76.87
%47.45

Codes

Color #86741F in popluar color models

86741F
RGB13411631
HSL50°62.42%32.35%
HSB/HSV50°76.87%52.55%
CMYK0.00%13.43%76.87%
47.45%

Color #86741F in popluar number systems.

HEX86741F
Decimal13411631
Binary10000110111010011111
Octal20616437

Shades and tints

Shades of #86741F

#86741F
(134,116,31)
#7A6A1D
(122,106,29)
#6E601B
(110,96,27)
#625619
(98,86,25)
#564C17
(86,76,23)
#4A4215
(74,66,21)
#3E3813
(62,56,19)
#322E11
(50,46,17)
#26240F
(38,36,15)
#1A1A0D
(26,26,13)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #86741F

#86741F
(134,116,31)
#918033
(145,128,51)
#9C8C47
(156,140,71)
#A7985B
(167,152,91)
#B2A46F
(178,164,111)
#BDB083
(189,176,131)
#C8BC97
(200,188,151)
#D3C8AB
(211,200,171)
#DED4BF
(222,212,191)
#E9E0D3
(233,224,211)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86741F color. Also use rgb(134,116,31) instead hex code.

Text Font Color

.myTextColor { color: #86741F; }

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

This text font color is #86741F.


Background Color

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

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

This div background color is #86741F.


Border color

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

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

This div border color is #86741F.


Opacity

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

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

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

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

This text has shadow with #86741F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86741F on black background.


Color preview on white background

This text has color #86741F on white background.



Black color preview on #86741F background

This text has black color on #86741F background.


White color preview on #86741F background

This text has white color on #86741F background.