COLOR #330463

HEX: #330463
RGB: (51,4,99)

Color info

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

RGB color model

#330463 color RGB value is (51,4,99).

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

RGB channels and saturation

R 51 of 255 = 20%
G 4 of 255 = 2%
B 99 of 255 = 39%

51
4
99

R + G + B ~ 20%. #330463 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 99 = 154 (100%)
R 51 of 154 ~ 33.12%
G 4 of 154 ~ 2.6%
B 99 of 154 ~ 64.29%

%33.12
%64.29

CMYK color model

#330463 color CMYK value is (48,96,0,61).

  • cyan value is 48.48%
  • magenta value is 95.96%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,96,0,61)
C48M96Y0K61 
(48%,96%,0%,61%)
(0.48/0.96/0.00/0.61)	

CMYK percentages

%48.48
%95.96
%0
%61.18

Codes

Color #330463 in popluar color models

330463
RGB51499
HSL270°92.23%20.20%
HSB/HSV270°95.96%38.82%
CMYK48.48%95.96%0.00%
61.18%

Color #330463 in popluar number systems.

HEX330463
Decimal51499
Binary1100111001100011
Octal634143

Shades and tints

Shades of #330463

#330463
(51,4,99)
#2F045A
(47,4,90)
#2B0451
(43,4,81)
#270448
(39,4,72)
#23043F
(35,4,63)
#1F0436
(31,4,54)
#1B042D
(27,4,45)
#170424
(23,4,36)
#13041B
(19,4,27)
#0F0412
(15,4,18)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #330463

#330463
(51,4,99)
#451A71
(69,26,113)
#57307F
(87,48,127)
#69468D
(105,70,141)
#7B5C9B
(123,92,155)
#8D72A9
(141,114,169)
#9F88B7
(159,136,183)
#B19EC5
(177,158,197)
#C3B4D3
(195,180,211)
#D5CAE1
(213,202,225)
#E7E0EF
(231,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330463; }

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

This text font color is #330463.


Background Color

.myBgColor { background-color: #330463; }

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

This div background color is #330463.


Border color

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

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

This div border color is #330463.


Opacity

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

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

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

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

This text has shadow with #330463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330463 on black background.


Color preview on white background

This text has color #330463 on white background.



Black color preview on #330463 background

This text has black color on #330463 background.


White color preview on #330463 background

This text has white color on #330463 background.