COLOR #826D6F

HEX: #826D6F
RGB: (130,109,111)

Color info

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

RGB color model

#826D6F color RGB value is (130,109,111).

  • red value is 130;
  • green value is 109;
  • blue value is 111.
RGB:
(130,109,111)
(51%,43%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 111 of 255 = 44%

130
109
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 111 = 350 (100%)
R 130 of 350 ~ 37.14%
G 109 of 350 ~ 31.14%
B 111 of 350 ~ 31.71%

%37.14
%31.14
%31.71

CMYK color model

#826D6F color CMYK value is (0,16,15,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(0,16,15,49)
C0M16Y15K49 
(0%,16%,15%,49%)
(0.00/0.16/0.15/0.49)	

CMYK percentages

%0
%16.15
%14.62
%49.02

Codes

Color #826D6F in popluar color models

826D6F
RGB130109111
HSL354°8.79%46.86%
HSB/HSV354°16.15%50.98%
CMYK0.00%16.15%14.62%
49.02%

Color #826D6F in popluar number systems.

HEX826D6F
Decimal130109111
Binary1000001011011011101111
Octal202155157

Shades and tints

Shades of #826D6F

#826D6F
(130,109,111)
#776465
(119,100,101)
#6C5B5B
(108,91,91)
#615251
(97,82,81)
#564947
(86,73,71)
#4B403D
(75,64,61)
#403733
(64,55,51)
#352E29
(53,46,41)
#2A251F
(42,37,31)
#1F1C15
(31,28,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #826D6F

#826D6F
(130,109,111)
#8D7A7C
(141,122,124)
#988789
(152,135,137)
#A39496
(163,148,150)
#AEA1A3
(174,161,163)
#B9AEB0
(185,174,176)
#C4BBBD
(196,187,189)
#CFC8CA
(207,200,202)
#DAD5D7
(218,213,215)
#E5E2E4
(229,226,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D6F color. Also use rgb(130,109,111) instead hex code.

Text Font Color

.myTextColor { color: #826D6F; }

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

This text font color is #826D6F.


Background Color

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

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

This div background color is #826D6F.


Border color

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

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

This div border color is #826D6F.


Opacity

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

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

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

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

This text has shadow with #826D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D6F on black background.


Color preview on white background

This text has color #826D6F on white background.



Black color preview on #826D6F background

This text has black color on #826D6F background.


White color preview on #826D6F background

This text has white color on #826D6F background.