COLOR #826573

HEX: #826573
RGB: (130,101,115)

Color info

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

RGB color model

#826573 color RGB value is (130,101,115).

  • red value is 130;
  • green value is 101;
  • blue value is 115.
RGB:
(130,101,115)
(51%,40%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 115 of 255 = 45%

130
101
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 115 = 346 (100%)
R 130 of 346 ~ 37.57%
G 101 of 346 ~ 29.19%
B 115 of 346 ~ 33.24%

%37.57
%29.19
%33.24

CMYK color model

#826573 color CMYK value is (0,22,12,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(0,22,12,49)
C0M22Y12K49 
(0%,22%,12%,49%)
(0.00/0.22/0.12/0.49)	

CMYK percentages

%0
%22.31
%11.54
%49.02

Codes

Color #826573 in popluar color models

826573
RGB130101115
HSL331°12.55%45.29%
HSB/HSV331°22.31%50.98%
CMYK0.00%22.31%11.54%
49.02%

Color #826573 in popluar number systems.

HEX826573
Decimal130101115
Binary1000001011001011110011
Octal202145163

Shades and tints

Shades of #826573

#826573
(130,101,115)
#775C69
(119,92,105)
#6C535F
(108,83,95)
#614A55
(97,74,85)
#56414B
(86,65,75)
#4B3841
(75,56,65)
#402F37
(64,47,55)
#35262D
(53,38,45)
#2A1D23
(42,29,35)
#1F1419
(31,20,25)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #826573

#826573
(130,101,115)
#8D737F
(141,115,127)
#98818B
(152,129,139)
#A38F97
(163,143,151)
#AE9DA3
(174,157,163)
#B9ABAF
(185,171,175)
#C4B9BB
(196,185,187)
#CFC7C7
(207,199,199)
#DAD5D3
(218,213,211)
#E5E3DF
(229,227,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826573 color. Also use rgb(130,101,115) instead hex code.

Text Font Color

.myTextColor { color: #826573; }

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

This text font color is #826573.


Background Color

.myBgColor { background-color: #826573; }

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

This div background color is #826573.


Border color

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

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

This div border color is #826573.


Opacity

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

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

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

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

This text has shadow with #826573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826573 on black background.


Color preview on white background

This text has color #826573 on white background.



Black color preview on #826573 background

This text has black color on #826573 background.


White color preview on #826573 background

This text has white color on #826573 background.