COLOR #826E5E

HEX: #826E5E
RGB: (130,110,94)

Color info

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

RGB color model

#826E5E color RGB value is (130,110,94).

  • red value is 130;
  • green value is 110;
  • blue value is 94.
RGB:
(130,110,94)
(51%,43%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 94 of 255 = 37%

130
110
94

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 94 = 334 (100%)
R 130 of 334 ~ 38.92%
G 110 of 334 ~ 32.93%
B 94 of 334 ~ 28.14%

%38.92
%32.93
%28.14

CMYK color model

#826E5E color CMYK value is (0,15,28,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(0,15,28,49)
C0M15Y28K49 
(0%,15%,28%,49%)
(0.00/0.15/0.28/0.49)	

CMYK percentages

%0
%15.38
%27.69
%49.02

Codes

Color #826E5E in popluar color models

826E5E
RGB13011094
HSL27°16.07%43.92%
HSB/HSV27°27.69%50.98%
CMYK0.00%15.38%27.69%
49.02%

Color #826E5E in popluar number systems.

HEX826E5E
Decimal13011094
Binary1000001011011101011110
Octal202156136

Shades and tints

Shades of #826E5E

#826E5E
(130,110,94)
#776456
(119,100,86)
#6C5A4E
(108,90,78)
#615046
(97,80,70)
#56463E
(86,70,62)
#4B3C36
(75,60,54)
#40322E
(64,50,46)
#352826
(53,40,38)
#2A1E1E
(42,30,30)
#1F1416
(31,20,22)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #826E5E

#826E5E
(130,110,94)
#8D7B6C
(141,123,108)
#98887A
(152,136,122)
#A39588
(163,149,136)
#AEA296
(174,162,150)
#B9AFA4
(185,175,164)
#C4BCB2
(196,188,178)
#CFC9C0
(207,201,192)
#DAD6CE
(218,214,206)
#E5E3DC
(229,227,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826E5E color. Also use rgb(130,110,94) instead hex code.

Text Font Color

.myTextColor { color: #826E5E; }

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

This text font color is #826E5E.


Background Color

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

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

This div background color is #826E5E.


Border color

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

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

This div border color is #826E5E.


Opacity

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

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

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

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

This text has shadow with #826E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E5E on black background.


Color preview on white background

This text has color #826E5E on white background.



Black color preview on #826E5E background

This text has black color on #826E5E background.


White color preview on #826E5E background

This text has white color on #826E5E background.