COLOR #82608B

HEX: #82608B
RGB: (130,96,139)

Color info

#82608B contains red, green and blue colors in about the same proportion. Web safe color of #82608B is #996699 (or #969).

RGB color model

#82608B color RGB value is (130,96,139).

  • red value is 130;
  • green value is 96;
  • blue value is 139.
RGB:
(130,96,139)
(51%,38%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 139 of 255 = 55%

130
96
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 139 = 365 (100%)
R 130 of 365 ~ 35.62%
G 96 of 365 ~ 26.3%
B 139 of 365 ~ 38.08%

%35.62
%26.3
%38.08

CMYK color model

#82608B color CMYK value is (6,31,0,45).

  • cyan value is 6.47%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,31,0,45)
C6M31Y0K45 
(6%,31%,0%,45%)
(0.06/0.31/0.00/0.45)	

CMYK percentages

%6.47
%30.94
%0
%45.49

Codes

Color #82608B in popluar color models

82608B
RGB13096139
HSL287°18.30%46.08%
HSB/HSV287°30.94%54.51%
CMYK6.47%30.94%0.00%
45.49%

Color #82608B in popluar number systems.

HEX82608B
Decimal13096139
Binary10000010110000010001011
Octal202140213

Shades and tints

Shades of #82608B

#82608B
(130,96,139)
#77587F
(119,88,127)
#6C5073
(108,80,115)
#614867
(97,72,103)
#56405B
(86,64,91)
#4B384F
(75,56,79)
#403043
(64,48,67)
#352837
(53,40,55)
#2A202B
(42,32,43)
#1F181F
(31,24,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #82608B

#82608B
(130,96,139)
#8D6E95
(141,110,149)
#987C9F
(152,124,159)
#A38AA9
(163,138,169)
#AE98B3
(174,152,179)
#B9A6BD
(185,166,189)
#C4B4C7
(196,180,199)
#CFC2D1
(207,194,209)
#DAD0DB
(218,208,219)
#E5DEE5
(229,222,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82608B color. Also use rgb(130,96,139) instead hex code.

Text Font Color

.myTextColor { color: #82608B; }

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

This text font color is #82608B.


Background Color

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

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

This div background color is #82608B.


Border color

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

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

This div border color is #82608B.


Opacity

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

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

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

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

This text has shadow with #82608B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82608B on black background.


Color preview on white background

This text has color #82608B on white background.



Black color preview on #82608B background

This text has black color on #82608B background.


White color preview on #82608B background

This text has white color on #82608B background.