COLOR #826B4E

HEX: #826B4E
RGB: (130,107,78)

Color info

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

RGB color model

#826B4E color RGB value is (130,107,78).

  • red value is 130;
  • green value is 107;
  • blue value is 78.
RGB:
(130,107,78)
(51%,42%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 78 of 255 = 31%

130
107
78

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 78 = 315 (100%)
R 130 of 315 ~ 41.27%
G 107 of 315 ~ 33.97%
B 78 of 315 ~ 24.76%

%41.27
%33.97
%24.76

CMYK color model

#826B4E color CMYK value is (0,18,40,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,18,40,49)
C0M18Y40K49 
(0%,18%,40%,49%)
(0.00/0.18/0.40/0.49)	

CMYK percentages

%0
%17.69
%40
%49.02

Codes

Color #826B4E in popluar color models

826B4E
RGB13010778
HSL33°25.00%40.78%
HSB/HSV33°40.00%50.98%
CMYK0.00%17.69%40.00%
49.02%

Color #826B4E in popluar number systems.

HEX826B4E
Decimal13010778
Binary1000001011010111001110
Octal202153116

Shades and tints

Shades of #826B4E

#826B4E
(130,107,78)
#776247
(119,98,71)
#6C5940
(108,89,64)
#615039
(97,80,57)
#564732
(86,71,50)
#4B3E2B
(75,62,43)
#403524
(64,53,36)
#352C1D
(53,44,29)
#2A2316
(42,35,22)
#1F1A0F
(31,26,15)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #826B4E

#826B4E
(130,107,78)
#8D785E
(141,120,94)
#98856E
(152,133,110)
#A3927E
(163,146,126)
#AE9F8E
(174,159,142)
#B9AC9E
(185,172,158)
#C4B9AE
(196,185,174)
#CFC6BE
(207,198,190)
#DAD3CE
(218,211,206)
#E5E0DE
(229,224,222)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826B4E color. Also use rgb(130,107,78) instead hex code.

Text Font Color

.myTextColor { color: #826B4E; }

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

This text font color is #826B4E.


Background Color

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

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

This div background color is #826B4E.


Border color

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

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

This div border color is #826B4E.


Opacity

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

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

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

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

This text has shadow with #826B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B4E on black background.


Color preview on white background

This text has color #826B4E on white background.



Black color preview on #826B4E background

This text has black color on #826B4E background.


White color preview on #826B4E background

This text has white color on #826B4E background.