COLOR #211F4C

HEX: #211F4C
RGB: (33,31,76)

Color info

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

RGB color model

#211F4C color RGB value is (33,31,76).

  • red value is 33;
  • green value is 31;
  • blue value is 76.
RGB:
(33,31,76)
(13%,12%,30%)

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 76 of 255 = 30%

33
31
76

R + G + B ~ 18%. #211F4C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 31 + 76 = 140 (100%)
R 33 of 140 ~ 23.57%
G 31 of 140 ~ 22.14%
B 76 of 140 ~ 54.29%

%23.57
%22.14
%54.29

CMYK color model

#211F4C color CMYK value is (57,59,0,70).

  • cyan value is 56.58%
  • magenta value is 59.21%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(57,59,0,70)
C57M59Y0K70 
(57%,59%,0%,70%)
(0.57/0.59/0.00/0.70)	

CMYK percentages

%56.58
%59.21
%0
%70.2

Codes

Color #211F4C in popluar color models

211F4C
RGB333176
HSL243°42.06%20.98%
HSB/HSV243°59.21%29.80%
CMYK56.58%59.21%0.00%
70.20%

Color #211F4C in popluar number systems.

HEX211F4C
Decimal333176
Binary100001111111001100
Octal4137114

Shades and tints

Shades of #211F4C

#211F4C
(33,31,76)
#1E1D46
(30,29,70)
#1B1B40
(27,27,64)
#18193A
(24,25,58)
#151734
(21,23,52)
#12152E
(18,21,46)
#0F1328
(15,19,40)
#0C1122
(12,17,34)
#090F1C
(9,15,28)
#060D16
(6,13,22)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #211F4C

#211F4C
(33,31,76)
#35335C
(53,51,92)
#49476C
(73,71,108)
#5D5B7C
(93,91,124)
#716F8C
(113,111,140)
#85839C
(133,131,156)
#9997AC
(153,151,172)
#ADABBC
(173,171,188)
#C1BFCC
(193,191,204)
#D5D3DC
(213,211,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211F4C color. Also use rgb(33,31,76) instead hex code.

Text Font Color

.myTextColor { color: #211F4C; }

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

This text font color is #211F4C.


Background Color

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

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

This div background color is #211F4C.


Border color

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

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

This div border color is #211F4C.


Opacity

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

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

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

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

This text has shadow with #211F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211F4C on black background.


Color preview on white background

This text has color #211F4C on white background.



Black color preview on #211F4C background

This text has black color on #211F4C background.


White color preview on #211F4C background

This text has white color on #211F4C background.