COLOR #211333

HEX: #211333
RGB: (33,19,51)

Color info

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

RGB color model

#211333 color RGB value is (33,19,51).

  • red value is 33;
  • green value is 19;
  • blue value is 51.
RGB: (33,19,51) (13%,7%,20%)

RGB channels and saturation

R 33 of 255 = 13%
G 19 of 255 = 7%
B 51 of 255 = 20%

33
19
51

R + G + B ~ 13%. #211333 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 51 = 103 (100%)
R 33 of 103 ~ 32.04%
G 19 of 103 ~ 18.45%
B 51 of 103 ~ 49.51%

%32.04
%18.45
%49.51

CMYK color model

#211333 color CMYK value is (35,63,0,80).

  • cyan value is 35.29%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK: (35,63,0,80) C35M63Y0K80 (35%,63%,0%,80%) (0.35/0.63/0.00/0.80)

CMYK percentages

%35.29
%62.75
%0
%80

Codes

Color #211333 in popluar color models

211333
RGB331951
HSL266°45.71%13.73%
HSB/HSV266°62.75%20.00%
CMYK35.29%62.75%0.00%
80.00%

Color #211333 in popluar number systems.

HEX211333
Decimal331951
Binary10000110011110011
Octal412363

Shades and tints

Shades of #211333

#211333
(33,19,51)
#1E122F
(30,18,47)
#1B112B
(27,17,43)
#181027
(24,16,39)
#150F23
(21,15,35)
#120E1F
(18,14,31)
#0F0D1B
(15,13,27)
#0C0C17
(12,12,23)
#090B13
(9,11,19)
#060A0F
(6,10,15)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #211333

#211333
(33,19,51)
#352845
(53,40,69)
#493D57
(73,61,87)
#5D5269
(93,82,105)
#71677B
(113,103,123)
#857C8D
(133,124,141)
#99919F
(153,145,159)
#ADA6B1
(173,166,177)
#C1BBC3
(193,187,195)
#D5D0D5
(213,208,213)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211333 color. Also use rgb(33,19,51) instead hex code.

Text Font Color

.myTextColor { color: #211333; }

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

This text font color is #211333.


Background Color

.myBgColor { background-color: #211333; }

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

This div background color is #211333.


Border color

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

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

This div border color is #211333.


Opacity

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

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

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

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

This text has shadow with #211333 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #211333 on black background.


Color preview on white background

This text has color #211333 on white background.



Black color preview on #211333 background

This text has black color on #211333 background.


White color preview on #211333 background

This text has white color on #211333 background.