COLOR #82646D

HEX: #82646D
RGB: (130,100,109)

Color info

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

RGB color model

#82646D color RGB value is (130,100,109).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 109 of 255 = 43%

130
100
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 109 = 339 (100%)
R 130 of 339 ~ 38.35%
G 100 of 339 ~ 29.5%
B 109 of 339 ~ 32.15%

%38.35
%29.5
%32.15

CMYK color model

#82646D color CMYK value is (0,23,16,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,23,16,49)
C0M23Y16K49 
(0%,23%,16%,49%)
(0.00/0.23/0.16/0.49)	

CMYK percentages

%0
%23.08
%16.15
%49.02

Codes

Color #82646D in popluar color models

82646D
RGB130100109
HSL342°13.04%45.10%
HSB/HSV342°23.08%50.98%
CMYK0.00%23.08%16.15%
49.02%

Color #82646D in popluar number systems.

HEX82646D
Decimal130100109
Binary1000001011001001101101
Octal202144155

Shades and tints

Shades of #82646D

#82646D
(130,100,109)
#775B64
(119,91,100)
#6C525B
(108,82,91)
#614952
(97,73,82)
#564049
(86,64,73)
#4B3740
(75,55,64)
#402E37
(64,46,55)
#35252E
(53,37,46)
#2A1C25
(42,28,37)
#1F131C
(31,19,28)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #82646D

#82646D
(130,100,109)
#8D727A
(141,114,122)
#988087
(152,128,135)
#A38E94
(163,142,148)
#AE9CA1
(174,156,161)
#B9AAAE
(185,170,174)
#C4B8BB
(196,184,187)
#CFC6C8
(207,198,200)
#DAD4D5
(218,212,213)
#E5E2E2
(229,226,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82646D; }

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

This text font color is #82646D.


Background Color

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

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

This div background color is #82646D.


Border color

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

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

This div border color is #82646D.


Opacity

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

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

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

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

This text has shadow with #82646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82646D on black background.


Color preview on white background

This text has color #82646D on white background.



Black color preview on #82646D background

This text has black color on #82646D background.


White color preview on #82646D background

This text has white color on #82646D background.