COLOR #82786B

HEX: #82786B
RGB: (130,120,107)

Color info

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

RGB color model

#82786B color RGB value is (130,120,107).

  • red value is 130;
  • green value is 120;
  • blue value is 107.
RGB:
(130,120,107)
(51%,47%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 107 of 255 = 42%

130
120
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 107 = 357 (100%)
R 130 of 357 ~ 36.41%
G 120 of 357 ~ 33.61%
B 107 of 357 ~ 29.97%

%36.41
%33.61
%29.97

CMYK color model

#82786B color CMYK value is (0,8,18,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(0,8,18,49)
C0M8Y18K49 
(0%,8%,18%,49%)
(0.00/0.08/0.18/0.49)	

CMYK percentages

%0
%7.69
%17.69
%49.02

Codes

Color #82786B in popluar color models

82786B
RGB130120107
HSL34°9.70%46.47%
HSB/HSV34°17.69%50.98%
CMYK0.00%7.69%17.69%
49.02%

Color #82786B in popluar number systems.

HEX82786B
Decimal130120107
Binary1000001011110001101011
Octal202170153

Shades and tints

Shades of #82786B

#82786B
(130,120,107)
#776E62
(119,110,98)
#6C6459
(108,100,89)
#615A50
(97,90,80)
#565047
(86,80,71)
#4B463E
(75,70,62)
#403C35
(64,60,53)
#35322C
(53,50,44)
#2A2823
(42,40,35)
#1F1E1A
(31,30,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82786B

#82786B
(130,120,107)
#8D8478
(141,132,120)
#989085
(152,144,133)
#A39C92
(163,156,146)
#AEA89F
(174,168,159)
#B9B4AC
(185,180,172)
#C4C0B9
(196,192,185)
#CFCCC6
(207,204,198)
#DAD8D3
(218,216,211)
#E5E4E0
(229,228,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82786B color. Also use rgb(130,120,107) instead hex code.

Text Font Color

.myTextColor { color: #82786B; }

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

This text font color is #82786B.


Background Color

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

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

This div background color is #82786B.


Border color

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

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

This div border color is #82786B.


Opacity

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

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

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

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

This text has shadow with #82786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82786B on black background.


Color preview on white background

This text has color #82786B on white background.



Black color preview on #82786B background

This text has black color on #82786B background.


White color preview on #82786B background

This text has white color on #82786B background.