COLOR #82466F

HEX: #82466F RGB: (130,70,111)

Color info

#82466F contains mainly red and blue colors. Web safe color of #82466F is #993366 (or #936).

RGB color model

#82466F color RGB value is (130,70,111).

RGB: (130,70,111) (51%, 27%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 111 of 255 = 44%

130
70
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 70 + 111 = 311 (100%)
R 130 of 311 ~ 41.8%
G 70 of 311 ~ 22.51%
B 111 of 311 ~ 35.69'%

%41.8
%22.51
%35.69

CMYK color model

#82466F color CMYK value is (0,46,15,49).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (0,46,15,49)
C0M46Y15K49 (0%, 46%, 15%, 49%)
(0.00 / 0.46 / 0.15 / 0.49)

CMYK percentages

%0
%46.15
%14.62
%49.02

Codes

Color #82466F in popluar color models

82 46 6F
RGB 130 70 111
HSL 319° 30.00% 39.22%
HSB/HSV 319° 46.15% 50.98%
CMYK 0.00% 46.15% 14.62%
49.02%

Color #82466F in popluar number systems.

HEX 82 46 6F
Decimal 130 70 111
Binary 10000010 1000110 1101111
Octal 202 106 157

Shades and tints

Shades of #82466F

#82466F
(130,70,111)
#774065
(119,64,101)
#6C3A5B
(108,58,91)
#613451
(97,52,81)
#562E47
(86,46,71)
#4B283D
(75,40,61)
#402233
(64,34,51)
#351C29
(53,28,41)
#2A161F
(42,22,31)
#1F1015
(31,16,21)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #82466F

#82466F
(130,70,111)
#8D567C
(141,86,124)
#986689
(152,102,137)
#A37696
(163,118,150)
#AE86A3
(174,134,163)
#B996B0
(185,150,176)
#C4A6BD
(196,166,189)
#CFB6CA
(207,182,202)
#DAC6D7
(218,198,215)
#E5D6E4
(229,214,228)
#F0E6F1
(240,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82466F color. Also use rgb(130,70,111) instead hex code.

Text Font Color

.myTextColor { color: #82466F; }

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

This text font color is #82466F.

Background Color

.myBgColor { background-color: #82466F; }

<div style="background-color:#82466F">Inner text</div>

This div background color is #82466F.

Border color

.myBorderColor { border: 1px solid #82466F; }

<div style="border:3px solid #82466F">Div</div>

This div border color is #82466F.

Opacity

.myOpacity80 { color: #82466F; opacity: 0.8; }

<p style="color:#82466F;opacity:0.8;">80%</p>

Text with #82466F 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 #82466F;}

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

This text has shadow with #82466F color.


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

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

This text has shadow with #82466F primary color and red secondary color.


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

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

This text has shadow with #82466F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82466F.

Preview

Color preview on black background

This text has color #82466F on black background.


Color preview on white background

This text has color #82466F on white background.


Black color preview on #82466F background

This text has black color on #82466F background.


White color preview on #82466F background

This text has white color on #82466F background.


Related colors

Complementary color

Complementary color for #hex is #7DB990.


I love getcolorcode.com

Triadic colors

1 #6F8246 and #466F82 with #82466F are triadic colors.

2 #6F4682 and #46826F with #82466F are triadic colors.