COLOR #82766C

HEX: #82766C
RGB: (130,118,108)

Color info

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

RGB color model

#82766C color RGB value is (130,118,108).

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

RGB channels and saturation

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

130
118
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 108 = 356 (100%)
R 130 of 356 ~ 36.52%
G 118 of 356 ~ 33.15%
B 108 of 356 ~ 30.34%

%36.52
%33.15
%30.34

CMYK color model

#82766C color CMYK value is (0,9,17,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,9,17,49)
C0M9Y17K49 
(0%,9%,17%,49%)
(0.00/0.09/0.17/0.49)	

CMYK percentages

%0
%9.23
%16.92
%49.02

Codes

Color #82766C in popluar color models

82766C
RGB130118108
HSL27°9.24%46.67%
HSB/HSV27°16.92%50.98%
CMYK0.00%9.23%16.92%
49.02%

Color #82766C in popluar number systems.

HEX82766C
Decimal130118108
Binary1000001011101101101100
Octal202166154

Shades and tints

Shades of #82766C

#82766C
(130,118,108)
#776C63
(119,108,99)
#6C625A
(108,98,90)
#615851
(97,88,81)
#564E48
(86,78,72)
#4B443F
(75,68,63)
#403A36
(64,58,54)
#35302D
(53,48,45)
#2A2624
(42,38,36)
#1F1C1B
(31,28,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82766C

#82766C
(130,118,108)
#8D8279
(141,130,121)
#988E86
(152,142,134)
#A39A93
(163,154,147)
#AEA6A0
(174,166,160)
#B9B2AD
(185,178,173)
#C4BEBA
(196,190,186)
#CFCAC7
(207,202,199)
#DAD6D4
(218,214,212)
#E5E2E1
(229,226,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82766C; }

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

This text font color is #82766C.


Background Color

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

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

This div background color is #82766C.


Border color

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

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

This div border color is #82766C.


Opacity

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

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

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

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

This text has shadow with #82766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82766C on black background.


Color preview on white background

This text has color #82766C on white background.



Black color preview on #82766C background

This text has black color on #82766C background.


White color preview on #82766C background

This text has white color on #82766C background.