COLOR #211F33

HEX: #211F33 RGB: (33,31,51)

Color info

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

RGB color model

#211F33 color RGB value is (33,31,51).

RGB: (33,31,51) (13%, 12%, 20%)

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 51 of 255 = 20%

33
31
51

R + G + B ~ 15%. #211F33 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 31 + 51 = 115 (100%)
R 33 of 115 ~ 28.7%
G 31 of 115 ~ 26.96%
B 51 of 115 ~ 44.35'%

%28.7
%26.96
%44.35

CMYK color model

#211F33 color CMYK value is (35,39,0,80).

  • cyan value is 35.29%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK: (35,39,0,80) C35M39Y0K80 (35%,39%,0%,80%) (0.35/0.39/0.00/0.80) 

CMYK percentages

%35.29
%39.22
%0
%80

Codes

Color #211F33 in popluar color models

21 1F 33
RGB 33 31 51
HSL 246° 24.39% 16.08%
HSB/HSV 246° 39.22% 20.00%
CMYK 35.29% 39.22% 0.00%
80.00%

Color #211F33 in popluar number systems.

HEX 21 1F 33
Decimal 33 31 51
Binary 100001 11111 110011
Octal 41 37 63

Shades and tints

Shades of #211F33

#211F33
(33,31,51)
#1E1D2F
(30,29,47)
#1B1B2B
(27,27,43)
#181927
(24,25,39)
#151723
(21,23,35)
#12151F
(18,21,31)
#0F131B
(15,19,27)
#0C1117
(12,17,23)
#090F13
(9,15,19)
#060D0F
(6,13,15)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #211F33

#211F33
(33,31,51)
#353345
(53,51,69)
#494757
(73,71,87)
#5D5B69
(93,91,105)
#716F7B
(113,111,123)
#85838D
(133,131,141)
#99979F
(153,151,159)
#ADABB1
(173,171,177)
#C1BFC3
(193,191,195)
#D5D3D5
(213,211,213)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211F33; }

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

This text font color is #211F33.

Background Color

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

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

This div background color is #211F33.

Border color

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

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

This div border color is #211F33.

Opacity

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

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

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

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

This text has shadow with #211F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211F33.

Preview

Color preview on black background

This text has color #211F33 on black background.


Color preview on white background

This text has color #211F33 on white background.


Black color preview on #211F33 background

This text has black color on #211F33 background.


White color preview on #211F33 background

This text has white color on #211F33 background.


Related colors

Complementary color

Complementary color for #hex is #DEE0CC.


I love getcolorcode.com

Triadic colors

1 #33211F and #1F3321 with #211F33 are triadic colors.

2 #331F21 and #1F2133 with #211F33 are triadic colors.