COLOR #826279

HEX: #826279
RGB: (130,98,121)

Color info

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

RGB color model

#826279 color RGB value is (130,98,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 121 of 255 = 47%

130
98
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 121 = 349 (100%)
R 130 of 349 ~ 37.25%
G 98 of 349 ~ 28.08%
B 121 of 349 ~ 34.67%

%37.25
%28.08
%34.67

CMYK color model

#826279 color CMYK value is (0,25,7,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,25,7,49)
C0M25Y7K49 
(0%,25%,7%,49%)
(0.00/0.25/0.07/0.49)	

CMYK percentages

%0
%24.62
%6.92
%49.02

Codes

Color #826279 in popluar color models

826279
RGB13098121
HSL317°14.04%44.71%
HSB/HSV317°24.62%50.98%
CMYK0.00%24.62%6.92%
49.02%

Color #826279 in popluar number systems.

HEX826279
Decimal13098121
Binary1000001011000101111001
Octal202142171

Shades and tints

Shades of #826279

#826279
(130,98,121)
#775A6E
(119,90,110)
#6C5263
(108,82,99)
#614A58
(97,74,88)
#56424D
(86,66,77)
#4B3A42
(75,58,66)
#403237
(64,50,55)
#352A2C
(53,42,44)
#2A2221
(42,34,33)
#1F1A16
(31,26,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #826279

#826279
(130,98,121)
#8D7085
(141,112,133)
#987E91
(152,126,145)
#A38C9D
(163,140,157)
#AE9AA9
(174,154,169)
#B9A8B5
(185,168,181)
#C4B6C1
(196,182,193)
#CFC4CD
(207,196,205)
#DAD2D9
(218,210,217)
#E5E0E5
(229,224,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826279; }

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

This text font color is #826279.


Background Color

.myBgColor { background-color: #826279; }

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

This div background color is #826279.


Border color

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

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

This div border color is #826279.


Opacity

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

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

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

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

This text has shadow with #826279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826279 on black background.


Color preview on white background

This text has color #826279 on white background.



Black color preview on #826279 background

This text has black color on #826279 background.


White color preview on #826279 background

This text has white color on #826279 background.