COLOR #330342

HEX: #330342
RGB: (51,3,66)

Color info

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

RGB color model

#330342 color RGB value is (51,3,66).

  • red value is 51;
  • green value is 3;
  • blue value is 66.
RGB:
(51,3,66)
(20%,1%,26%)

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 66 of 255 = 26%

51
3
66

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

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 66 = 120 (100%)
R 51 of 120 ~ 42.5%
G 3 of 120 ~ 2.5%
B 66 of 120 ~ 55%

%42.5
%55

CMYK color model

#330342 color CMYK value is (23,95,0,74).

  • cyan value is 22.73%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(23,95,0,74)
C23M95Y0K74 
(23%,95%,0%,74%)
(0.23/0.95/0.00/0.74)	

CMYK percentages

%22.73
%95.45
%0
%74.12

Codes

Color #330342 in popluar color models

330342
RGB51366
HSL286°91.30%13.53%
HSB/HSV286°95.45%25.88%
CMYK22.73%95.45%0.00%
74.12%

Color #330342 in popluar number systems.

HEX330342
Decimal51366
Binary110011111000010
Octal633102

Shades and tints

Shades of #330342

#330342
(51,3,66)
#2F033C
(47,3,60)
#2B0336
(43,3,54)
#270330
(39,3,48)
#23032A
(35,3,42)
#1F0324
(31,3,36)
#1B031E
(27,3,30)
#170318
(23,3,24)
#130312
(19,3,18)
#0F030C
(15,3,12)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #330342

#330342
(51,3,66)
#451953
(69,25,83)
#572F64
(87,47,100)
#694575
(105,69,117)
#7B5B86
(123,91,134)
#8D7197
(141,113,151)
#9F87A8
(159,135,168)
#B19DB9
(177,157,185)
#C3B3CA
(195,179,202)
#D5C9DB
(213,201,219)
#E7DFEC
(231,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330342 color. Also use rgb(51,3,66) instead hex code.

Text Font Color

.myTextColor { color: #330342; }

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

This text font color is #330342.


Background Color

.myBgColor { background-color: #330342; }

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

This div background color is #330342.


Border color

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

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

This div border color is #330342.


Opacity

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

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

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

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

This text has shadow with #330342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330342 on black background.


Color preview on white background

This text has color #330342 on white background.



Black color preview on #330342 background

This text has black color on #330342 background.


White color preview on #330342 background

This text has white color on #330342 background.