COLOR #86825C

HEX: #86825C
RGB: (134,130,92)

Color info

#86825C contains red, green and blue colors in about the same proportion. Web safe color of #86825C is #999966 (or #996).

RGB color model

#86825C color RGB value is (134,130,92).

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

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 92 of 255 = 36%

134
130
92

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 92 = 356 (100%)
R 134 of 356 ~ 37.64%
G 130 of 356 ~ 36.52%
B 92 of 356 ~ 25.84%

%37.64
%36.52
%25.84

CMYK color model

#86825C color CMYK value is (0,3,31,47).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(0,3,31,47)
C0M3Y31K47 
(0%,3%,31%,47%)
(0.00/0.03/0.31/0.47)	

CMYK percentages

%0
%2.99
%31.34
%47.45

Codes

Color #86825C in popluar color models

86825C
RGB13413092
HSL54°18.58%44.31%
HSB/HSV54°31.34%52.55%
CMYK0.00%2.99%31.34%
47.45%

Color #86825C in popluar number systems.

HEX86825C
Decimal13413092
Binary10000110100000101011100
Octal206202134

Shades and tints

Shades of #86825C

#86825C
(134,130,92)
#7A7754
(122,119,84)
#6E6C4C
(110,108,76)
#626144
(98,97,68)
#56563C
(86,86,60)
#4A4B34
(74,75,52)
#3E402C
(62,64,44)
#323524
(50,53,36)
#262A1C
(38,42,28)
#1A1F14
(26,31,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #86825C

#86825C
(134,130,92)
#918D6A
(145,141,106)
#9C9878
(156,152,120)
#A7A386
(167,163,134)
#B2AE94
(178,174,148)
#BDB9A2
(189,185,162)
#C8C4B0
(200,196,176)
#D3CFBE
(211,207,190)
#DEDACC
(222,218,204)
#E9E5DA
(233,229,218)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86825C; }

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

This text font color is #86825C.


Background Color

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

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

This div background color is #86825C.


Border color

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

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

This div border color is #86825C.


Opacity

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

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

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

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

This text has shadow with #86825C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86825C on black background.


Color preview on white background

This text has color #86825C on white background.



Black color preview on #86825C background

This text has black color on #86825C background.


White color preview on #86825C background

This text has white color on #86825C background.