COLOR #86744A

HEX: #86744A
RGB: (134,116,74)

Color info

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

RGB color model

#86744A color RGB value is (134,116,74).

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

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 74 of 255 = 29%

134
116
74

R + G + B ~ 42%. #86744A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 74 = 324 (100%)
R 134 of 324 ~ 41.36%
G 116 of 324 ~ 35.8%
B 74 of 324 ~ 22.84%

%41.36
%35.8
%22.84

CMYK color model

#86744A color CMYK value is (0,13,45,47).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 44.78%
  • key color value is 47.45%
CMYK:
(0,13,45,47)
C0M13Y45K47 
(0%,13%,45%,47%)
(0.00/0.13/0.45/0.47)	

CMYK percentages

%0
%13.43
%44.78
%47.45

Codes

Color #86744A in popluar color models

86744A
RGB13411674
HSL42°28.85%40.78%
HSB/HSV42°44.78%52.55%
CMYK0.00%13.43%44.78%
47.45%

Color #86744A in popluar number systems.

HEX86744A
Decimal13411674
Binary1000011011101001001010
Octal206164112

Shades and tints

Shades of #86744A

#86744A
(134,116,74)
#7A6A44
(122,106,68)
#6E603E
(110,96,62)
#625638
(98,86,56)
#564C32
(86,76,50)
#4A422C
(74,66,44)
#3E3826
(62,56,38)
#322E20
(50,46,32)
#26241A
(38,36,26)
#1A1A14
(26,26,20)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #86744A

#86744A
(134,116,74)
#91805A
(145,128,90)
#9C8C6A
(156,140,106)
#A7987A
(167,152,122)
#B2A48A
(178,164,138)
#BDB09A
(189,176,154)
#C8BCAA
(200,188,170)
#D3C8BA
(211,200,186)
#DED4CA
(222,212,202)
#E9E0DA
(233,224,218)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86744A color. Also use rgb(134,116,74) instead hex code.

Text Font Color

.myTextColor { color: #86744A; }

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

This text font color is #86744A.


Background Color

.myBgColor { background-color: #86744A; }

<div style="background-color:#86744A">Inner text</div>

This div background color is #86744A.


Border color

.myBorderColor { border: 1px solid #86744A; }

<div style="border:3px solid #86744A">Div</div>

This div border color is #86744A.


Opacity

.myOpacity80 { color: #86744A; opacity: 0.8; }

<p style="color:#86744A;opacity:0.8;">80%</p>

Text with #86744A 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 #86744A;}

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

This text has shadow with #86744A color.

.textShadow {text-shadow: 3px 3px 1px #86744A, 3px 3px 1px red;}

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

This text has shadow with #86744A primary color and red secondary color.


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

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

This text has shadow with #86744A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86744A on black background.


Color preview on white background

This text has color #86744A on white background.



Black color preview on #86744A background

This text has black color on #86744A background.


White color preview on #86744A background

This text has white color on #86744A background.