COLOR #330D5F

HEX: #330D5F
RGB: (51,13,95)

Color info

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

RGB color model

#330D5F color RGB value is (51,13,95).

  • red value is 51;
  • green value is 13;
  • blue value is 95.
RGB:
(51,13,95)
(20%,5%,37%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 95 of 255 = 37%

51
13
95

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

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 95 = 159 (100%)
R 51 of 159 ~ 32.08%
G 13 of 159 ~ 8.18%
B 95 of 159 ~ 59.75%

%32.08
%59.75

CMYK color model

#330D5F color CMYK value is (46,86,0,63).

  • cyan value is 46.32%
  • magenta value is 86.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(46,86,0,63)
C46M86Y0K63 
(46%,86%,0%,63%)
(0.46/0.86/0.00/0.63)	

CMYK percentages

%46.32
%86.32
%0
%62.75

Codes

Color #330D5F in popluar color models

330D5F
RGB511395
HSL268°75.93%21.18%
HSB/HSV268°86.32%37.25%
CMYK46.32%86.32%0.00%
62.75%

Color #330D5F in popluar number systems.

HEX330D5F
Decimal511395
Binary11001111011011111
Octal6315137

Shades and tints

Shades of #330D5F

#330D5F
(51,13,95)
#2F0C57
(47,12,87)
#2B0B4F
(43,11,79)
#270A47
(39,10,71)
#23093F
(35,9,63)
#1F0837
(31,8,55)
#1B072F
(27,7,47)
#170627
(23,6,39)
#13051F
(19,5,31)
#0F0417
(15,4,23)
#0B030F
(11,3,15)
#000000
(0,0,0)

Tints of #330D5F

#330D5F
(51,13,95)
#45236D
(69,35,109)
#57397B
(87,57,123)
#694F89
(105,79,137)
#7B6597
(123,101,151)
#8D7BA5
(141,123,165)
#9F91B3
(159,145,179)
#B1A7C1
(177,167,193)
#C3BDCF
(195,189,207)
#D5D3DD
(213,211,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330D5F color. Also use rgb(51,13,95) instead hex code.

Text Font Color

.myTextColor { color: #330D5F; }

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

This text font color is #330D5F.


Background Color

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

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

This div background color is #330D5F.


Border color

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

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

This div border color is #330D5F.


Opacity

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

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

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

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

This text has shadow with #330D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D5F on black background.


Color preview on white background

This text has color #330D5F on white background.



Black color preview on #330D5F background

This text has black color on #330D5F background.


White color preview on #330D5F background

This text has white color on #330D5F background.