COLOR #826A70

HEX: #826A70
RGB: (130,106,112)

Color info

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

RGB color model

#826A70 color RGB value is (130,106,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 112 of 255 = 44%

130
106
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 112 = 348 (100%)
R 130 of 348 ~ 37.36%
G 106 of 348 ~ 30.46%
B 112 of 348 ~ 32.18%

%37.36
%30.46
%32.18

CMYK color model

#826A70 color CMYK value is (0,18,14,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,18,14,49)
C0M18Y14K49 
(0%,18%,14%,49%)
(0.00/0.18/0.14/0.49)	

CMYK percentages

%0
%18.46
%13.85
%49.02

Codes

Color #826A70 in popluar color models

826A70
RGB130106112
HSL345°10.17%46.27%
HSB/HSV345°18.46%50.98%
CMYK0.00%18.46%13.85%
49.02%

Color #826A70 in popluar number systems.

HEX826A70
Decimal130106112
Binary1000001011010101110000
Octal202152160

Shades and tints

Shades of #826A70

#826A70
(130,106,112)
#776166
(119,97,102)
#6C585C
(108,88,92)
#614F52
(97,79,82)
#564648
(86,70,72)
#4B3D3E
(75,61,62)
#403434
(64,52,52)
#352B2A
(53,43,42)
#2A2220
(42,34,32)
#1F1916
(31,25,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #826A70

#826A70
(130,106,112)
#8D777D
(141,119,125)
#98848A
(152,132,138)
#A39197
(163,145,151)
#AE9EA4
(174,158,164)
#B9ABB1
(185,171,177)
#C4B8BE
(196,184,190)
#CFC5CB
(207,197,203)
#DAD2D8
(218,210,216)
#E5DFE5
(229,223,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A70; }

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

This text font color is #826A70.


Background Color

.myBgColor { background-color: #826A70; }

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

This div background color is #826A70.


Border color

.myBorderColor { border: 1px solid #826A70; }

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

This div border color is #826A70.


Opacity

.myOpacity80 { color: #826A70; opacity: 0.8; }

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

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

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

This text has shadow with #826A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A70 on black background.


Color preview on white background

This text has color #826A70 on white background.



Black color preview on #826A70 background

This text has black color on #826A70 background.


White color preview on #826A70 background

This text has white color on #826A70 background.