COLOR #86771C

HEX: #86771C
RGB: (134,119,28)

Color info

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

RGB color model

#86771C color RGB value is (134,119,28).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 28 of 255 = 11%

134
119
28

R + G + B ~ 37%. #86771C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 28 = 281 (100%)
R 134 of 281 ~ 47.69%
G 119 of 281 ~ 42.35%
B 28 of 281 ~ 9.96%

%47.69
%42.35
%9.96

CMYK color model

#86771C color CMYK value is (0,11,79,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 79.10%
  • key color value is 47.45%
CMYK:
(0,11,79,47)
C0M11Y79K47 
(0%,11%,79%,47%)
(0.00/0.11/0.79/0.47)	

CMYK percentages

%0
%11.19
%79.1
%47.45

Codes

Color #86771C in popluar color models

86771C
RGB13411928
HSL52°65.43%31.76%
HSB/HSV52°79.10%52.55%
CMYK0.00%11.19%79.10%
47.45%

Color #86771C in popluar number systems.

HEX86771C
Decimal13411928
Binary10000110111011111100
Octal20616734

Shades and tints

Shades of #86771C

#86771C
(134,119,28)
#7A6D1A
(122,109,26)
#6E6318
(110,99,24)
#625916
(98,89,22)
#564F14
(86,79,20)
#4A4512
(74,69,18)
#3E3B10
(62,59,16)
#32310E
(50,49,14)
#26270C
(38,39,12)
#1A1D0A
(26,29,10)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #86771C

#86771C
(134,119,28)
#918330
(145,131,48)
#9C8F44
(156,143,68)
#A79B58
(167,155,88)
#B2A76C
(178,167,108)
#BDB380
(189,179,128)
#C8BF94
(200,191,148)
#D3CBA8
(211,203,168)
#DED7BC
(222,215,188)
#E9E3D0
(233,227,208)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86771C color. Also use rgb(134,119,28) instead hex code.

Text Font Color

.myTextColor { color: #86771C; }

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

This text font color is #86771C.


Background Color

.myBgColor { background-color: #86771C; }

<div style="background-color:#86771C">Inner text</div>

This div background color is #86771C.


Border color

.myBorderColor { border: 1px solid #86771C; }

<div style="border:3px solid #86771C">Div</div>

This div border color is #86771C.


Opacity

.myOpacity80 { color: #86771C; opacity: 0.8; }

<p style="color:#86771C;opacity:0.8;">80%</p>

Text with #86771C 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 #86771C;}

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

This text has shadow with #86771C color.

.textShadow {text-shadow: 3px 3px 1px #86771C, 3px 3px 1px red;}

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

This text has shadow with #86771C primary color and red secondary color.


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

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

This text has shadow with #86771C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86771C on black background.


Color preview on white background

This text has color #86771C on white background.



Black color preview on #86771C background

This text has black color on #86771C background.


White color preview on #86771C background

This text has white color on #86771C background.