COLOR #826E6D

HEX: #826E6D
RGB: (130,110,109)

Color info

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

RGB color model

#826E6D color RGB value is (130,110,109).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 109 of 255 = 43%

130
110
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 109 = 349 (100%)
R 130 of 349 ~ 37.25%
G 110 of 349 ~ 31.52%
B 109 of 349 ~ 31.23%

%37.25
%31.52
%31.23

CMYK color model

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

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

CMYK percentages

%0
%15.38
%16.15
%49.02

Codes

Color #826E6D in popluar color models

826E6D
RGB130110109
HSL8.79%46.86%
HSB/HSV16.15%50.98%
CMYK0.00%15.38%16.15%
49.02%

Color #826E6D in popluar number systems.

HEX826E6D
Decimal130110109
Binary1000001011011101101101
Octal202156155

Shades and tints

Shades of #826E6D

#826E6D
(130,110,109)
#776464
(119,100,100)
#6C5A5B
(108,90,91)
#615052
(97,80,82)
#564649
(86,70,73)
#4B3C40
(75,60,64)
#403237
(64,50,55)
#35282E
(53,40,46)
#2A1E25
(42,30,37)
#1F141C
(31,20,28)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #826E6D

#826E6D
(130,110,109)
#8D7B7A
(141,123,122)
#988887
(152,136,135)
#A39594
(163,149,148)
#AEA2A1
(174,162,161)
#B9AFAE
(185,175,174)
#C4BCBB
(196,188,187)
#CFC9C8
(207,201,200)
#DAD6D5
(218,214,213)
#E5E3E2
(229,227,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E6D; }

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

This text font color is #826E6D.


Background Color

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

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

This div background color is #826E6D.


Border color

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

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

This div border color is #826E6D.


Opacity

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

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

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

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

This text has shadow with #826E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E6D on black background.


Color preview on white background

This text has color #826E6D on white background.



Black color preview on #826E6D background

This text has black color on #826E6D background.


White color preview on #826E6D background

This text has white color on #826E6D background.