COLOR #827856

HEX: #827856
RGB: (130,120,86)

Color info

#827856 contains red, green and blue colors in about the same proportion. Web safe color of #827856 is #996666 (or #966).

RGB color model

#827856 color RGB value is (130,120,86).

  • red value is 130;
  • green value is 120;
  • blue value is 86.
RGB:
(130,120,86)
(51%,47%,34%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 86 of 255 = 34%

130
120
86

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 86 = 336 (100%)
R 130 of 336 ~ 38.69%
G 120 of 336 ~ 35.71%
B 86 of 336 ~ 25.6%

%38.69
%35.71
%25.6

CMYK color model

#827856 color CMYK value is (0,8,34,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(0,8,34,49)
C0M8Y34K49 
(0%,8%,34%,49%)
(0.00/0.08/0.34/0.49)	

CMYK percentages

%0
%7.69
%33.85
%49.02

Codes

Color #827856 in popluar color models

827856
RGB13012086
HSL46°20.37%42.35%
HSB/HSV46°33.85%50.98%
CMYK0.00%7.69%33.85%
49.02%

Color #827856 in popluar number systems.

HEX827856
Decimal13012086
Binary1000001011110001010110
Octal202170126

Shades and tints

Shades of #827856

#827856
(130,120,86)
#776E4F
(119,110,79)
#6C6448
(108,100,72)
#615A41
(97,90,65)
#56503A
(86,80,58)
#4B4633
(75,70,51)
#403C2C
(64,60,44)
#353225
(53,50,37)
#2A281E
(42,40,30)
#1F1E17
(31,30,23)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #827856

#827856
(130,120,86)
#8D8465
(141,132,101)
#989074
(152,144,116)
#A39C83
(163,156,131)
#AEA892
(174,168,146)
#B9B4A1
(185,180,161)
#C4C0B0
(196,192,176)
#CFCCBF
(207,204,191)
#DAD8CE
(218,216,206)
#E5E4DD
(229,228,221)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827856 color. Also use rgb(130,120,86) instead hex code.

Text Font Color

.myTextColor { color: #827856; }

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

This text font color is #827856.


Background Color

.myBgColor { background-color: #827856; }

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

This div background color is #827856.


Border color

.myBorderColor { border: 1px solid #827856; }

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

This div border color is #827856.


Opacity

.myOpacity80 { color: #827856; opacity: 0.8; }

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

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

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

This text has shadow with #827856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827856 on black background.


Color preview on white background

This text has color #827856 on white background.



Black color preview on #827856 background

This text has black color on #827856 background.


White color preview on #827856 background

This text has white color on #827856 background.