COLOR #82806D

HEX: #82806D RGB: (130,128,109)

Color info

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

RGB color model

#82806D color RGB value is (130,128,109).

RGB: (130,128,109) (51%, 50%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 109 of 255 = 43%

130
128
109

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 109 = 367 (100%)
R 130 of 367 ~ 35.42%
G 128 of 367 ~ 34.88%
B 109 of 367 ~ 29.7'%

%35.42
%34.88
%29.7

CMYK color model

#82806D color CMYK value is (0,2,16,49).

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

CMYK: (0,2,16,49)
C0M2Y16K49 (0%, 2%, 16%, 49%)
(0.00 / 0.02 / 0.16 / 0.49)

CMYK percentages

%0
%1.54
%16.15
%49.02

Codes

Color #82806D in popluar color models

82 80 6D
RGB 130 128 109
HSL 54° 8.79% 46.86%
HSB/HSV 54° 16.15% 50.98%
CMYK 0.00% 1.54% 16.15%
49.02%

Color #82806D in popluar number systems.

HEX 82 80 6D
Decimal 130 128 109
Binary 10000010 10000000 1101101
Octal 202 200 155

Shades and tints

Shades of #82806D

#82806D
(130,128,109)
#777564
(119,117,100)
#6C6A5B
(108,106,91)
#615F52
(97,95,82)
#565449
(86,84,73)
#4B4940
(75,73,64)
#403E37
(64,62,55)
#35332E
(53,51,46)
#2A2825
(42,40,37)
#1F1D1C
(31,29,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82806D

#82806D
(130,128,109)
#8D8B7A
(141,139,122)
#989687
(152,150,135)
#A3A194
(163,161,148)
#AEACA1
(174,172,161)
#B9B7AE
(185,183,174)
#C4C2BB
(196,194,187)
#CFCDC8
(207,205,200)
#DAD8D5
(218,216,213)
#E5E3E2
(229,227,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82806D; }

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

This text font color is #82806D.

Background Color

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

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

This div background color is #82806D.

Border color

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

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

This div border color is #82806D.

Opacity

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

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

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

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

This text has shadow with #82806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82806D.

Preview

Color preview on black background

This text has color #82806D on black background.


Color preview on white background

This text has color #82806D on white background.


Black color preview on #82806D background

This text has black color on #82806D background.


White color preview on #82806D background

This text has white color on #82806D background.


Related colors

Complementary color

Complementary color for #hex is #7D7F92.


I love getcolorcode.com

Triadic colors

1 #6D8280 and #806D82 with #82806D are triadic colors.

2 #6D8082 and #80826D with #82806D are triadic colors.