COLOR #330863

HEX: #330863
RGB: (51,8,99)

Color info

#330863 contains mainly red and blue colors. Web safe color of #330863 is #330066 (or #306).

RGB color model

#330863 color RGB value is (51,8,99).

  • red value is 51;
  • green value is 8;
  • blue value is 99.
RGB:
(51,8,99)
(20%,3%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 8 of 255 = 3%
B 99 of 255 = 39%

51
8
99

R + G + B ~ 21%. #330863 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 8 + 99 = 158 (100%)
R 51 of 158 ~ 32.28%
G 8 of 158 ~ 5.06%
B 99 of 158 ~ 62.66%

%32.28
%62.66

CMYK color model

#330863 color CMYK value is (48,92,0,61).

  • cyan value is 48.48%
  • magenta value is 91.92%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,92,0,61)
C48M92Y0K61 
(48%,92%,0%,61%)
(0.48/0.92/0.00/0.61)	

CMYK percentages

%48.48
%91.92
%0
%61.18

Codes

Color #330863 in popluar color models

330863
RGB51899
HSL268°85.05%20.98%
HSB/HSV268°91.92%38.82%
CMYK48.48%91.92%0.00%
61.18%

Color #330863 in popluar number systems.

HEX330863
Decimal51899
Binary11001110001100011
Octal6310143

Shades and tints

Shades of #330863

#330863
(51,8,99)
#2F085A
(47,8,90)
#2B0851
(43,8,81)
#270848
(39,8,72)
#23083F
(35,8,63)
#1F0836
(31,8,54)
#1B082D
(27,8,45)
#170824
(23,8,36)
#13081B
(19,8,27)
#0F0812
(15,8,18)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #330863

#330863
(51,8,99)
#451E71
(69,30,113)
#57347F
(87,52,127)
#694A8D
(105,74,141)
#7B609B
(123,96,155)
#8D76A9
(141,118,169)
#9F8CB7
(159,140,183)
#B1A2C5
(177,162,197)
#C3B8D3
(195,184,211)
#D5CEE1
(213,206,225)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330863 color. Also use rgb(51,8,99) instead hex code.

Text Font Color

.myTextColor { color: #330863; }

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

This text font color is #330863.


Background Color

.myBgColor { background-color: #330863; }

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

This div background color is #330863.


Border color

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

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

This div border color is #330863.


Opacity

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

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

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

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

This text has shadow with #330863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330863 on black background.


Color preview on white background

This text has color #330863 on white background.



Black color preview on #330863 background

This text has black color on #330863 background.


White color preview on #330863 background

This text has white color on #330863 background.