COLOR #82807F

HEX: #82807F RGB: (130,128,127)

Color info

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

RGB color model

#82807F color RGB value is (130,128,127).

RGB: (130,128,127) (51%, 50%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 127 of 255 = 50%

130
128
127

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 127 = 385 (100%)
R 130 of 385 ~ 33.77%
G 128 of 385 ~ 33.25%
B 127 of 385 ~ 32.99'%

%33.77
%33.25
%32.99

CMYK color model

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

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

CMYK: (0,2,2,49)
C0M2Y2K49 (0%, 2%, 2%, 49%)
(0.00 / 0.02 / 0.02 / 0.49)

CMYK percentages

%0
%1.54
%2.31
%49.02

Codes

Color #82807F in popluar color models

82 80 7F
RGB 130 128 127
HSL 20° 1.19% 50.39%
HSB/HSV 20° 2.31% 50.98%
CMYK 0.00% 1.54% 2.31%
49.02%

Color #82807F in popluar number systems.

HEX 82 80 7F
Decimal 130 128 127
Binary 10000010 10000000 1111111
Octal 202 200 177

Shades and tints

Shades of #82807F

#82807F
(130,128,127)
#777574
(119,117,116)
#6C6A69
(108,106,105)
#615F5E
(97,95,94)
#565453
(86,84,83)
#4B4948
(75,73,72)
#403E3D
(64,62,61)
#353332
(53,51,50)
#2A2827
(42,40,39)
#1F1D1C
(31,29,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #82807F

#82807F
(130,128,127)
#8D8B8A
(141,139,138)
#989695
(152,150,149)
#A3A1A0
(163,161,160)
#AEACAB
(174,172,171)
#B9B7B6
(185,183,182)
#C4C2C1
(196,194,193)
#CFCDCC
(207,205,204)
#DAD8D7
(218,216,215)
#E5E3E2
(229,227,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82807F; }

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

This text font color is #82807F.

Background Color

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

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

This div background color is #82807F.

Border color

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

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

This div border color is #82807F.

Opacity

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

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

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

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

This text has shadow with #82807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82807F.

Preview

Color preview on black background

This text has color #82807F on black background.


Color preview on white background

This text has color #82807F on white background.


Black color preview on #82807F background

This text has black color on #82807F background.


White color preview on #82807F background

This text has white color on #82807F background.


Related colors

Complementary color

Complementary color for #hex is #7D7F80.


I love getcolorcode.com

Triadic colors

1 #7F8280 and #807F82 with #82807F are triadic colors.

2 #7F8082 and #80827F with #82807F are triadic colors.