COLOR #826979

HEX: #826979
RGB: (130,105,121)

Color info

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

RGB color model

#826979 color RGB value is (130,105,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 121 of 255 = 47%

130
105
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 121 = 356 (100%)
R 130 of 356 ~ 36.52%
G 105 of 356 ~ 29.49%
B 121 of 356 ~ 33.99%

%36.52
%29.49
%33.99

CMYK color model

#826979 color CMYK value is (0,19,7,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,19,7,49)
C0M19Y7K49 
(0%,19%,7%,49%)
(0.00/0.19/0.07/0.49)	

CMYK percentages

%0
%19.23
%6.92
%49.02

Codes

Color #826979 in popluar color models

826979
RGB130105121
HSL322°10.64%46.08%
HSB/HSV322°19.23%50.98%
CMYK0.00%19.23%6.92%
49.02%

Color #826979 in popluar number systems.

HEX826979
Decimal130105121
Binary1000001011010011111001
Octal202151171

Shades and tints

Shades of #826979

#826979
(130,105,121)
#77606E
(119,96,110)
#6C5763
(108,87,99)
#614E58
(97,78,88)
#56454D
(86,69,77)
#4B3C42
(75,60,66)
#403337
(64,51,55)
#352A2C
(53,42,44)
#2A2121
(42,33,33)
#1F1816
(31,24,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #826979

#826979
(130,105,121)
#8D7685
(141,118,133)
#988391
(152,131,145)
#A3909D
(163,144,157)
#AE9DA9
(174,157,169)
#B9AAB5
(185,170,181)
#C4B7C1
(196,183,193)
#CFC4CD
(207,196,205)
#DAD1D9
(218,209,217)
#E5DEE5
(229,222,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826979; }

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

This text font color is #826979.


Background Color

.myBgColor { background-color: #826979; }

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

This div background color is #826979.


Border color

.myBorderColor { border: 1px solid #826979; }

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

This div border color is #826979.


Opacity

.myOpacity80 { color: #826979; opacity: 0.8; }

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

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

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

This text has shadow with #826979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826979 on black background.


Color preview on white background

This text has color #826979 on white background.



Black color preview on #826979 background

This text has black color on #826979 background.


White color preview on #826979 background

This text has white color on #826979 background.