COLOR #211C3F

HEX: #211C3F
RGB: (33,28,63)

Color info

#211C3F contains red, green and blue colors in about the same proportion. Web safe color of #211C3F is #333333 (or #333).

RGB color model

#211C3F color RGB value is (33,28,63).

  • red value is 33;
  • green value is 28;
  • blue value is 63.
RGB:
(33,28,63)
(13%,11%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 63 of 255 = 25%

33
28
63

R + G + B ~ 16%. #211C3F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 63 = 124 (100%)
R 33 of 124 ~ 26.61%
G 28 of 124 ~ 22.58%
B 63 of 124 ~ 50.81%

%26.61
%22.58
%50.81

CMYK color model

#211C3F color CMYK value is (48,56,0,75).

  • cyan value is 47.62%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(48,56,0,75)
C48M56Y0K75 
(48%,56%,0%,75%)
(0.48/0.56/0.00/0.75)	

CMYK percentages

%47.62
%55.56
%0
%75.29

Codes

Color #211C3F in popluar color models

211C3F
RGB332863
HSL249°38.46%17.84%
HSB/HSV249°55.56%24.71%
CMYK47.62%55.56%0.00%
75.29%

Color #211C3F in popluar number systems.

HEX211C3F
Decimal332863
Binary10000111100111111
Octal413477

Shades and tints

Shades of #211C3F

#211C3F
(33,28,63)
#1E1A3A
(30,26,58)
#1B1835
(27,24,53)
#181630
(24,22,48)
#15142B
(21,20,43)
#121226
(18,18,38)
#0F1021
(15,16,33)
#0C0E1C
(12,14,28)
#090C17
(9,12,23)
#060A12
(6,10,18)
#03080D
(3,8,13)
#000000
(0,0,0)

Tints of #211C3F

#211C3F
(33,28,63)
#353050
(53,48,80)
#494461
(73,68,97)
#5D5872
(93,88,114)
#716C83
(113,108,131)
#858094
(133,128,148)
#9994A5
(153,148,165)
#ADA8B6
(173,168,182)
#C1BCC7
(193,188,199)
#D5D0D8
(213,208,216)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211C3F color. Also use rgb(33,28,63) instead hex code.

Text Font Color

.myTextColor { color: #211C3F; }

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

This text font color is #211C3F.


Background Color

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

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

This div background color is #211C3F.


Border color

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

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

This div border color is #211C3F.


Opacity

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

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

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

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

This text has shadow with #211C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C3F on black background.


Color preview on white background

This text has color #211C3F on white background.



Black color preview on #211C3F background

This text has black color on #211C3F background.


White color preview on #211C3F background

This text has white color on #211C3F background.