COLOR #86773B

HEX: #86773B
RGB: (134,119,59)

Color info

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

RGB color model

#86773B color RGB value is (134,119,59).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 59 of 255 = 23%

134
119
59

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 59 = 312 (100%)
R 134 of 312 ~ 42.95%
G 119 of 312 ~ 38.14%
B 59 of 312 ~ 18.91%

%42.95
%38.14
%18.91

CMYK color model

#86773B color CMYK value is (0,11,56,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 55.97%
  • key color value is 47.45%
CMYK:
(0,11,56,47)
C0M11Y56K47 
(0%,11%,56%,47%)
(0.00/0.11/0.56/0.47)	

CMYK percentages

%0
%11.19
%55.97
%47.45

Codes

Color #86773B in popluar color models

86773B
RGB13411959
HSL48°38.86%37.84%
HSB/HSV48°55.97%52.55%
CMYK0.00%11.19%55.97%
47.45%

Color #86773B in popluar number systems.

HEX86773B
Decimal13411959
Binary100001101110111111011
Octal20616773

Shades and tints

Shades of #86773B

#86773B
(134,119,59)
#7A6D36
(122,109,54)
#6E6331
(110,99,49)
#62592C
(98,89,44)
#564F27
(86,79,39)
#4A4522
(74,69,34)
#3E3B1D
(62,59,29)
#323118
(50,49,24)
#262713
(38,39,19)
#1A1D0E
(26,29,14)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #86773B

#86773B
(134,119,59)
#91834C
(145,131,76)
#9C8F5D
(156,143,93)
#A79B6E
(167,155,110)
#B2A77F
(178,167,127)
#BDB390
(189,179,144)
#C8BFA1
(200,191,161)
#D3CBB2
(211,203,178)
#DED7C3
(222,215,195)
#E9E3D4
(233,227,212)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86773B; }

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

This text font color is #86773B.


Background Color

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

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

This div background color is #86773B.


Border color

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

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

This div border color is #86773B.


Opacity

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

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

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

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

This text has shadow with #86773B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86773B on black background.


Color preview on white background

This text has color #86773B on white background.



Black color preview on #86773B background

This text has black color on #86773B background.


White color preview on #86773B background

This text has white color on #86773B background.