COLOR #333350

HEX: #333350 RGB: (51,51,80)

Color info

#333350 contains red, green and blue colors in about the same proportion. Web safe color of #333350 is #333366 (or #336).

RGB color model

#333350 color RGB value is (51,51,80).

RGB: (51,51,80) (20%, 20%, 31%)

RGB channels and saturation

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

51
51
80

R + G + B ~ 24%. #333350 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 80 = 182 (100%)
R 51 of 182 ~ 28.02%
G 51 of 182 ~ 28.02%
B 80 of 182 ~ 43.96'%

%28.02
%28.02
%43.96

CMYK color model

#333350 color CMYK value is (36,36,0,69).

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

CMYK percentages

%36.25
%36.25
%0
%68.63

Codes

Color #333350 in popluar color models

33 33 50
RGB 51 51 80
HSL 240° 22.14% 25.69%
HSB/HSV 240° 36.25% 31.37%
CMYK 36.25% 36.25% 0.00%
68.63%

Color #333350 in popluar number systems.

HEX 33 33 50
Decimal 51 51 80
Binary 110011 110011 1010000
Octal 63 63 120

Shades and tints

Shades of #333350

#333350
(51,51,80)
#2F2F49
(47,47,73)
#2B2B42
(43,43,66)
#27273B
(39,39,59)
#232334
(35,35,52)
#1F1F2D
(31,31,45)
#1B1B26
(27,27,38)
#17171F
(23,23,31)
#131318
(19,19,24)
#0F0F11
(15,15,17)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #333350

#333350
(51,51,80)
#45455F
(69,69,95)
#57576E
(87,87,110)
#69697D
(105,105,125)
#7B7B8C
(123,123,140)
#8D8D9B
(141,141,155)
#9F9FAA
(159,159,170)
#B1B1B9
(177,177,185)
#C3C3C8
(195,195,200)
#D5D5D7
(213,213,215)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333350; }

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

This text font color is #333350.

Background Color

.myBgColor { background-color: #333350; }

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

This div background color is #333350.

Border color

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

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

This div border color is #333350.

Opacity

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

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

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

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

This text has shadow with #333350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333350.

Preview

Color preview on black background

This text has color #333350 on black background.


Color preview on white background

This text has color #333350 on white background.


Black color preview on #333350 background

This text has black color on #333350 background.


White color preview on #333350 background

This text has white color on #333350 background.


Related colors

Complementary color

Complementary color for #hex is #CCCCAF.


I love getcolorcode.com