COLOR #826A56

HEX: #826A56
RGB: (130,106,86)

Color info

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

RGB color model

#826A56 color RGB value is (130,106,86).

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

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 86 of 255 = 34%

130
106
86

R + G + B ~ 42%. #826A56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 86 = 322 (100%)
R 130 of 322 ~ 40.37%
G 106 of 322 ~ 32.92%
B 86 of 322 ~ 26.71%

%40.37
%32.92
%26.71

CMYK color model

#826A56 color CMYK value is (0,18,34,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(0,18,34,49)
C0M18Y34K49 
(0%,18%,34%,49%)
(0.00/0.18/0.34/0.49)	

CMYK percentages

%0
%18.46
%33.85
%49.02

Codes

Color #826A56 in popluar color models

826A56
RGB13010686
HSL27°20.37%42.35%
HSB/HSV27°33.85%50.98%
CMYK0.00%18.46%33.85%
49.02%

Color #826A56 in popluar number systems.

HEX826A56
Decimal13010686
Binary1000001011010101010110
Octal202152126

Shades and tints

Shades of #826A56

#826A56
(130,106,86)
#77614F
(119,97,79)
#6C5848
(108,88,72)
#614F41
(97,79,65)
#56463A
(86,70,58)
#4B3D33
(75,61,51)
#40342C
(64,52,44)
#352B25
(53,43,37)
#2A221E
(42,34,30)
#1F1917
(31,25,23)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #826A56

#826A56
(130,106,86)
#8D7765
(141,119,101)
#988474
(152,132,116)
#A39183
(163,145,131)
#AE9E92
(174,158,146)
#B9ABA1
(185,171,161)
#C4B8B0
(196,184,176)
#CFC5BF
(207,197,191)
#DAD2CE
(218,210,206)
#E5DFDD
(229,223,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A56; }

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

This text font color is #826A56.


Background Color

.myBgColor { background-color: #826A56; }

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

This div background color is #826A56.


Border color

.myBorderColor { border: 1px solid #826A56; }

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

This div border color is #826A56.


Opacity

.myOpacity80 { color: #826A56; opacity: 0.8; }

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

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

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

This text has shadow with #826A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A56 on black background.


Color preview on white background

This text has color #826A56 on white background.



Black color preview on #826A56 background

This text has black color on #826A56 background.


White color preview on #826A56 background

This text has white color on #826A56 background.