COLOR #211B46

HEX: #211B46
RGB: (33,27,70)

Color info

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

RGB color model

#211B46 color RGB value is (33,27,70).

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

RGB channels and saturation

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

33
27
70

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

Portions of RGB colors in percentages

R + G + B =
33 + 27 + 70 = 130 (100%)
R 33 of 130 ~ 25.38%
G 27 of 130 ~ 20.77%
B 70 of 130 ~ 53.85%

%25.38
%20.77
%53.85

CMYK color model

#211B46 color CMYK value is (53,61,0,73).

  • cyan value is 52.86%
  • magenta value is 61.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(53,61,0,73)
C53M61Y0K73 
(53%,61%,0%,73%)
(0.53/0.61/0.00/0.73)	

CMYK percentages

%52.86
%61.43
%0
%72.55

Codes

Color #211B46 in popluar color models

211B46
RGB332770
HSL248°44.33%19.02%
HSB/HSV248°61.43%27.45%
CMYK52.86%61.43%0.00%
72.55%

Color #211B46 in popluar number systems.

HEX211B46
Decimal332770
Binary100001110111000110
Octal4133106

Shades and tints

Shades of #211B46

#211B46
(33,27,70)
#1E1940
(30,25,64)
#1B173A
(27,23,58)
#181534
(24,21,52)
#15132E
(21,19,46)
#121128
(18,17,40)
#0F0F22
(15,15,34)
#0C0D1C
(12,13,28)
#090B16
(9,11,22)
#060910
(6,9,16)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #211B46

#211B46
(33,27,70)
#352F56
(53,47,86)
#494366
(73,67,102)
#5D5776
(93,87,118)
#716B86
(113,107,134)
#857F96
(133,127,150)
#9993A6
(153,147,166)
#ADA7B6
(173,167,182)
#C1BBC6
(193,187,198)
#D5CFD6
(213,207,214)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B46; }

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

This text font color is #211B46.


Background Color

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

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

This div background color is #211B46.


Border color

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

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

This div border color is #211B46.


Opacity

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

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

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

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

This text has shadow with #211B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211B46 on black background.


Color preview on white background

This text has color #211B46 on white background.



Black color preview on #211B46 background

This text has black color on #211B46 background.


White color preview on #211B46 background

This text has white color on #211B46 background.