COLOR #826F7A

HEX: #826F7A
RGB: (130,111,122)

Color info

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

RGB color model

#826F7A color RGB value is (130,111,122).

  • red value is 130;
  • green value is 111;
  • blue value is 122.
RGB:
(130,111,122)
(51%,44%,48%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 122 of 255 = 48%

130
111
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 122 = 363 (100%)
R 130 of 363 ~ 35.81%
G 111 of 363 ~ 30.58%
B 122 of 363 ~ 33.61%

%35.81
%30.58
%33.61

CMYK color model

#826F7A color CMYK value is (0,15,6,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(0,15,6,49)
C0M15Y6K49 
(0%,15%,6%,49%)
(0.00/0.15/0.06/0.49)	

CMYK percentages

%0
%14.62
%6.15
%49.02

Codes

Color #826F7A in popluar color models

826F7A
RGB130111122
HSL325°7.88%47.25%
HSB/HSV325°14.62%50.98%
CMYK0.00%14.62%6.15%
49.02%

Color #826F7A in popluar number systems.

HEX826F7A
Decimal130111122
Binary1000001011011111111010
Octal202157172

Shades and tints

Shades of #826F7A

#826F7A
(130,111,122)
#77656F
(119,101,111)
#6C5B64
(108,91,100)
#615159
(97,81,89)
#56474E
(86,71,78)
#4B3D43
(75,61,67)
#403338
(64,51,56)
#35292D
(53,41,45)
#2A1F22
(42,31,34)
#1F1517
(31,21,23)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #826F7A

#826F7A
(130,111,122)
#8D7C86
(141,124,134)
#988992
(152,137,146)
#A3969E
(163,150,158)
#AEA3AA
(174,163,170)
#B9B0B6
(185,176,182)
#C4BDC2
(196,189,194)
#CFCACE
(207,202,206)
#DAD7DA
(218,215,218)
#E5E4E6
(229,228,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826F7A color. Also use rgb(130,111,122) instead hex code.

Text Font Color

.myTextColor { color: #826F7A; }

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

This text font color is #826F7A.


Background Color

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

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

This div background color is #826F7A.


Border color

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

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

This div border color is #826F7A.


Opacity

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

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

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

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

This text has shadow with #826F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F7A on black background.


Color preview on white background

This text has color #826F7A on white background.



Black color preview on #826F7A background

This text has black color on #826F7A background.


White color preview on #826F7A background

This text has white color on #826F7A background.