COLOR #211B3E

HEX: #211B3E
RGB: (33,27,62)

Color info

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

RGB color model

#211B3E color RGB value is (33,27,62).

  • red value is 33;
  • green value is 27;
  • blue value is 62.
RGB:
(33,27,62)
(13%,11%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 27 of 255 = 11%
B 62 of 255 = 24%

33
27
62

R + G + B ~ 16%. #211B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 62 = 122 (100%)
R 33 of 122 ~ 27.05%
G 27 of 122 ~ 22.13%
B 62 of 122 ~ 50.82%

%27.05
%22.13
%50.82

CMYK color model

#211B3E color CMYK value is (47,56,0,76).

  • cyan value is 46.77%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(47,56,0,76)
C47M56Y0K76 
(47%,56%,0%,76%)
(0.47/0.56/0.00/0.76)	

CMYK percentages

%46.77
%56.45
%0
%75.69

Codes

Color #211B3E in popluar color models

211B3E
RGB332762
HSL250°39.33%17.45%
HSB/HSV250°56.45%24.31%
CMYK46.77%56.45%0.00%
75.69%

Color #211B3E in popluar number systems.

HEX211B3E
Decimal332762
Binary10000111011111110
Octal413376

Shades and tints

Shades of #211B3E

#211B3E
(33,27,62)
#1E1939
(30,25,57)
#1B1734
(27,23,52)
#18152F
(24,21,47)
#15132A
(21,19,42)
#121125
(18,17,37)
#0F0F20
(15,15,32)
#0C0D1B
(12,13,27)
#090B16
(9,11,22)
#060911
(6,9,17)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #211B3E

#211B3E
(33,27,62)
#352F4F
(53,47,79)
#494360
(73,67,96)
#5D5771
(93,87,113)
#716B82
(113,107,130)
#857F93
(133,127,147)
#9993A4
(153,147,164)
#ADA7B5
(173,167,181)
#C1BBC6
(193,187,198)
#D5CFD7
(213,207,215)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211B3E color. Also use rgb(33,27,62) instead hex code.

Text Font Color

.myTextColor { color: #211B3E; }

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

This text font color is #211B3E.


Background Color

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

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

This div background color is #211B3E.


Border color

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

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

This div border color is #211B3E.


Opacity

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

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

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

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

This text has shadow with #211B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B3E on black background.


Color preview on white background

This text has color #211B3E on white background.



Black color preview on #211B3E background

This text has black color on #211B3E background.


White color preview on #211B3E background

This text has white color on #211B3E background.