COLOR #826E6B

HEX: #826E6B
RGB: (130,110,107)

Color info

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

RGB color model

#826E6B color RGB value is (130,110,107).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 107 of 255 = 42%

130
110
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 107 = 347 (100%)
R 130 of 347 ~ 37.46%
G 110 of 347 ~ 31.7%
B 107 of 347 ~ 30.84%

%37.46
%31.7
%30.84

CMYK color model

#826E6B color CMYK value is (0,15,18,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(0,15,18,49)
C0M15Y18K49 
(0%,15%,18%,49%)
(0.00/0.15/0.18/0.49)	

CMYK percentages

%0
%15.38
%17.69
%49.02

Codes

Color #826E6B in popluar color models

826E6B
RGB130110107
HSL9.70%46.47%
HSB/HSV17.69%50.98%
CMYK0.00%15.38%17.69%
49.02%

Color #826E6B in popluar number systems.

HEX826E6B
Decimal130110107
Binary1000001011011101101011
Octal202156153

Shades and tints

Shades of #826E6B

#826E6B
(130,110,107)
#776462
(119,100,98)
#6C5A59
(108,90,89)
#615050
(97,80,80)
#564647
(86,70,71)
#4B3C3E
(75,60,62)
#403235
(64,50,53)
#35282C
(53,40,44)
#2A1E23
(42,30,35)
#1F141A
(31,20,26)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #826E6B

#826E6B
(130,110,107)
#8D7B78
(141,123,120)
#988885
(152,136,133)
#A39592
(163,149,146)
#AEA29F
(174,162,159)
#B9AFAC
(185,175,172)
#C4BCB9
(196,188,185)
#CFC9C6
(207,201,198)
#DAD6D3
(218,214,211)
#E5E3E0
(229,227,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E6B; }

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

This text font color is #826E6B.


Background Color

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

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

This div background color is #826E6B.


Border color

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

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

This div border color is #826E6B.


Opacity

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

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

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

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

This text has shadow with #826E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E6B on black background.


Color preview on white background

This text has color #826E6B on white background.



Black color preview on #826E6B background

This text has black color on #826E6B background.


White color preview on #826E6B background

This text has white color on #826E6B background.