COLOR #211837

HEX: #211837
RGB: (33,24,55)

Color info

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

RGB color model

#211837 color RGB value is (33,24,55).

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

RGB channels and saturation

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

33
24
55

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

Portions of RGB colors in percentages

R + G + B =
33 + 24 + 55 = 112 (100%)
R 33 of 112 ~ 29.46%
G 24 of 112 ~ 21.43%
B 55 of 112 ~ 49.11%

%29.46
%21.43
%49.11

CMYK color model

#211837 color CMYK value is (40,56,0,78).

  • cyan value is 40.00%
  • magenta value is 56.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(40,56,0,78)
C40M56Y0K78 
(40%,56%,0%,78%)
(0.40/0.56/0.00/0.78)	

CMYK percentages

%40
%56.36
%0
%78.43

Codes

Color #211837 in popluar color models

211837
RGB332455
HSL257°39.24%15.49%
HSB/HSV257°56.36%21.57%
CMYK40.00%56.36%0.00%
78.43%

Color #211837 in popluar number systems.

HEX211837
Decimal332455
Binary10000111000110111
Octal413067

Shades and tints

Shades of #211837

#211837
(33,24,55)
#1E1632
(30,22,50)
#1B142D
(27,20,45)
#181228
(24,18,40)
#151023
(21,16,35)
#120E1E
(18,14,30)
#0F0C19
(15,12,25)
#0C0A14
(12,10,20)
#09080F
(9,8,15)
#06060A
(6,6,10)
#030405
(3,4,5)
#000000
(0,0,0)

Tints of #211837

#211837
(33,24,55)
#352D49
(53,45,73)
#49425B
(73,66,91)
#5D576D
(93,87,109)
#716C7F
(113,108,127)
#858191
(133,129,145)
#9996A3
(153,150,163)
#ADABB5
(173,171,181)
#C1C0C7
(193,192,199)
#D5D5D9
(213,213,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211837; }

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

This text font color is #211837.


Background Color

.myBgColor { background-color: #211837; }

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

This div background color is #211837.


Border color

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

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

This div border color is #211837.


Opacity

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

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

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

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

This text has shadow with #211837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211837 on black background.


Color preview on white background

This text has color #211837 on white background.



Black color preview on #211837 background

This text has black color on #211837 background.


White color preview on #211837 background

This text has white color on #211837 background.