COLOR #82664D

HEX: #82664D RGB: (130,102,77)

Color info

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

RGB color model

#82664D color RGB value is (130,102,77).

RGB: (130,102,77) (51%, 40%, 30%)

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 77 of 255 = 30%

130
102
77

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

Portions of RGB colors in percentages

R + G + B = 130 + 102 + 77 = 309 (100%)
R 130 of 309 ~ 42.07%
G 102 of 309 ~ 33.01%
B 77 of 309 ~ 24.92'%

%42.07
%33.01
%24.92

CMYK color model

#82664D color CMYK value is (0,22,41,49).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 40.77%
  • key color value is 49.02%

CMYK: (0,22,41,49)
C0M22Y41K49 (0%, 22%, 41%, 49%)
(0.00 / 0.22 / 0.41 / 0.49)

CMYK percentages

%0
%21.54
%40.77
%49.02

Codes

Color #82664D in popluar color models

82 66 4D
RGB 130 102 77
HSL 28° 25.60% 40.59%
HSB/HSV 28° 40.77% 50.98%
CMYK 0.00% 21.54% 40.77%
49.02%

Color #82664D in popluar number systems.

HEX 82 66 4D
Decimal 130 102 77
Binary 10000010 1100110 1001101
Octal 202 146 115

Shades and tints

Shades of #82664D

#82664D
(130,102,77)
#775D46
(119,93,70)
#6C543F
(108,84,63)
#614B38
(97,75,56)
#564231
(86,66,49)
#4B392A
(75,57,42)
#403023
(64,48,35)
#35271C
(53,39,28)
#2A1E15
(42,30,21)
#1F150E
(31,21,14)
#140C07
(20,12,7)
#000000
(0,0,0)

Tints of #82664D

#82664D
(130,102,77)
#8D735D
(141,115,93)
#98806D
(152,128,109)
#A38D7D
(163,141,125)
#AE9A8D
(174,154,141)
#B9A79D
(185,167,157)
#C4B4AD
(196,180,173)
#CFC1BD
(207,193,189)
#DACECD
(218,206,205)
#E5DBDD
(229,219,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82664D color. Also use rgb(130,102,77) instead hex code.

Text Font Color

.myTextColor { color: #82664D; }

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

This text font color is #82664D.

Background Color

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

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

This div background color is #82664D.

Border color

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

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

This div border color is #82664D.

Opacity

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

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

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

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

This text has shadow with #82664D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82664D.

Preview

Color preview on black background

This text has color #82664D on black background.


Color preview on white background

This text has color #82664D on white background.


Black color preview on #82664D background

This text has black color on #82664D background.


White color preview on #82664D background

This text has white color on #82664D background.


Related colors

Complementary color

Complementary color for #hex is #7D99B2.


I love getcolorcode.com

Triadic colors

1 #4D8266 and #664D82 with #82664D are triadic colors.

2 #4D6682 and #66824D with #82664D are triadic colors.