COLOR #826B79

HEX: #826B79
RGB: (130,107,121)

Color info

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

RGB color model

#826B79 color RGB value is (130,107,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 121 of 255 = 47%

130
107
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 121 = 358 (100%)
R 130 of 358 ~ 36.31%
G 107 of 358 ~ 29.89%
B 121 of 358 ~ 33.8%

%36.31
%29.89
%33.8

CMYK color model

#826B79 color CMYK value is (0,18,7,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,18,7,49)
C0M18Y7K49 
(0%,18%,7%,49%)
(0.00/0.18/0.07/0.49)	

CMYK percentages

%0
%17.69
%6.92
%49.02

Codes

Color #826B79 in popluar color models

826B79
RGB130107121
HSL323°9.70%46.47%
HSB/HSV323°17.69%50.98%
CMYK0.00%17.69%6.92%
49.02%

Color #826B79 in popluar number systems.

HEX826B79
Decimal130107121
Binary1000001011010111111001
Octal202153171

Shades and tints

Shades of #826B79

#826B79
(130,107,121)
#77626E
(119,98,110)
#6C5963
(108,89,99)
#615058
(97,80,88)
#56474D
(86,71,77)
#4B3E42
(75,62,66)
#403537
(64,53,55)
#352C2C
(53,44,44)
#2A2321
(42,35,33)
#1F1A16
(31,26,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #826B79

#826B79
(130,107,121)
#8D7885
(141,120,133)
#988591
(152,133,145)
#A3929D
(163,146,157)
#AE9FA9
(174,159,169)
#B9ACB5
(185,172,181)
#C4B9C1
(196,185,193)
#CFC6CD
(207,198,205)
#DAD3D9
(218,211,217)
#E5E0E5
(229,224,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826B79; }

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

This text font color is #826B79.


Background Color

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

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

This div background color is #826B79.


Border color

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

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

This div border color is #826B79.


Opacity

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

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

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

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

This text has shadow with #826B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B79 on black background.


Color preview on white background

This text has color #826B79 on white background.



Black color preview on #826B79 background

This text has black color on #826B79 background.


White color preview on #826B79 background

This text has white color on #826B79 background.