COLOR #211B45

HEX: #211B45
RGB: (33,27,69)

Color info

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

RGB color model

#211B45 color RGB value is (33,27,69).

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

RGB channels and saturation

R 33 of 255 = 13%
G 27 of 255 = 11%
B 69 of 255 = 27%

33
27
69

R + G + B ~ 17%. #211B45 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 69 = 129 (100%)
R 33 of 129 ~ 25.58%
G 27 of 129 ~ 20.93%
B 69 of 129 ~ 53.49%

%25.58
%20.93
%53.49

CMYK color model

#211B45 color CMYK value is (52,61,0,73).

  • cyan value is 52.17%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(52,61,0,73)
C52M61Y0K73 
(52%,61%,0%,73%)
(0.52/0.61/0.00/0.73)	

CMYK percentages

%52.17
%60.87
%0
%72.94

Codes

Color #211B45 in popluar color models

211B45
RGB332769
HSL249°43.75%18.82%
HSB/HSV249°60.87%27.06%
CMYK52.17%60.87%0.00%
72.94%

Color #211B45 in popluar number systems.

HEX211B45
Decimal332769
Binary100001110111000101
Octal4133105

Shades and tints

Shades of #211B45

#211B45
(33,27,69)
#1E193F
(30,25,63)
#1B1739
(27,23,57)
#181533
(24,21,51)
#15132D
(21,19,45)
#121127
(18,17,39)
#0F0F21
(15,15,33)
#0C0D1B
(12,13,27)
#090B15
(9,11,21)
#06090F
(6,9,15)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #211B45

#211B45
(33,27,69)
#352F55
(53,47,85)
#494365
(73,67,101)
#5D5775
(93,87,117)
#716B85
(113,107,133)
#857F95
(133,127,149)
#9993A5
(153,147,165)
#ADA7B5
(173,167,181)
#C1BBC5
(193,187,197)
#D5CFD5
(213,207,213)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B45; }

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

This text font color is #211B45.


Background Color

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

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

This div background color is #211B45.


Border color

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

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

This div border color is #211B45.


Opacity

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

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

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

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

This text has shadow with #211B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B45 on black background.


Color preview on white background

This text has color #211B45 on white background.



Black color preview on #211B45 background

This text has black color on #211B45 background.


White color preview on #211B45 background

This text has white color on #211B45 background.