COLOR #86824C

HEX: #86824C
RGB: (134,130,76)

Color info

#86824C contains red, green and blue colors in about the same proportion. Web safe color of #86824C is #999933 (or #993).

RGB color model

#86824C color RGB value is (134,130,76).

  • red value is 134;
  • green value is 130;
  • blue value is 76.
RGB:
(134,130,76)
(53%,51%,30%)

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 76 of 255 = 30%

134
130
76

R + G + B ~ 45%. #86824C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 76 = 340 (100%)
R 134 of 340 ~ 39.41%
G 130 of 340 ~ 38.24%
B 76 of 340 ~ 22.35%

%39.41
%38.24
%22.35

CMYK color model

#86824C color CMYK value is (0,3,43,47).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 43.28%
  • key color value is 47.45%
CMYK:
(0,3,43,47)
C0M3Y43K47 
(0%,3%,43%,47%)
(0.00/0.03/0.43/0.47)	

CMYK percentages

%0
%2.99
%43.28
%47.45

Codes

Color #86824C in popluar color models

86824C
RGB13413076
HSL56°27.62%41.18%
HSB/HSV56°43.28%52.55%
CMYK0.00%2.99%43.28%
47.45%

Color #86824C in popluar number systems.

HEX86824C
Decimal13413076
Binary10000110100000101001100
Octal206202114

Shades and tints

Shades of #86824C

#86824C
(134,130,76)
#7A7746
(122,119,70)
#6E6C40
(110,108,64)
#62613A
(98,97,58)
#565634
(86,86,52)
#4A4B2E
(74,75,46)
#3E4028
(62,64,40)
#323522
(50,53,34)
#262A1C
(38,42,28)
#1A1F16
(26,31,22)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #86824C

#86824C
(134,130,76)
#918D5C
(145,141,92)
#9C986C
(156,152,108)
#A7A37C
(167,163,124)
#B2AE8C
(178,174,140)
#BDB99C
(189,185,156)
#C8C4AC
(200,196,172)
#D3CFBC
(211,207,188)
#DEDACC
(222,218,204)
#E9E5DC
(233,229,220)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86824C color. Also use rgb(134,130,76) instead hex code.

Text Font Color

.myTextColor { color: #86824C; }

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

This text font color is #86824C.


Background Color

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

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

This div background color is #86824C.


Border color

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

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

This div border color is #86824C.


Opacity

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

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

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

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

This text has shadow with #86824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86824C on black background.


Color preview on white background

This text has color #86824C on white background.



Black color preview on #86824C background

This text has black color on #86824C background.


White color preview on #86824C background

This text has white color on #86824C background.