COLOR #826C4F

HEX: #826C4F
RGB: (130,108,79)

Color info

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

RGB color model

#826C4F color RGB value is (130,108,79).

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

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 79 of 255 = 31%

130
108
79

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 79 = 317 (100%)
R 130 of 317 ~ 41.01%
G 108 of 317 ~ 34.07%
B 79 of 317 ~ 24.92%

%41.01
%34.07
%24.92

CMYK color model

#826C4F color CMYK value is (0,17,39,49).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(0,17,39,49)
C0M17Y39K49 
(0%,17%,39%,49%)
(0.00/0.17/0.39/0.49)	

CMYK percentages

%0
%16.92
%39.23
%49.02

Codes

Color #826C4F in popluar color models

826C4F
RGB13010879
HSL34°24.40%40.98%
HSB/HSV34°39.23%50.98%
CMYK0.00%16.92%39.23%
49.02%

Color #826C4F in popluar number systems.

HEX826C4F
Decimal13010879
Binary1000001011011001001111
Octal202154117

Shades and tints

Shades of #826C4F

#826C4F
(130,108,79)
#776348
(119,99,72)
#6C5A41
(108,90,65)
#61513A
(97,81,58)
#564833
(86,72,51)
#4B3F2C
(75,63,44)
#403625
(64,54,37)
#352D1E
(53,45,30)
#2A2417
(42,36,23)
#1F1B10
(31,27,16)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #826C4F

#826C4F
(130,108,79)
#8D795F
(141,121,95)
#98866F
(152,134,111)
#A3937F
(163,147,127)
#AEA08F
(174,160,143)
#B9AD9F
(185,173,159)
#C4BAAF
(196,186,175)
#CFC7BF
(207,199,191)
#DAD4CF
(218,212,207)
#E5E1DF
(229,225,223)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826C4F color. Also use rgb(130,108,79) instead hex code.

Text Font Color

.myTextColor { color: #826C4F; }

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

This text font color is #826C4F.


Background Color

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

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

This div background color is #826C4F.


Border color

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

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

This div border color is #826C4F.


Opacity

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

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

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

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

This text has shadow with #826C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826C4F on black background.


Color preview on white background

This text has color #826C4F on white background.



Black color preview on #826C4F background

This text has black color on #826C4F background.


White color preview on #826C4F background

This text has white color on #826C4F background.