COLOR #211436

HEX: #211436
RGB: (33,20,54)

Color info

#211436 contains red, green and blue colors in about the same proportion. Web safe color of #211436 is #330033 (or #303).

RGB color model

#211436 color RGB value is (33,20,54).

  • red value is 33;
  • green value is 20;
  • blue value is 54.
RGB:
(33,20,54)
(13%,8%,21%)

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 54 of 255 = 21%

33
20
54

R + G + B ~ 14%. #211436 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 54 = 107 (100%)
R 33 of 107 ~ 30.84%
G 20 of 107 ~ 18.69%
B 54 of 107 ~ 50.47%

%30.84
%18.69
%50.47

CMYK color model

#211436 color CMYK value is (39,63,0,79).

  • cyan value is 38.89%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(39,63,0,79)
C39M63Y0K79 
(39%,63%,0%,79%)
(0.39/0.63/0.00/0.79)	

CMYK percentages

%38.89
%62.96
%0
%78.82

Codes

Color #211436 in popluar color models

211436
RGB332054
HSL263°45.95%14.51%
HSB/HSV263°62.96%21.18%
CMYK38.89%62.96%0.00%
78.82%

Color #211436 in popluar number systems.

HEX211436
Decimal332054
Binary10000110100110110
Octal412466

Shades and tints

Shades of #211436

#211436
(33,20,54)
#1E1332
(30,19,50)
#1B122E
(27,18,46)
#18112A
(24,17,42)
#151026
(21,16,38)
#120F22
(18,15,34)
#0F0E1E
(15,14,30)
#0C0D1A
(12,13,26)
#090C16
(9,12,22)
#060B12
(6,11,18)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #211436

#211436
(33,20,54)
#352948
(53,41,72)
#493E5A
(73,62,90)
#5D536C
(93,83,108)
#71687E
(113,104,126)
#857D90
(133,125,144)
#9992A2
(153,146,162)
#ADA7B4
(173,167,180)
#C1BCC6
(193,188,198)
#D5D1D8
(213,209,216)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211436 color. Also use rgb(33,20,54) instead hex code.

Text Font Color

.myTextColor { color: #211436; }

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

This text font color is #211436.


Background Color

.myBgColor { background-color: #211436; }

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

This div background color is #211436.


Border color

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

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

This div border color is #211436.


Opacity

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

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

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

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

This text has shadow with #211436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211436 on black background.


Color preview on white background

This text has color #211436 on white background.



Black color preview on #211436 background

This text has black color on #211436 background.


White color preview on #211436 background

This text has white color on #211436 background.