COLOR #333250

HEX: #333250
RGB: (51,50,80)

Color info

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

RGB color model

#333250 color RGB value is (51,50,80).

  • red value is 51;
  • green value is 50;
  • blue value is 80.
RGB:
(51,50,80)
(20%,20%,31%)

RGB channels and saturation

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

51
50
80

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

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 80 = 181 (100%)
R 51 of 181 ~ 28.18%
G 50 of 181 ~ 27.62%
B 80 of 181 ~ 44.2%

%28.18
%27.62
%44.2

CMYK color model

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

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

CMYK percentages

%36.25
%37.5
%0
%68.63

Codes

Color #333250 in popluar color models

333250
RGB515080
HSL242°23.08%25.49%
HSB/HSV242°37.50%31.37%
CMYK36.25%37.50%0.00%
68.63%

Color #333250 in popluar number systems.

HEX333250
Decimal515080
Binary1100111100101010000
Octal6362120

Shades and tints

Shades of #333250

#333250
(51,50,80)
#2F2E49
(47,46,73)
#2B2A42
(43,42,66)
#27263B
(39,38,59)
#232234
(35,34,52)
#1F1E2D
(31,30,45)
#1B1A26
(27,26,38)
#17161F
(23,22,31)
#131218
(19,18,24)
#0F0E11
(15,14,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #333250

#333250
(51,50,80)
#45445F
(69,68,95)
#57566E
(87,86,110)
#69687D
(105,104,125)
#7B7A8C
(123,122,140)
#8D8C9B
(141,140,155)
#9F9EAA
(159,158,170)
#B1B0B9
(177,176,185)
#C3C2C8
(195,194,200)
#D5D4D7
(213,212,215)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333250; }

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

This text font color is #333250.


Background Color

.myBgColor { background-color: #333250; }

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

This div background color is #333250.


Border color

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

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

This div border color is #333250.


Opacity

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

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

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

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

This text has shadow with #333250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333250 on black background.


Color preview on white background

This text has color #333250 on white background.



Black color preview on #333250 background

This text has black color on #333250 background.


White color preview on #333250 background

This text has white color on #333250 background.