COLOR #826470

HEX: #826470
RGB: (130,100,112)

Color info

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

RGB color model

#826470 color RGB value is (130,100,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 112 of 255 = 44%

130
100
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 112 = 342 (100%)
R 130 of 342 ~ 38.01%
G 100 of 342 ~ 29.24%
B 112 of 342 ~ 32.75%

%38.01
%29.24
%32.75

CMYK color model

#826470 color CMYK value is (0,23,14,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,23,14,49)
C0M23Y14K49 
(0%,23%,14%,49%)
(0.00/0.23/0.14/0.49)	

CMYK percentages

%0
%23.08
%13.85
%49.02

Codes

Color #826470 in popluar color models

826470
RGB130100112
HSL336°13.04%45.10%
HSB/HSV336°23.08%50.98%
CMYK0.00%23.08%13.85%
49.02%

Color #826470 in popluar number systems.

HEX826470
Decimal130100112
Binary1000001011001001110000
Octal202144160

Shades and tints

Shades of #826470

#826470
(130,100,112)
#775B66
(119,91,102)
#6C525C
(108,82,92)
#614952
(97,73,82)
#564048
(86,64,72)
#4B373E
(75,55,62)
#402E34
(64,46,52)
#35252A
(53,37,42)
#2A1C20
(42,28,32)
#1F1316
(31,19,22)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #826470

#826470
(130,100,112)
#8D727D
(141,114,125)
#98808A
(152,128,138)
#A38E97
(163,142,151)
#AE9CA4
(174,156,164)
#B9AAB1
(185,170,177)
#C4B8BE
(196,184,190)
#CFC6CB
(207,198,203)
#DAD4D8
(218,212,216)
#E5E2E5
(229,226,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826470; }

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

This text font color is #826470.


Background Color

.myBgColor { background-color: #826470; }

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

This div background color is #826470.


Border color

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

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

This div border color is #826470.


Opacity

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

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

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

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

This text has shadow with #826470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826470 on black background.


Color preview on white background

This text has color #826470 on white background.



Black color preview on #826470 background

This text has black color on #826470 background.


White color preview on #826470 background

This text has white color on #826470 background.