COLOR #806382

HEX: #806382
RGB: (128,99,130)

Color info

#806382 contains red, green and blue colors in about the same proportion. Web safe color of #806382 is #666699 (or #669).

RGB color model

#806382 color RGB value is (128,99,130).

  • red value is 128;
  • green value is 99;
  • blue value is 130.
RGB:
(128,99,130)
(50%,39%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 130 of 255 = 51%

128
99
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 130 = 357 (100%)
R 128 of 357 ~ 35.85%
G 99 of 357 ~ 27.73%
B 130 of 357 ~ 36.41%

%35.85
%27.73
%36.41

CMYK color model

#806382 color CMYK value is (2,24,0,49).

  • cyan value is 1.54%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,24,0,49)
C2M24Y0K49 
(2%,24%,0%,49%)
(0.02/0.24/0.00/0.49)	

CMYK percentages

%1.54
%23.85
%0
%49.02

Codes

Color #806382 in popluar color models

806382
RGB12899130
HSL296°13.54%44.90%
HSB/HSV296°23.85%50.98%
CMYK1.54%23.85%0.00%
49.02%

Color #806382 in popluar number systems.

HEX806382
Decimal12899130
Binary10000000110001110000010
Octal200143202

Shades and tints

Shades of #806382

#806382
(128,99,130)
#755A77
(117,90,119)
#6A516C
(106,81,108)
#5F4861
(95,72,97)
#543F56
(84,63,86)
#49364B
(73,54,75)
#3E2D40
(62,45,64)
#332435
(51,36,53)
#281B2A
(40,27,42)
#1D121F
(29,18,31)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #806382

#806382
(128,99,130)
#8B718D
(139,113,141)
#967F98
(150,127,152)
#A18DA3
(161,141,163)
#AC9BAE
(172,155,174)
#B7A9B9
(183,169,185)
#C2B7C4
(194,183,196)
#CDC5CF
(205,197,207)
#D8D3DA
(216,211,218)
#E3E1E5
(227,225,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806382 color. Also use rgb(128,99,130) instead hex code.

Text Font Color

.myTextColor { color: #806382; }

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

This text font color is #806382.


Background Color

.myBgColor { background-color: #806382; }

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

This div background color is #806382.


Border color

.myBorderColor { border: 1px solid #806382; }

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

This div border color is #806382.


Opacity

.myOpacity80 { color: #806382; opacity: 0.8; }

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

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

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

This text has shadow with #806382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806382 on black background.


Color preview on white background

This text has color #806382 on white background.



Black color preview on #806382 background

This text has black color on #806382 background.


White color preview on #806382 background

This text has white color on #806382 background.