COLOR #333366

HEX: #333366
RGB: (51,51,102)

Color info

#333366 contains red, green and blue colors in about the same proportion. #333366 color is web safe color. It maybe written shortly as #336.

RGB color model

#333366 color RGB value is (51,51,102).

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

RGB channels and saturation

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

51
51
102

R + G + B ~ 27%. #333366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 102 = 204 (100%)
R 51 of 204 ~ 25%
G 51 of 204 ~ 25%
B 102 of 204 ~ 50%

%25
%25
%50

CMYK color model

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

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

CMYK percentages

%50
%50
%0
%60

Codes

Color #333366 in popluar color models

333366
RGB5151102
HSL240°33.33%30.00%
HSB/HSV240°50.00%40.00%
CMYK50.00%50.00%0.00%
60.00%

Color #333366 in popluar number systems.

HEX333366
Decimal5151102
Binary1100111100111100110
Octal6363146

Shades and tints

Shades of #333366

#333366
(51,51,102)
#2F2F5D
(47,47,93)
#2B2B54
(43,43,84)
#27274B
(39,39,75)
#232342
(35,35,66)
#1F1F39
(31,31,57)
#1B1B30
(27,27,48)
#171727
(23,23,39)
#13131E
(19,19,30)
#0F0F15
(15,15,21)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #333366

#333366
(51,51,102)
#454573
(69,69,115)
#575780
(87,87,128)
#69698D
(105,105,141)
#7B7B9A
(123,123,154)
#8D8DA7
(141,141,167)
#9F9FB4
(159,159,180)
#B1B1C1
(177,177,193)
#C3C3CE
(195,195,206)
#D5D5DB
(213,213,219)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333366; }

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

This text font color is #333366.


Background Color

.myBgColor { background-color: #333366; }

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

This div background color is #333366.


Border color

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

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

This div border color is #333366.


Opacity

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

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

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

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

This text has shadow with #333366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333366 on black background.


Color preview on white background

This text has color #333366 on white background.



Black color preview on #333366 background

This text has black color on #333366 background.


White color preview on #333366 background

This text has white color on #333366 background.