COLOR #330246

HEX: #330246
RGB: (51,2,70)

Color info

#330246 contains mainly red and blue colors. Web safe color of #330246 is #330033 (or #303).

RGB color model

#330246 color RGB value is (51,2,70).

  • red value is 51;
  • green value is 2;
  • blue value is 70.
RGB:
(51,2,70)
(20%,1%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 2 of 255 = 1%
B 70 of 255 = 27%

51
2
70

R + G + B ~ 16%. #330246 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 2 + 70 = 123 (100%)
R 51 of 123 ~ 41.46%
G 2 of 123 ~ 1.63%
B 70 of 123 ~ 56.91%

%41.46
%56.91

CMYK color model

#330246 color CMYK value is (27,97,0,73).

  • cyan value is 27.14%
  • magenta value is 97.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(27,97,0,73)
C27M97Y0K73 
(27%,97%,0%,73%)
(0.27/0.97/0.00/0.73)	

CMYK percentages

%27.14
%97.14
%0
%72.55

Codes

Color #330246 in popluar color models

330246
RGB51270
HSL283°94.44%14.12%
HSB/HSV283°97.14%27.45%
CMYK27.14%97.14%0.00%
72.55%

Color #330246 in popluar number systems.

HEX330246
Decimal51270
Binary110011101000110
Octal632106

Shades and tints

Shades of #330246

#330246
(51,2,70)
#2F0240
(47,2,64)
#2B023A
(43,2,58)
#270234
(39,2,52)
#23022E
(35,2,46)
#1F0228
(31,2,40)
#1B0222
(27,2,34)
#17021C
(23,2,28)
#130216
(19,2,22)
#0F0210
(15,2,16)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #330246

#330246
(51,2,70)
#451956
(69,25,86)
#573066
(87,48,102)
#694776
(105,71,118)
#7B5E86
(123,94,134)
#8D7596
(141,117,150)
#9F8CA6
(159,140,166)
#B1A3B6
(177,163,182)
#C3BAC6
(195,186,198)
#D5D1D6
(213,209,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330246 color. Also use rgb(51,2,70) instead hex code.

Text Font Color

.myTextColor { color: #330246; }

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

This text font color is #330246.


Background Color

.myBgColor { background-color: #330246; }

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

This div background color is #330246.


Border color

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

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

This div border color is #330246.


Opacity

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

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

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

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

This text has shadow with #330246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330246 on black background.


Color preview on white background

This text has color #330246 on white background.



Black color preview on #330246 background

This text has black color on #330246 background.


White color preview on #330246 background

This text has white color on #330246 background.