COLOR #211746

HEX: #211746
RGB: (33,23,70)

Color info

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

RGB color model

#211746 color RGB value is (33,23,70).

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

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 70 of 255 = 27%

33
23
70

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

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 70 = 126 (100%)
R 33 of 126 ~ 26.19%
G 23 of 126 ~ 18.25%
B 70 of 126 ~ 55.56%

%26.19
%18.25
%55.56

CMYK color model

#211746 color CMYK value is (53,67,0,73).

  • cyan value is 52.86%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(53,67,0,73)
C53M67Y0K73 
(53%,67%,0%,73%)
(0.53/0.67/0.00/0.73)	

CMYK percentages

%52.86
%67.14
%0
%72.55

Codes

Color #211746 in popluar color models

211746
RGB332370
HSL253°50.54%18.24%
HSB/HSV253°67.14%27.45%
CMYK52.86%67.14%0.00%
72.55%

Color #211746 in popluar number systems.

HEX211746
Decimal332370
Binary100001101111000110
Octal4127106

Shades and tints

Shades of #211746

#211746
(33,23,70)
#1E1540
(30,21,64)
#1B133A
(27,19,58)
#181134
(24,17,52)
#150F2E
(21,15,46)
#120D28
(18,13,40)
#0F0B22
(15,11,34)
#0C091C
(12,9,28)
#090716
(9,7,22)
#060510
(6,5,16)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #211746

#211746
(33,23,70)
#352C56
(53,44,86)
#494166
(73,65,102)
#5D5676
(93,86,118)
#716B86
(113,107,134)
#858096
(133,128,150)
#9995A6
(153,149,166)
#ADAAB6
(173,170,182)
#C1BFC6
(193,191,198)
#D5D4D6
(213,212,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211746; }

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

This text font color is #211746.


Background Color

.myBgColor { background-color: #211746; }

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

This div background color is #211746.


Border color

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

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

This div border color is #211746.


Opacity

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

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

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

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

This text has shadow with #211746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211746 on black background.


Color preview on white background

This text has color #211746 on white background.



Black color preview on #211746 background

This text has black color on #211746 background.


White color preview on #211746 background

This text has white color on #211746 background.