COLOR #330066

HEX: #330066
RGB: (51,0,102)

Color info

#330066 contains only red and blue colors. #330066 color is web safe color. It maybe written shortly as #306.

RGB color model

#330066 color RGB value is (51,0,102).

  • red value is 51;
  • green value is 0;
  • blue value is 102.
RGB:
(51,0,102)
(20%,0%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 102 of 255 = 40%

51
0
102

R + G + B ~ 20%. #330066 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 102 = 153 (100%)
R 51 of 153 ~ 33.33%
G 0 of 153 ~ 0%
B 102 of 153 ~ 66.67%

%33.33
%66.67

CMYK color model

#330066 color CMYK value is (50,100,0,60).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,100,0,60)
C50M100Y0K60 
(50%,100%,0%,60%)
(0.50/1.00/0.00/0.60)	

CMYK percentages

%50
%100
%0
%60

Codes

Color #330066 in popluar color models

330066
RGB510102
HSL270°100.00%20.00%
HSB/HSV270°100.00%40.00%
CMYK50.00%100.00%0.00%
60.00%

Color #330066 in popluar number systems.

HEX330066
Decimal510102
Binary11001101100110
Octal630146

Shades and tints

Shades of #330066

#330066
(51,0,102)
#2F005D
(47,0,93)
#2B0054
(43,0,84)
#27004B
(39,0,75)
#230042
(35,0,66)
#1F0039
(31,0,57)
#1B0030
(27,0,48)
#170027
(23,0,39)
#13001E
(19,0,30)
#0F0015
(15,0,21)
#0B000C
(11,0,12)
#000000
(0,0,0)

Tints of #330066

#330066
(51,0,102)
#451773
(69,23,115)
#572E80
(87,46,128)
#69458D
(105,69,141)
#7B5C9A
(123,92,154)
#8D73A7
(141,115,167)
#9F8AB4
(159,138,180)
#B1A1C1
(177,161,193)
#C3B8CE
(195,184,206)
#D5CFDB
(213,207,219)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330066 color. Also use rgb(51,0,102) instead hex code.

Text Font Color

.myTextColor { color: #330066; }

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

This text font color is #330066.


Background Color

.myBgColor { background-color: #330066; }

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

This div background color is #330066.


Border color

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

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

This div border color is #330066.


Opacity

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

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

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

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

This text has shadow with #330066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330066 on black background.


Color preview on white background

This text has color #330066 on white background.



Black color preview on #330066 background

This text has black color on #330066 background.


White color preview on #330066 background

This text has white color on #330066 background.