COLOR #826570

HEX: #826570
RGB: (130,101,112)

Color info

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

RGB color model

#826570 color RGB value is (130,101,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 112 of 255 = 44%

130
101
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 112 = 343 (100%)
R 130 of 343 ~ 37.9%
G 101 of 343 ~ 29.45%
B 112 of 343 ~ 32.65%

%37.9
%29.45
%32.65

CMYK color model

#826570 color CMYK value is (0,22,14,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,22,14,49)
C0M22Y14K49 
(0%,22%,14%,49%)
(0.00/0.22/0.14/0.49)	

CMYK percentages

%0
%22.31
%13.85
%49.02

Codes

Color #826570 in popluar color models

826570
RGB130101112
HSL337°12.55%45.29%
HSB/HSV337°22.31%50.98%
CMYK0.00%22.31%13.85%
49.02%

Color #826570 in popluar number systems.

HEX826570
Decimal130101112
Binary1000001011001011110000
Octal202145160

Shades and tints

Shades of #826570

#826570
(130,101,112)
#775C66
(119,92,102)
#6C535C
(108,83,92)
#614A52
(97,74,82)
#564148
(86,65,72)
#4B383E
(75,56,62)
#402F34
(64,47,52)
#35262A
(53,38,42)
#2A1D20
(42,29,32)
#1F1416
(31,20,22)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #826570

#826570
(130,101,112)
#8D737D
(141,115,125)
#98818A
(152,129,138)
#A38F97
(163,143,151)
#AE9DA4
(174,157,164)
#B9ABB1
(185,171,177)
#C4B9BE
(196,185,190)
#CFC7CB
(207,199,203)
#DAD5D8
(218,213,216)
#E5E3E5
(229,227,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826570; }

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

This text font color is #826570.


Background Color

.myBgColor { background-color: #826570; }

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

This div background color is #826570.


Border color

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

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

This div border color is #826570.


Opacity

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

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

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

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

This text has shadow with #826570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826570 on black background.


Color preview on white background

This text has color #826570 on white background.



Black color preview on #826570 background

This text has black color on #826570 background.


White color preview on #826570 background

This text has white color on #826570 background.