COLOR #826D7A

HEX: #826D7A
RGB: (130,109,122)

Color info

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

RGB color model

#826D7A color RGB value is (130,109,122).

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

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 122 of 255 = 48%

130
109
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 122 = 361 (100%)
R 130 of 361 ~ 36.01%
G 109 of 361 ~ 30.19%
B 122 of 361 ~ 33.8%

%36.01
%30.19
%33.8

CMYK color model

#826D7A color CMYK value is (0,16,6,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK: (0,16,6,49) C0M16Y6K49 (0%,16%,6%,49%) (0.00/0.16/0.06/0.49)

CMYK percentages

%0
%16.15
%6.15
%49.02

Codes

Color #826D7A in popluar color models

826D7A
RGB130109122
HSL323°8.79%46.86%
HSB/HSV323°16.15%50.98%
CMYK0.00%16.15%6.15%
49.02%

Color #826D7A in popluar number systems.

HEX826D7A
Decimal130109122
Binary1000001011011011111010
Octal202155172

Shades and tints

Shades of #826D7A

#826D7A
(130,109,122)
#77646F
(119,100,111)
#6C5B64
(108,91,100)
#615259
(97,82,89)
#56494E
(86,73,78)
#4B4043
(75,64,67)
#403738
(64,55,56)
#352E2D
(53,46,45)
#2A2522
(42,37,34)
#1F1C17
(31,28,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #826D7A

#826D7A
(130,109,122)
#8D7A86
(141,122,134)
#988792
(152,135,146)
#A3949E
(163,148,158)
#AEA1AA
(174,161,170)
#B9AEB6
(185,174,182)
#C4BBC2
(196,187,194)
#CFC8CE
(207,200,206)
#DAD5DA
(218,213,218)
#E5E2E6
(229,226,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D7A; }

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

This text font color is #826D7A.


Background Color

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

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

This div background color is #826D7A.


Border color

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

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

This div border color is #826D7A.


Opacity

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

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

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

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

This text has shadow with #826D7A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #826D7A on black background.


Color preview on white background

This text has color #826D7A on white background.



Black color preview on #826D7A background

This text has black color on #826D7A background.


White color preview on #826D7A background

This text has white color on #826D7A background.