COLOR #82807C

HEX: #82807C
RGB: (130,128,124)

Color info

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

RGB color model

#82807C color RGB value is (130,128,124).

  • red value is 130;
  • green value is 128;
  • blue value is 124.
RGB:
(130,128,124)
(51%,50%,49%)

RGB channels and saturation

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

130
128
124

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 124 = 382 (100%)
R 130 of 382 ~ 34.03%
G 128 of 382 ~ 33.51%
B 124 of 382 ~ 32.46%

%34.03
%33.51
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(0,2,5,49)
C0M2Y5K49 
(0%,2%,5%,49%)
(0.00/0.02/0.05/0.49)	

CMYK percentages

%0
%1.54
%4.62
%49.02

Codes

Color #82807C in popluar color models

82807C
RGB130128124
HSL40°2.36%49.80%
HSB/HSV40°4.62%50.98%
CMYK0.00%1.54%4.62%
49.02%

Color #82807C in popluar number systems.

HEX82807C
Decimal130128124
Binary10000010100000001111100
Octal202200174

Shades and tints

Shades of #82807C

#82807C
(130,128,124)
#777571
(119,117,113)
#6C6A66
(108,106,102)
#615F5B
(97,95,91)
#565450
(86,84,80)
#4B4945
(75,73,69)
#403E3A
(64,62,58)
#35332F
(53,51,47)
#2A2824
(42,40,36)
#1F1D19
(31,29,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #82807C

#82807C
(130,128,124)
#8D8B87
(141,139,135)
#989692
(152,150,146)
#A3A19D
(163,161,157)
#AEACA8
(174,172,168)
#B9B7B3
(185,183,179)
#C4C2BE
(196,194,190)
#CFCDC9
(207,205,201)
#DAD8D4
(218,216,212)
#E5E3DF
(229,227,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82807C; }

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

This text font color is #82807C.


Background Color

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

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

This div background color is #82807C.


Border color

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

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

This div border color is #82807C.


Opacity

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

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

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

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

This text has shadow with #82807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82807C on black background.


Color preview on white background

This text has color #82807C on white background.



Black color preview on #82807C background

This text has black color on #82807C background.


White color preview on #82807C background

This text has white color on #82807C background.