COLOR #82786E

HEX: #82786E
RGB: (130,120,110)

Color info

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

RGB color model

#82786E color RGB value is (130,120,110).

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

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 110 of 255 = 43%

130
120
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 110 = 360 (100%)
R 130 of 360 ~ 36.11%
G 120 of 360 ~ 33.33%
B 110 of 360 ~ 30.56%

%36.11
%33.33
%30.56

CMYK color model

#82786E color CMYK value is (0,8,15,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(0,8,15,49)
C0M8Y15K49 
(0%,8%,15%,49%)
(0.00/0.08/0.15/0.49)	

CMYK percentages

%0
%7.69
%15.38
%49.02

Codes

Color #82786E in popluar color models

82786E
RGB130120110
HSL30°8.33%47.06%
HSB/HSV30°15.38%50.98%
CMYK0.00%7.69%15.38%
49.02%

Color #82786E in popluar number systems.

HEX82786E
Decimal130120110
Binary1000001011110001101110
Octal202170156

Shades and tints

Shades of #82786E

#82786E
(130,120,110)
#776E64
(119,110,100)
#6C645A
(108,100,90)
#615A50
(97,90,80)
#565046
(86,80,70)
#4B463C
(75,70,60)
#403C32
(64,60,50)
#353228
(53,50,40)
#2A281E
(42,40,30)
#1F1E14
(31,30,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #82786E

#82786E
(130,120,110)
#8D847B
(141,132,123)
#989088
(152,144,136)
#A39C95
(163,156,149)
#AEA8A2
(174,168,162)
#B9B4AF
(185,180,175)
#C4C0BC
(196,192,188)
#CFCCC9
(207,204,201)
#DAD8D6
(218,216,214)
#E5E4E3
(229,228,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82786E; }

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

This text font color is #82786E.


Background Color

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

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

This div background color is #82786E.


Border color

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

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

This div border color is #82786E.


Opacity

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

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

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

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

This text has shadow with #82786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82786E on black background.


Color preview on white background

This text has color #82786E on white background.



Black color preview on #82786E background

This text has black color on #82786E background.


White color preview on #82786E background

This text has white color on #82786E background.