COLOR #82646C

HEX: #82646C
RGB: (130,100,108)

Color info

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

RGB color model

#82646C color RGB value is (130,100,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 108 of 255 = 42%

130
100
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 108 = 338 (100%)
R 130 of 338 ~ 38.46%
G 100 of 338 ~ 29.59%
B 108 of 338 ~ 31.95%

%38.46
%29.59
%31.95

CMYK color model

#82646C color CMYK value is (0,23,17,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,23,17,49)
C0M23Y17K49 
(0%,23%,17%,49%)
(0.00/0.23/0.17/0.49)	

CMYK percentages

%0
%23.08
%16.92
%49.02

Codes

Color #82646C in popluar color models

82646C
RGB130100108
HSL344°13.04%45.10%
HSB/HSV344°23.08%50.98%
CMYK0.00%23.08%16.92%
49.02%

Color #82646C in popluar number systems.

HEX82646C
Decimal130100108
Binary1000001011001001101100
Octal202144154

Shades and tints

Shades of #82646C

#82646C
(130,100,108)
#775B63
(119,91,99)
#6C525A
(108,82,90)
#614951
(97,73,81)
#564048
(86,64,72)
#4B373F
(75,55,63)
#402E36
(64,46,54)
#35252D
(53,37,45)
#2A1C24
(42,28,36)
#1F131B
(31,19,27)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #82646C

#82646C
(130,100,108)
#8D7279
(141,114,121)
#988086
(152,128,134)
#A38E93
(163,142,147)
#AE9CA0
(174,156,160)
#B9AAAD
(185,170,173)
#C4B8BA
(196,184,186)
#CFC6C7
(207,198,199)
#DAD4D4
(218,212,212)
#E5E2E1
(229,226,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82646C; }

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

This text font color is #82646C.


Background Color

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

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

This div background color is #82646C.


Border color

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

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

This div border color is #82646C.


Opacity

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

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

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

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

This text has shadow with #82646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82646C on black background.


Color preview on white background

This text has color #82646C on white background.



Black color preview on #82646C background

This text has black color on #82646C background.


White color preview on #82646C background

This text has white color on #82646C background.