COLOR #82806C

HEX: #82806C
RGB: (130,128,108)

Color info

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

RGB color model

#82806C color RGB value is (130,128,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 108 of 255 = 42%

130
128
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 108 = 366 (100%)
R 130 of 366 ~ 35.52%
G 128 of 366 ~ 34.97%
B 108 of 366 ~ 29.51%

%35.52
%34.97
%29.51

CMYK color model

#82806C color CMYK value is (0,2,17,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,2,17,49)
C0M2Y17K49 
(0%,2%,17%,49%)
(0.00/0.02/0.17/0.49)	

CMYK percentages

%0
%1.54
%16.92
%49.02

Codes

Color #82806C in popluar color models

82806C
RGB130128108
HSL55°9.24%46.67%
HSB/HSV55°16.92%50.98%
CMYK0.00%1.54%16.92%
49.02%

Color #82806C in popluar number systems.

HEX82806C
Decimal130128108
Binary10000010100000001101100
Octal202200154

Shades and tints

Shades of #82806C

#82806C
(130,128,108)
#777563
(119,117,99)
#6C6A5A
(108,106,90)
#615F51
(97,95,81)
#565448
(86,84,72)
#4B493F
(75,73,63)
#403E36
(64,62,54)
#35332D
(53,51,45)
#2A2824
(42,40,36)
#1F1D1B
(31,29,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82806C

#82806C
(130,128,108)
#8D8B79
(141,139,121)
#989686
(152,150,134)
#A3A193
(163,161,147)
#AEACA0
(174,172,160)
#B9B7AD
(185,183,173)
#C4C2BA
(196,194,186)
#CFCDC7
(207,205,199)
#DAD8D4
(218,216,212)
#E5E3E1
(229,227,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82806C; }

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

This text font color is #82806C.


Background Color

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

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

This div background color is #82806C.


Border color

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

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

This div border color is #82806C.


Opacity

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

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

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

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

This text has shadow with #82806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82806C on black background.


Color preview on white background

This text has color #82806C on white background.



Black color preview on #82806C background

This text has black color on #82806C background.


White color preview on #82806C background

This text has white color on #82806C background.