COLOR #330D6D

HEX: #330D6D
RGB: (51,13,109)

Color info

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

RGB color model

#330D6D color RGB value is (51,13,109).

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

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 109 of 255 = 43%

51
13
109

R + G + B ~ 23%. #330D6D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 109 = 173 (100%)
R 51 of 173 ~ 29.48%
G 13 of 173 ~ 7.51%
B 109 of 173 ~ 63.01%

%29.48
%63.01

CMYK color model

#330D6D color CMYK value is (53,88,0,57).

  • cyan value is 53.21%
  • magenta value is 88.07%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(53,88,0,57)
C53M88Y0K57 
(53%,88%,0%,57%)
(0.53/0.88/0.00/0.57)	

CMYK percentages

%53.21
%88.07
%0
%57.25

Codes

Color #330D6D in popluar color models

330D6D
RGB5113109
HSL264°78.69%23.92%
HSB/HSV264°88.07%42.75%
CMYK53.21%88.07%0.00%
57.25%

Color #330D6D in popluar number systems.

HEX330D6D
Decimal5113109
Binary11001111011101101
Octal6315155

Shades and tints

Shades of #330D6D

#330D6D
(51,13,109)
#2F0C64
(47,12,100)
#2B0B5B
(43,11,91)
#270A52
(39,10,82)
#230949
(35,9,73)
#1F0840
(31,8,64)
#1B0737
(27,7,55)
#17062E
(23,6,46)
#130525
(19,5,37)
#0F041C
(15,4,28)
#0B0313
(11,3,19)
#000000
(0,0,0)

Tints of #330D6D

#330D6D
(51,13,109)
#45237A
(69,35,122)
#573987
(87,57,135)
#694F94
(105,79,148)
#7B65A1
(123,101,161)
#8D7BAE
(141,123,174)
#9F91BB
(159,145,187)
#B1A7C8
(177,167,200)
#C3BDD5
(195,189,213)
#D5D3E2
(213,211,226)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330D6D; }

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

This text font color is #330D6D.


Background Color

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

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

This div background color is #330D6D.


Border color

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

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

This div border color is #330D6D.


Opacity

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

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

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

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

This text has shadow with #330D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D6D on black background.


Color preview on white background

This text has color #330D6D on white background.



Black color preview on #330D6D background

This text has black color on #330D6D background.


White color preview on #330D6D background

This text has white color on #330D6D background.