COLOR #82705B

HEX: #82705B RGB: (130,112,91)

Color info

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

RGB color model

#82705B color RGB value is (130,112,91).

RGB: (130,112,91) (51%, 44%, 36%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 91 of 255 = 36%

130
112
91

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

Portions of RGB colors in percentages

R + G + B = 130 + 112 + 91 = 333 (100%)
R 130 of 333 ~ 39.04%
G 112 of 333 ~ 33.63%
B 91 of 333 ~ 27.33'%

%39.04
%33.63
%27.33

CMYK color model

#82705B color CMYK value is (0,14,30,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 30.00%
  • key color value is 49.02%

CMYK: (0,14,30,49)
C0M14Y30K49 (0%, 14%, 30%, 49%)
(0.00 / 0.14 / 0.30 / 0.49)

CMYK percentages

%0
%13.85
%30
%49.02

Codes

Color #82705B in popluar color models

82 70 5B
RGB 130 112 91
HSL 32° 17.65% 43.33%
HSB/HSV 32° 30.00% 50.98%
CMYK 0.00% 13.85% 30.00%
49.02%

Color #82705B in popluar number systems.

HEX 82 70 5B
Decimal 130 112 91
Binary 10000010 1110000 1011011
Octal 202 160 133

Shades and tints

Shades of #82705B

#82705B
(130,112,91)
#776653
(119,102,83)
#6C5C4B
(108,92,75)
#615243
(97,82,67)
#56483B
(86,72,59)
#4B3E33
(75,62,51)
#40342B
(64,52,43)
#352A23
(53,42,35)
#2A201B
(42,32,27)
#1F1613
(31,22,19)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #82705B

#82705B
(130,112,91)
#8D7D69
(141,125,105)
#988A77
(152,138,119)
#A39785
(163,151,133)
#AEA493
(174,164,147)
#B9B1A1
(185,177,161)
#C4BEAF
(196,190,175)
#CFCBBD
(207,203,189)
#DAD8CB
(218,216,203)
#E5E5D9
(229,229,217)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82705B color. Also use rgb(130,112,91) instead hex code.

Text Font Color

.myTextColor { color: #82705B; }

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

This text font color is #82705B.

Background Color

.myBgColor { background-color: #82705B; }

<div style="background-color:#82705B">Inner text</div>

This div background color is #82705B.

Border color

.myBorderColor { border: 1px solid #82705B; }

<div style="border:3px solid #82705B">Div</div>

This div border color is #82705B.

Opacity

.myOpacity80 { color: #82705B; opacity: 0.8; }

<p style="color:#82705B;opacity:0.8;">80%</p>

Text with #82705B 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 #82705B;}

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

This text has shadow with #82705B color.


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

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

This text has shadow with #82705B primary color and red secondary color.


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

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

This text has shadow with #82705B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82705B.

Preview

Color preview on black background

This text has color #82705B on black background.


Color preview on white background

This text has color #82705B on white background.


Black color preview on #82705B background

This text has black color on #82705B background.


White color preview on #82705B background

This text has white color on #82705B background.


Related colors

Complementary color

Complementary color for #hex is #7D8FA4.


I love getcolorcode.com

Triadic colors

1 #5B8270 and #705B82 with #82705B are triadic colors.

2 #5B7082 and #70825B with #82705B are triadic colors.