COLOR #82705F

HEX: #82705F
RGB: (130,112,95)

Color info

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

RGB color model

#82705F color RGB value is (130,112,95).

  • red value is 130;
  • green value is 112;
  • blue value is 95.
RGB:
(130,112,95)
(51%,44%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 95 of 255 = 37%

130
112
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 95 = 337 (100%)
R 130 of 337 ~ 38.58%
G 112 of 337 ~ 33.23%
B 95 of 337 ~ 28.19%

%38.58
%33.23
%28.19

CMYK color model

#82705F color CMYK value is (0,14,27,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(0,14,27,49)
C0M14Y27K49 
(0%,14%,27%,49%)
(0.00/0.14/0.27/0.49)	

CMYK percentages

%0
%13.85
%26.92
%49.02

Codes

Color #82705F in popluar color models

82705F
RGB13011295
HSL29°15.56%44.12%
HSB/HSV29°26.92%50.98%
CMYK0.00%13.85%26.92%
49.02%

Color #82705F in popluar number systems.

HEX82705F
Decimal13011295
Binary1000001011100001011111
Octal202160137

Shades and tints

Shades of #82705F

#82705F
(130,112,95)
#776657
(119,102,87)
#6C5C4F
(108,92,79)
#615247
(97,82,71)
#56483F
(86,72,63)
#4B3E37
(75,62,55)
#40342F
(64,52,47)
#352A27
(53,42,39)
#2A201F
(42,32,31)
#1F1617
(31,22,23)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #82705F

#82705F
(130,112,95)
#8D7D6D
(141,125,109)
#988A7B
(152,138,123)
#A39789
(163,151,137)
#AEA497
(174,164,151)
#B9B1A5
(185,177,165)
#C4BEB3
(196,190,179)
#CFCBC1
(207,203,193)
#DAD8CF
(218,216,207)
#E5E5DD
(229,229,221)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82705F; }

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

This text font color is #82705F.


Background Color

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

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

This div background color is #82705F.


Border color

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

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

This div border color is #82705F.


Opacity

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

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

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

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

This text has shadow with #82705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82705F on black background.


Color preview on white background

This text has color #82705F on white background.



Black color preview on #82705F background

This text has black color on #82705F background.


White color preview on #82705F background

This text has white color on #82705F background.