COLOR #80306D

HEX: #80306D
RGB: (128,48,109)

Color info

#80306D contains mainly red and blue colors. Web safe color of #80306D is #663366 (or #636).

RGB color model

#80306D color RGB value is (128,48,109).

  • red value is 128;
  • green value is 48;
  • blue value is 109.
RGB:
(128,48,109)
(50%,19%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 109 of 255 = 43%

128
48
109

R + G + B ~ 37%. #80306D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 109 = 285 (100%)
R 128 of 285 ~ 44.91%
G 48 of 285 ~ 16.84%
B 109 of 285 ~ 38.25%

%44.91
%16.84
%38.25

CMYK color model

#80306D color CMYK value is (0,63,15,50).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(0,63,15,50)
C0M63Y15K50 
(0%,63%,15%,50%)
(0.00/0.63/0.15/0.50)	

CMYK percentages

%0
%62.5
%14.84
%49.8

Codes

Color #80306D in popluar color models

80306D
RGB12848109
HSL314°45.45%34.51%
HSB/HSV314°62.50%50.20%
CMYK0.00%62.50%14.84%
49.80%

Color #80306D in popluar number systems.

HEX80306D
Decimal12848109
Binary100000001100001101101
Octal20060155

Shades and tints

Shades of #80306D

#80306D
(128,48,109)
#752C64
(117,44,100)
#6A285B
(106,40,91)
#5F2452
(95,36,82)
#542049
(84,32,73)
#491C40
(73,28,64)
#3E1837
(62,24,55)
#33142E
(51,20,46)
#281025
(40,16,37)
#1D0C1C
(29,12,28)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #80306D

#80306D
(128,48,109)
#8B427A
(139,66,122)
#965487
(150,84,135)
#A16694
(161,102,148)
#AC78A1
(172,120,161)
#B78AAE
(183,138,174)
#C29CBB
(194,156,187)
#CDAEC8
(205,174,200)
#D8C0D5
(216,192,213)
#E3D2E2
(227,210,226)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80306D color. Also use rgb(128,48,109) instead hex code.

Text Font Color

.myTextColor { color: #80306D; }

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

This text font color is #80306D.


Background Color

.myBgColor { background-color: #80306D; }

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

This div background color is #80306D.


Border color

.myBorderColor { border: 1px solid #80306D; }

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

This div border color is #80306D.


Opacity

.myOpacity80 { color: #80306D; opacity: 0.8; }

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

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

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

This text has shadow with #80306D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80306D on black background.


Color preview on white background

This text has color #80306D on white background.



Black color preview on #80306D background

This text has black color on #80306D background.


White color preview on #80306D background

This text has white color on #80306D background.