COLOR #82807E

HEX: #82807E RGB: (130,128,126)

Color info

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

RGB color model

#82807E color RGB value is (130,128,126).

RGB: (130,128,126) (51%, 50%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 126 of 255 = 49%

130
128
126

R + G + B ~ 50%. #82807E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 126 = 384 (100%)
R 130 of 384 ~ 33.85%
G 128 of 384 ~ 33.33%
B 126 of 384 ~ 32.81'%

%33.85
%33.33
%32.81

CMYK color model

#82807E color CMYK value is (0,2,3,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 3.08%
  • key color value is 49.02%

CMYK: (0,2,3,49)
C0M2Y3K49 (0%, 2%, 3%, 49%)
(0.00 / 0.02 / 0.03 / 0.49)

CMYK percentages

%0
%1.54
%3.08
%49.02

Codes

Color #82807E in popluar color models

82 80 7E
RGB 130 128 126
HSL 30° 1.57% 50.20%
HSB/HSV 30° 3.08% 50.98%
CMYK 0.00% 1.54% 3.08%
49.02%

Color #82807E in popluar number systems.

HEX 82 80 7E
Decimal 130 128 126
Binary 10000010 10000000 1111110
Octal 202 200 176

Shades and tints

Shades of #82807E

#82807E
(130,128,126)
#777573
(119,117,115)
#6C6A68
(108,106,104)
#615F5D
(97,95,93)
#565452
(86,84,82)
#4B4947
(75,73,71)
#403E3C
(64,62,60)
#353331
(53,51,49)
#2A2826
(42,40,38)
#1F1D1B
(31,29,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82807E

#82807E
(130,128,126)
#8D8B89
(141,139,137)
#989694
(152,150,148)
#A3A19F
(163,161,159)
#AEACAA
(174,172,170)
#B9B7B5
(185,183,181)
#C4C2C0
(196,194,192)
#CFCDCB
(207,205,203)
#DAD8D6
(218,216,214)
#E5E3E1
(229,227,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82807E color. Also use rgb(130,128,126) instead hex code.

Text Font Color

.myTextColor { color: #82807E; }

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

This text font color is #82807E.

Background Color

.myBgColor { background-color: #82807E; }

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

This div background color is #82807E.

Border color

.myBorderColor { border: 1px solid #82807E; }

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

This div border color is #82807E.

Opacity

.myOpacity80 { color: #82807E; opacity: 0.8; }

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

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

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

This text has shadow with #82807E color.


.textShadow {text-shadow: 3px 3px 1px #82807E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82807E; -webkit-box-shadow: 1px 1px 3px 2px #82807E; box-shadow:1px 1px 3px 2px #82807E;">
Div content here
</div>

This div box has shadow with color #82807E.

Preview

Color preview on black background

This text has color #82807E on black background.


Color preview on white background

This text has color #82807E on white background.


Black color preview on #82807E background

This text has black color on #82807E background.


White color preview on #82807E background

This text has white color on #82807E background.


Related colors

Complementary color

Complementary color for #hex is #7D7F81.


I love getcolorcode.com

Triadic colors

1 #7E8280 and #807E82 with #82807E are triadic colors.

2 #7E8082 and #80827E with #82807E are triadic colors.