COLOR #82766D

HEX: #82766D
RGB: (130,118,109)

Color info

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

RGB color model

#82766D color RGB value is (130,118,109).

  • red value is 130;
  • green value is 118;
  • blue value is 109.
RGB:
(130,118,109)
(51%,46%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 109 of 255 = 43%

130
118
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 109 = 357 (100%)
R 130 of 357 ~ 36.41%
G 118 of 357 ~ 33.05%
B 109 of 357 ~ 30.53%

%36.41
%33.05
%30.53

CMYK color model

#82766D color CMYK value is (0,9,16,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,9,16,49)
C0M9Y16K49 
(0%,9%,16%,49%)
(0.00/0.09/0.16/0.49)	

CMYK percentages

%0
%9.23
%16.15
%49.02

Codes

Color #82766D in popluar color models

82766D
RGB130118109
HSL26°8.79%46.86%
HSB/HSV26°16.15%50.98%
CMYK0.00%9.23%16.15%
49.02%

Color #82766D in popluar number systems.

HEX82766D
Decimal130118109
Binary1000001011101101101101
Octal202166155

Shades and tints

Shades of #82766D

#82766D
(130,118,109)
#776C64
(119,108,100)
#6C625B
(108,98,91)
#615852
(97,88,82)
#564E49
(86,78,73)
#4B4440
(75,68,64)
#403A37
(64,58,55)
#35302E
(53,48,46)
#2A2625
(42,38,37)
#1F1C1C
(31,28,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82766D

#82766D
(130,118,109)
#8D827A
(141,130,122)
#988E87
(152,142,135)
#A39A94
(163,154,148)
#AEA6A1
(174,166,161)
#B9B2AE
(185,178,174)
#C4BEBB
(196,190,187)
#CFCAC8
(207,202,200)
#DAD6D5
(218,214,213)
#E5E2E2
(229,226,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82766D color. Also use rgb(130,118,109) instead hex code.

Text Font Color

.myTextColor { color: #82766D; }

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

This text font color is #82766D.


Background Color

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

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

This div background color is #82766D.


Border color

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

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

This div border color is #82766D.


Opacity

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

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

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

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

This text has shadow with #82766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82766D on black background.


Color preview on white background

This text has color #82766D on white background.



Black color preview on #82766D background

This text has black color on #82766D background.


White color preview on #82766D background

This text has white color on #82766D background.