COLOR #82804C

HEX: #82804C RGB: (130,128,76)

Color info

#82804C contains red, green and blue colors in about the same proportion. Web safe color of #82804C is #996633 (or #963).

RGB color model

#82804C color RGB value is (130,128,76).

RGB: (130,128,76) (51%, 50%, 30%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 76 of 255 = 30%

130
128
76

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 76 = 334 (100%)
R 130 of 334 ~ 38.92%
G 128 of 334 ~ 38.32%
B 76 of 334 ~ 22.75'%

%38.92
%38.32
%22.75

CMYK color model

#82804C color CMYK value is (0,2,42,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK: (0,2,42,49) C0M2Y42K49 (0%,2%,42%,49%) (0.00/0.02/0.42/0.49) 

CMYK percentages

%0
%1.54
%41.54
%49.02

Codes

Color #82804C in popluar color models

82 80 4C
RGB 130 128 76
HSL 58° 26.21% 40.39%
HSB/HSV 58° 41.54% 50.98%
CMYK 0.00% 1.54% 41.54%
49.02%

Color #82804C in popluar number systems.

HEX 82 80 4C
Decimal 130 128 76
Binary 10000010 10000000 1001100
Octal 202 200 114

Shades and tints

Shades of #82804C

#82804C
(130,128,76)
#777546
(119,117,70)
#6C6A40
(108,106,64)
#615F3A
(97,95,58)
#565434
(86,84,52)
#4B492E
(75,73,46)
#403E28
(64,62,40)
#353322
(53,51,34)
#2A281C
(42,40,28)
#1F1D16
(31,29,22)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82804C

#82804C
(130,128,76)
#8D8B5C
(141,139,92)
#98966C
(152,150,108)
#A3A17C
(163,161,124)
#AEAC8C
(174,172,140)
#B9B79C
(185,183,156)
#C4C2AC
(196,194,172)
#CFCDBC
(207,205,188)
#DAD8CC
(218,216,204)
#E5E3DC
(229,227,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82804C; }

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

This text font color is #82804C.

Background Color

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

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

This div background color is #82804C.

Border color

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

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

This div border color is #82804C.

Opacity

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

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

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

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

This text has shadow with #82804C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82804C.

Preview

Color preview on black background

This text has color #82804C on black background.


Color preview on white background

This text has color #82804C on white background.


Black color preview on #82804C background

This text has black color on #82804C background.


White color preview on #82804C background

This text has white color on #82804C background.


Related colors

Complementary color

Complementary color for #hex is #7D7FB3.


I love getcolorcode.com

Triadic colors

1 #4C8280 and #804C82 with #82804C are triadic colors.

2 #4C8082 and #80824C with #82804C are triadic colors.