COLOR #82804A

HEX: #82804A RGB: (130,128,74)

Color info

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

RGB color model

#82804A color RGB value is (130,128,74).

RGB: (130,128,74) (51%, 50%, 29%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 74 of 255 = 29%

130
128
74

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 74 = 332 (100%)
R 130 of 332 ~ 39.16%
G 128 of 332 ~ 38.55%
B 74 of 332 ~ 22.29'%

%39.16
%38.55
%22.29

CMYK color model

#82804A color CMYK value is (0,2,43,49).

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

CMYK: (0,2,43,49)
C0M2Y43K49 (0%, 2%, 43%, 49%)
(0.00 / 0.02 / 0.43 / 0.49)

CMYK percentages

%0
%1.54
%43.08
%49.02

Codes

Color #82804A in popluar color models

82 80 4A
RGB 130 128 74
HSL 58° 27.45% 40.00%
HSB/HSV 58° 43.08% 50.98%
CMYK 0.00% 1.54% 43.08%
49.02%

Color #82804A in popluar number systems.

HEX 82 80 4A
Decimal 130 128 74
Binary 10000010 10000000 1001010
Octal 202 200 112

Shades and tints

Shades of #82804A

#82804A
(130,128,74)
#777544
(119,117,68)
#6C6A3E
(108,106,62)
#615F38
(97,95,56)
#565432
(86,84,50)
#4B492C
(75,73,44)
#403E26
(64,62,38)
#353320
(53,51,32)
#2A281A
(42,40,26)
#1F1D14
(31,29,20)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #82804A

#82804A
(130,128,74)
#8D8B5A
(141,139,90)
#98966A
(152,150,106)
#A3A17A
(163,161,122)
#AEAC8A
(174,172,138)
#B9B79A
(185,183,154)
#C4C2AA
(196,194,170)
#CFCDBA
(207,205,186)
#DAD8CA
(218,216,202)
#E5E3DA
(229,227,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82804A; }

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

This text font color is #82804A.

Background Color

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

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

This div background color is #82804A.

Border color

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

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

This div border color is #82804A.

Opacity

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

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

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

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

This text has shadow with #82804A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82804A.

Preview

Color preview on black background

This text has color #82804A on black background.


Color preview on white background

This text has color #82804A on white background.


Black color preview on #82804A background

This text has black color on #82804A background.


White color preview on #82804A background

This text has white color on #82804A background.


Related colors

Complementary color

Complementary color for #hex is #7D7FB5.


I love getcolorcode.com

Triadic colors

1 #4A8280 and #804A82 with #82804A are triadic colors.

2 #4A8082 and #80824A with #82804A are triadic colors.