COLOR #82606C

HEX: #82606C
RGB: (130,96,108)

Color info

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

RGB color model

#82606C color RGB value is (130,96,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 108 of 255 = 42%

130
96
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 108 = 334 (100%)
R 130 of 334 ~ 38.92%
G 96 of 334 ~ 28.74%
B 108 of 334 ~ 32.34%

%38.92
%28.74
%32.34

CMYK color model

#82606C color CMYK value is (0,26,17,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,26,17,49)
C0M26Y17K49 
(0%,26%,17%,49%)
(0.00/0.26/0.17/0.49)	

CMYK percentages

%0
%26.15
%16.92
%49.02

Codes

Color #82606C in popluar color models

82606C
RGB13096108
HSL339°15.04%44.31%
HSB/HSV339°26.15%50.98%
CMYK0.00%26.15%16.92%
49.02%

Color #82606C in popluar number systems.

HEX82606C
Decimal13096108
Binary1000001011000001101100
Octal202140154

Shades and tints

Shades of #82606C

#82606C
(130,96,108)
#775863
(119,88,99)
#6C505A
(108,80,90)
#614851
(97,72,81)
#564048
(86,64,72)
#4B383F
(75,56,63)
#403036
(64,48,54)
#35282D
(53,40,45)
#2A2024
(42,32,36)
#1F181B
(31,24,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #82606C

#82606C
(130,96,108)
#8D6E79
(141,110,121)
#987C86
(152,124,134)
#A38A93
(163,138,147)
#AE98A0
(174,152,160)
#B9A6AD
(185,166,173)
#C4B4BA
(196,180,186)
#CFC2C7
(207,194,199)
#DAD0D4
(218,208,212)
#E5DEE1
(229,222,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82606C; }

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

This text font color is #82606C.


Background Color

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

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

This div background color is #82606C.


Border color

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

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

This div border color is #82606C.


Opacity

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

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

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

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

This text has shadow with #82606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82606C on black background.


Color preview on white background

This text has color #82606C on white background.



Black color preview on #82606C background

This text has black color on #82606C background.


White color preview on #82606C background

This text has white color on #82606C background.