COLOR #330C50

HEX: #330C50
RGB: (51,12,80)

Color info

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

RGB color model

#330C50 color RGB value is (51,12,80).

  • red value is 51;
  • green value is 12;
  • blue value is 80.
RGB:
(51,12,80)
(20%,5%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 12 of 255 = 5%
B 80 of 255 = 31%

51
12
80

R + G + B ~ 19%. #330C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 12 + 80 = 143 (100%)
R 51 of 143 ~ 35.66%
G 12 of 143 ~ 8.39%
B 80 of 143 ~ 55.94%

%35.66
%55.94

CMYK color model

#330C50 color CMYK value is (36,85,0,69).

  • cyan value is 36.25%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(36,85,0,69)
C36M85Y0K69 
(36%,85%,0%,69%)
(0.36/0.85/0.00/0.69)	

CMYK percentages

%36.25
%85
%0
%68.63

Codes

Color #330C50 in popluar color models

330C50
RGB511280
HSL274°73.91%18.04%
HSB/HSV274°85.00%31.37%
CMYK36.25%85.00%0.00%
68.63%

Color #330C50 in popluar number systems.

HEX330C50
Decimal511280
Binary11001111001010000
Octal6314120

Shades and tints

Shades of #330C50

#330C50
(51,12,80)
#2F0B49
(47,11,73)
#2B0A42
(43,10,66)
#27093B
(39,9,59)
#230834
(35,8,52)
#1F072D
(31,7,45)
#1B0626
(27,6,38)
#17051F
(23,5,31)
#130418
(19,4,24)
#0F0311
(15,3,17)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #330C50

#330C50
(51,12,80)
#45225F
(69,34,95)
#57386E
(87,56,110)
#694E7D
(105,78,125)
#7B648C
(123,100,140)
#8D7A9B
(141,122,155)
#9F90AA
(159,144,170)
#B1A6B9
(177,166,185)
#C3BCC8
(195,188,200)
#D5D2D7
(213,210,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330C50 color. Also use rgb(51,12,80) instead hex code.

Text Font Color

.myTextColor { color: #330C50; }

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

This text font color is #330C50.


Background Color

.myBgColor { background-color: #330C50; }

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

This div background color is #330C50.


Border color

.myBorderColor { border: 1px solid #330C50; }

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

This div border color is #330C50.


Opacity

.myOpacity80 { color: #330C50; opacity: 0.8; }

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

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

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

This text has shadow with #330C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330C50 on black background.


Color preview on white background

This text has color #330C50 on white background.



Black color preview on #330C50 background

This text has black color on #330C50 background.


White color preview on #330C50 background

This text has white color on #330C50 background.