COLOR #211F4F

HEX: #211F4F
RGB: (33,31,79)

Color info

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

RGB color model

#211F4F color RGB value is (33,31,79).

  • red value is 33;
  • green value is 31;
  • blue value is 79.
RGB:
(33,31,79)
(13%,12%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 79 of 255 = 31%

33
31
79

R + G + B ~ 19%. #211F4F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 31 + 79 = 143 (100%)
R 33 of 143 ~ 23.08%
G 31 of 143 ~ 21.68%
B 79 of 143 ~ 55.24%

%23.08
%21.68
%55.24

CMYK color model

#211F4F color CMYK value is (58,61,0,69).

  • cyan value is 58.23%
  • magenta value is 60.76%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(58,61,0,69)
C58M61Y0K69 
(58%,61%,0%,69%)
(0.58/0.61/0.00/0.69)	

CMYK percentages

%58.23
%60.76
%0
%69.02

Codes

Color #211F4F in popluar color models

211F4F
RGB333179
HSL243°43.64%21.57%
HSB/HSV243°60.76%30.98%
CMYK58.23%60.76%0.00%
69.02%

Color #211F4F in popluar number systems.

HEX211F4F
Decimal333179
Binary100001111111001111
Octal4137117

Shades and tints

Shades of #211F4F

#211F4F
(33,31,79)
#1E1D48
(30,29,72)
#1B1B41
(27,27,65)
#18193A
(24,25,58)
#151733
(21,23,51)
#12152C
(18,21,44)
#0F1325
(15,19,37)
#0C111E
(12,17,30)
#090F17
(9,15,23)
#060D10
(6,13,16)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #211F4F

#211F4F
(33,31,79)
#35335F
(53,51,95)
#49476F
(73,71,111)
#5D5B7F
(93,91,127)
#716F8F
(113,111,143)
#85839F
(133,131,159)
#9997AF
(153,151,175)
#ADABBF
(173,171,191)
#C1BFCF
(193,191,207)
#D5D3DF
(213,211,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211F4F color. Also use rgb(33,31,79) instead hex code.

Text Font Color

.myTextColor { color: #211F4F; }

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

This text font color is #211F4F.


Background Color

.myBgColor { background-color: #211F4F; }

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

This div background color is #211F4F.


Border color

.myBorderColor { border: 1px solid #211F4F; }

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

This div border color is #211F4F.


Opacity

.myOpacity80 { color: #211F4F; opacity: 0.8; }

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

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

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

This text has shadow with #211F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211F4F on black background.


Color preview on white background

This text has color #211F4F on white background.



Black color preview on #211F4F background

This text has black color on #211F4F background.


White color preview on #211F4F background

This text has white color on #211F4F background.