COLOR #82506B

HEX: #82506B RGB: (130,80,107)

Color info

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

RGB color model

#82506B color RGB value is (130,80,107).

RGB: (130,80,107) (51%, 31%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 107 of 255 = 42%

130
80
107

R + G + B ~ 41%. #82506B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 80 + 107 = 317 (100%)
R 130 of 317 ~ 41.01%
G 80 of 317 ~ 25.24%
B 107 of 317 ~ 33.75'%

%41.01
%25.24
%33.75

CMYK color model

#82506B color CMYK value is (0,38,18,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 17.69%
  • key color value is 49.02%

CMYK: (0,38,18,49)
C0M38Y18K49 (0%, 38%, 18%, 49%)
(0.00 / 0.38 / 0.18 / 0.49)

CMYK percentages

%0
%38.46
%17.69
%49.02

Codes

Color #82506B in popluar color models

82 50 6B
RGB 130 80 107
HSL 328° 23.81% 41.18%
HSB/HSV 328° 38.46% 50.98%
CMYK 0.00% 38.46% 17.69%
49.02%

Color #82506B in popluar number systems.

HEX 82 50 6B
Decimal 130 80 107
Binary 10000010 1010000 1101011
Octal 202 120 153

Shades and tints

Shades of #82506B

#82506B
(130,80,107)
#774962
(119,73,98)
#6C4259
(108,66,89)
#613B50
(97,59,80)
#563447
(86,52,71)
#4B2D3E
(75,45,62)
#402635
(64,38,53)
#351F2C
(53,31,44)
#2A1823
(42,24,35)
#1F111A
(31,17,26)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #82506B

#82506B
(130,80,107)
#8D5F78
(141,95,120)
#986E85
(152,110,133)
#A37D92
(163,125,146)
#AE8C9F
(174,140,159)
#B99BAC
(185,155,172)
#C4AAB9
(196,170,185)
#CFB9C6
(207,185,198)
#DAC8D3
(218,200,211)
#E5D7E0
(229,215,224)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82506B color. Also use rgb(130,80,107) instead hex code.

Text Font Color

.myTextColor { color: #82506B; }

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

This text font color is #82506B.

Background Color

.myBgColor { background-color: #82506B; }

<div style="background-color:#82506B">Inner text</div>

This div background color is #82506B.

Border color

.myBorderColor { border: 1px solid #82506B; }

<div style="border:3px solid #82506B">Div</div>

This div border color is #82506B.

Opacity

.myOpacity80 { color: #82506B; opacity: 0.8; }

<p style="color:#82506B;opacity:0.8;">80%</p>

Text with #82506B 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 #82506B;}

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

This text has shadow with #82506B color.


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

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

This text has shadow with #82506B primary color and red secondary color.


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

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

This text has shadow with #82506B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82506B.

Preview

Color preview on black background

This text has color #82506B on black background.


Color preview on white background

This text has color #82506B on white background.


Black color preview on #82506B background

This text has black color on #82506B background.


White color preview on #82506B background

This text has white color on #82506B background.


Related colors

Complementary color

Complementary color for #hex is #7DAF94.


I love getcolorcode.com

Triadic colors

1 #6B8250 and #506B82 with #82506B are triadic colors.

2 #6B5082 and #50826B with #82506B are triadic colors.