COLOR #86772F

HEX: #86772F
RGB: (134,119,47)

Color info

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

RGB color model

#86772F color RGB value is (134,119,47).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 47 of 255 = 18%

134
119
47

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 47 = 300 (100%)
R 134 of 300 ~ 44.67%
G 119 of 300 ~ 39.67%
B 47 of 300 ~ 15.67%

%44.67
%39.67
%15.67

CMYK color model

#86772F color CMYK value is (0,11,65,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 64.93%
  • key color value is 47.45%
CMYK:
(0,11,65,47)
C0M11Y65K47 
(0%,11%,65%,47%)
(0.00/0.11/0.65/0.47)	

CMYK percentages

%0
%11.19
%64.93
%47.45

Codes

Color #86772F in popluar color models

86772F
RGB13411947
HSL50°48.07%35.49%
HSB/HSV50°64.93%52.55%
CMYK0.00%11.19%64.93%
47.45%

Color #86772F in popluar number systems.

HEX86772F
Decimal13411947
Binary100001101110111101111
Octal20616757

Shades and tints

Shades of #86772F

#86772F
(134,119,47)
#7A6D2B
(122,109,43)
#6E6327
(110,99,39)
#625923
(98,89,35)
#564F1F
(86,79,31)
#4A451B
(74,69,27)
#3E3B17
(62,59,23)
#323113
(50,49,19)
#26270F
(38,39,15)
#1A1D0B
(26,29,11)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #86772F

#86772F
(134,119,47)
#918341
(145,131,65)
#9C8F53
(156,143,83)
#A79B65
(167,155,101)
#B2A777
(178,167,119)
#BDB389
(189,179,137)
#C8BF9B
(200,191,155)
#D3CBAD
(211,203,173)
#DED7BF
(222,215,191)
#E9E3D1
(233,227,209)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86772F color. Also use rgb(134,119,47) instead hex code.

Text Font Color

.myTextColor { color: #86772F; }

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

This text font color is #86772F.


Background Color

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

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

This div background color is #86772F.


Border color

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

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

This div border color is #86772F.


Opacity

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

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

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

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

This text has shadow with #86772F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86772F on black background.


Color preview on white background

This text has color #86772F on white background.



Black color preview on #86772F background

This text has black color on #86772F background.


White color preview on #86772F background

This text has white color on #86772F background.