COLOR #333150

HEX: #333150 RGB: (51,49,80)

Color info

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

RGB color model

#333150 color RGB value is (51,49,80).

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

RGB channels and saturation

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

51
49
80

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

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 80 = 180 (100%)
R 51 of 180 ~ 28.33%
G 49 of 180 ~ 27.22%
B 80 of 180 ~ 44.44'%

%28.33
%27.22
%44.44

CMYK color model

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

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

CMYK percentages

%36.25
%38.75
%0
%68.63

Codes

Color #333150 in popluar color models

33 31 50
RGB 51 49 80
HSL 244° 24.03% 25.29%
HSB/HSV 244° 38.75% 31.37%
CMYK 36.25% 38.75% 0.00%
68.63%

Color #333150 in popluar number systems.

HEX 33 31 50
Decimal 51 49 80
Binary 110011 110001 1010000
Octal 63 61 120

Shades and tints

Shades of #333150

#333150
(51,49,80)
#2F2D49
(47,45,73)
#2B2942
(43,41,66)
#27253B
(39,37,59)
#232134
(35,33,52)
#1F1D2D
(31,29,45)
#1B1926
(27,25,38)
#17151F
(23,21,31)
#131118
(19,17,24)
#0F0D11
(15,13,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #333150

#333150
(51,49,80)
#45435F
(69,67,95)
#57556E
(87,85,110)
#69677D
(105,103,125)
#7B798C
(123,121,140)
#8D8B9B
(141,139,155)
#9F9DAA
(159,157,170)
#B1AFB9
(177,175,185)
#C3C1C8
(195,193,200)
#D5D3D7
(213,211,215)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333150; }

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

This text font color is #333150.

Background Color

.myBgColor { background-color: #333150; }

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

This div background color is #333150.

Border color

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

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

This div border color is #333150.

Opacity

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

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

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

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

This text has shadow with #333150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333150.

Preview

Color preview on black background

This text has color #333150 on black background.


Color preview on white background

This text has color #333150 on white background.


Black color preview on #333150 background

This text has black color on #333150 background.


White color preview on #333150 background

This text has white color on #333150 background.


Related colors

Complementary color

Complementary color for #hex is #CCCEAF.


I love getcolorcode.com

Triadic colors

1 #503331 and #315033 with #333150 are triadic colors.

2 #503133 and #313350 with #333150 are triadic colors.