COLOR #82646A

HEX: #82646A RGB: (130,100,106)

Color info

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

RGB color model

#82646A color RGB value is (130,100,106).

RGB: (130,100,106) (51%, 39%, 42%)

RGB channels and saturation

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

130
100
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 100 + 106 = 336 (100%)
R 130 of 336 ~ 38.69%
G 100 of 336 ~ 29.76%
B 106 of 336 ~ 31.55'%

%38.69
%29.76
%31.55

CMYK color model

#82646A color CMYK value is (0,23,18,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 18.46%
  • key color value is 49.02%

CMYK: (0,23,18,49)
C0M23Y18K49 (0%, 23%, 18%, 49%)
(0.00 / 0.23 / 0.18 / 0.49)

CMYK percentages

%0
%23.08
%18.46
%49.02

Codes

Color #82646A in popluar color models

82 64 6A
RGB 130 100 106
HSL 348° 13.04% 45.10%
HSB/HSV 348° 23.08% 50.98%
CMYK 0.00% 23.08% 18.46%
49.02%

Color #82646A in popluar number systems.

HEX 82 64 6A
Decimal 130 100 106
Binary 10000010 1100100 1101010
Octal 202 144 152

Shades and tints

Shades of #82646A

#82646A
(130,100,106)
#775B61
(119,91,97)
#6C5258
(108,82,88)
#61494F
(97,73,79)
#564046
(86,64,70)
#4B373D
(75,55,61)
#402E34
(64,46,52)
#35252B
(53,37,43)
#2A1C22
(42,28,34)
#1F1319
(31,19,25)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #82646A

#82646A
(130,100,106)
#8D7277
(141,114,119)
#988084
(152,128,132)
#A38E91
(163,142,145)
#AE9C9E
(174,156,158)
#B9AAAB
(185,170,171)
#C4B8B8
(196,184,184)
#CFC6C5
(207,198,197)
#DAD4D2
(218,212,210)
#E5E2DF
(229,226,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82646A; }

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

This text font color is #82646A.

Background Color

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

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

This div background color is #82646A.

Border color

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

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

This div border color is #82646A.

Opacity

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

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

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

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

This text has shadow with #82646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82646A.

Preview

Color preview on black background

This text has color #82646A on black background.


Color preview on white background

This text has color #82646A on white background.


Black color preview on #82646A background

This text has black color on #82646A background.


White color preview on #82646A background

This text has white color on #82646A background.


Related colors

Complementary color

Complementary color for #hex is #7D9B95.


I love getcolorcode.com

Triadic colors

1 #6A8264 and #646A82 with #82646A are triadic colors.

2 #6A6482 and #64826A with #82646A are triadic colors.