COLOR #82766A

HEX: #82766A
RGB: (130,118,106)

Color info

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

RGB color model

#82766A color RGB value is (130,118,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 106 of 255 = 42%

130
118
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 106 = 354 (100%)
R 130 of 354 ~ 36.72%
G 118 of 354 ~ 33.33%
B 106 of 354 ~ 29.94%

%36.72
%33.33
%29.94

CMYK color model

#82766A color CMYK value is (0,9,18,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(0,9,18,49)
C0M9Y18K49 
(0%,9%,18%,49%)
(0.00/0.09/0.18/0.49)	

CMYK percentages

%0
%9.23
%18.46
%49.02

Codes

Color #82766A in popluar color models

82766A
RGB130118106
HSL30°10.17%46.27%
HSB/HSV30°18.46%50.98%
CMYK0.00%9.23%18.46%
49.02%

Color #82766A in popluar number systems.

HEX82766A
Decimal130118106
Binary1000001011101101101010
Octal202166152

Shades and tints

Shades of #82766A

#82766A
(130,118,106)
#776C61
(119,108,97)
#6C6258
(108,98,88)
#61584F
(97,88,79)
#564E46
(86,78,70)
#4B443D
(75,68,61)
#403A34
(64,58,52)
#35302B
(53,48,43)
#2A2622
(42,38,34)
#1F1C19
(31,28,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82766A

#82766A
(130,118,106)
#8D8277
(141,130,119)
#988E84
(152,142,132)
#A39A91
(163,154,145)
#AEA69E
(174,166,158)
#B9B2AB
(185,178,171)
#C4BEB8
(196,190,184)
#CFCAC5
(207,202,197)
#DAD6D2
(218,214,210)
#E5E2DF
(229,226,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82766A; }

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

This text font color is #82766A.


Background Color

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

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

This div background color is #82766A.


Border color

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

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

This div border color is #82766A.


Opacity

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

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

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

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

This text has shadow with #82766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82766A on black background.


Color preview on white background

This text has color #82766A on white background.



Black color preview on #82766A background

This text has black color on #82766A background.


White color preview on #82766A background

This text has white color on #82766A background.