COLOR #211950

HEX: #211950
RGB: (33,25,80)

Color info

#211950 contains red, green and blue colors in about the same proportion. Web safe color of #211950 is #330066 (or #306).

RGB color model

#211950 color RGB value is (33,25,80).

  • red value is 33;
  • green value is 25;
  • blue value is 80.
RGB:
(33,25,80)
(13%,10%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 25 of 255 = 10%
B 80 of 255 = 31%

33
25
80

R + G + B ~ 18%. #211950 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 25 + 80 = 138 (100%)
R 33 of 138 ~ 23.91%
G 25 of 138 ~ 18.12%
B 80 of 138 ~ 57.97%

%23.91
%18.12
%57.97

CMYK color model

#211950 color CMYK value is (59,69,0,69).

  • cyan value is 58.75%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(59,69,0,69)
C59M69Y0K69 
(59%,69%,0%,69%)
(0.59/0.69/0.00/0.69)	

CMYK percentages

%58.75
%68.75
%0
%68.63

Codes

Color #211950 in popluar color models

211950
RGB332580
HSL249°52.38%20.59%
HSB/HSV249°68.75%31.37%
CMYK58.75%68.75%0.00%
68.63%

Color #211950 in popluar number systems.

HEX211950
Decimal332580
Binary100001110011010000
Octal4131120

Shades and tints

Shades of #211950

#211950
(33,25,80)
#1E1749
(30,23,73)
#1B1542
(27,21,66)
#18133B
(24,19,59)
#151134
(21,17,52)
#120F2D
(18,15,45)
#0F0D26
(15,13,38)
#0C0B1F
(12,11,31)
#090918
(9,9,24)
#060711
(6,7,17)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #211950

#211950
(33,25,80)
#352D5F
(53,45,95)
#49416E
(73,65,110)
#5D557D
(93,85,125)
#71698C
(113,105,140)
#857D9B
(133,125,155)
#9991AA
(153,145,170)
#ADA5B9
(173,165,185)
#C1B9C8
(193,185,200)
#D5CDD7
(213,205,215)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211950; }

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

This text font color is #211950.


Background Color

.myBgColor { background-color: #211950; }

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

This div background color is #211950.


Border color

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

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

This div border color is #211950.


Opacity

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

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

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

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

This text has shadow with #211950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211950 on black background.


Color preview on white background

This text has color #211950 on white background.



Black color preview on #211950 background

This text has black color on #211950 background.


White color preview on #211950 background

This text has white color on #211950 background.