COLOR #82068B

HEX: #82068B
RGB: (130,6,139)

Color info

#82068B contains mainly red and blue colors. Web safe color of #82068B is #990099 (or #909).

RGB color model

#82068B color RGB value is (130,6,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 6 of 255 = 2%
B 139 of 255 = 55%

130
6
139

R + G + B ~ 36%. #82068B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 6 + 139 = 275 (100%)
R 130 of 275 ~ 47.27%
G 6 of 275 ~ 2.18%
B 139 of 275 ~ 50.55%

%47.27
%50.55

CMYK color model

#82068B color CMYK value is (6,96,0,45).

  • cyan value is 6.47%
  • magenta value is 95.68%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,96,0,45)
C6M96Y0K45 
(6%,96%,0%,45%)
(0.06/0.96/0.00/0.45)	

CMYK percentages

%6.47
%95.68
%0
%45.49

Codes

Color #82068B in popluar color models

82068B
RGB1306139
HSL296°91.72%28.43%
HSB/HSV296°95.68%54.51%
CMYK6.47%95.68%0.00%
45.49%

Color #82068B in popluar number systems.

HEX82068B
Decimal1306139
Binary1000001011010001011
Octal2026213

Shades and tints

Shades of #82068B

#82068B
(130,6,139)
#77067F
(119,6,127)
#6C0673
(108,6,115)
#610667
(97,6,103)
#56065B
(86,6,91)
#4B064F
(75,6,79)
#400643
(64,6,67)
#350637
(53,6,55)
#2A062B
(42,6,43)
#1F061F
(31,6,31)
#140613
(20,6,19)
#000000
(0,0,0)

Tints of #82068B

#82068B
(130,6,139)
#8D1C95
(141,28,149)
#98329F
(152,50,159)
#A348A9
(163,72,169)
#AE5EB3
(174,94,179)
#B974BD
(185,116,189)
#C48AC7
(196,138,199)
#CFA0D1
(207,160,209)
#DAB6DB
(218,182,219)
#E5CCE5
(229,204,229)
#F0E2EF
(240,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82068B; }

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

This text font color is #82068B.


Background Color

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

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

This div background color is #82068B.


Border color

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

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

This div border color is #82068B.


Opacity

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

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

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

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

This text has shadow with #82068B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82068B on black background.


Color preview on white background

This text has color #82068B on white background.



Black color preview on #82068B background

This text has black color on #82068B background.


White color preview on #82068B background

This text has white color on #82068B background.