COLOR #211737

HEX: #211737
RGB: (33,23,55)

Color info

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

RGB color model

#211737 color RGB value is (33,23,55).

  • red value is 33;
  • green value is 23;
  • blue value is 55.
RGB:
(33,23,55)
(13%,9%,22%)

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 55 of 255 = 22%

33
23
55

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

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 55 = 111 (100%)
R 33 of 111 ~ 29.73%
G 23 of 111 ~ 20.72%
B 55 of 111 ~ 49.55%

%29.73
%20.72
%49.55

CMYK color model

#211737 color CMYK value is (40,58,0,78).

  • cyan value is 40.00%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(40,58,0,78)
C40M58Y0K78 
(40%,58%,0%,78%)
(0.40/0.58/0.00/0.78)	

CMYK percentages

%40
%58.18
%0
%78.43

Codes

Color #211737 in popluar color models

211737
RGB332355
HSL259°41.03%15.29%
HSB/HSV259°58.18%21.57%
CMYK40.00%58.18%0.00%
78.43%

Color #211737 in popluar number systems.

HEX211737
Decimal332355
Binary10000110111110111
Octal412767

Shades and tints

Shades of #211737

#211737
(33,23,55)
#1E1532
(30,21,50)
#1B132D
(27,19,45)
#181128
(24,17,40)
#150F23
(21,15,35)
#120D1E
(18,13,30)
#0F0B19
(15,11,25)
#0C0914
(12,9,20)
#09070F
(9,7,15)
#06050A
(6,5,10)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #211737

#211737
(33,23,55)
#352C49
(53,44,73)
#49415B
(73,65,91)
#5D566D
(93,86,109)
#716B7F
(113,107,127)
#858091
(133,128,145)
#9995A3
(153,149,163)
#ADAAB5
(173,170,181)
#C1BFC7
(193,191,199)
#D5D4D9
(213,212,217)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211737 color. Also use rgb(33,23,55) instead hex code.

Text Font Color

.myTextColor { color: #211737; }

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

This text font color is #211737.


Background Color

.myBgColor { background-color: #211737; }

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

This div background color is #211737.


Border color

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

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

This div border color is #211737.


Opacity

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

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

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

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

This text has shadow with #211737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211737 on black background.


Color preview on white background

This text has color #211737 on white background.



Black color preview on #211737 background

This text has black color on #211737 background.


White color preview on #211737 background

This text has white color on #211737 background.