COLOR #212F4E

HEX: #212F4E
RGB: (33,47,78)

Color info

#212F4E contains red, green and blue colors in about the same proportion. Web safe color of #212F4E is #333366 (or #336).

RGB color model

#212F4E color RGB value is (33,47,78).

  • red value is 33;
  • green value is 47;
  • blue value is 78.
RGB:
(33,47,78)
(13%,18%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 47 of 255 = 18%
B 78 of 255 = 31%

33
47
78

R + G + B ~ 21%. #212F4E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 47 + 78 = 158 (100%)
R 33 of 158 ~ 20.89%
G 47 of 158 ~ 29.75%
B 78 of 158 ~ 49.37%

%20.89
%29.75
%49.37

CMYK color model

#212F4E color CMYK value is (58,40,0,69).

  • cyan value is 57.69%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(58,40,0,69)
C58M40Y0K69 
(58%,40%,0%,69%)
(0.58/0.40/0.00/0.69)	

CMYK percentages

%57.69
%39.74
%0
%69.41

Codes

Color #212F4E in popluar color models

212F4E
RGB334778
HSL221°40.54%21.76%
HSB/HSV221°57.69%30.59%
CMYK57.69%39.74%0.00%
69.41%

Color #212F4E in popluar number systems.

HEX212F4E
Decimal334778
Binary1000011011111001110
Octal4157116

Shades and tints

Shades of #212F4E

#212F4E
(33,47,78)
#1E2B47
(30,43,71)
#1B2740
(27,39,64)
#182339
(24,35,57)
#151F32
(21,31,50)
#121B2B
(18,27,43)
#0F1724
(15,23,36)
#0C131D
(12,19,29)
#090F16
(9,15,22)
#060B0F
(6,11,15)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #212F4E

#212F4E
(33,47,78)
#35415E
(53,65,94)
#49536E
(73,83,110)
#5D657E
(93,101,126)
#71778E
(113,119,142)
#85899E
(133,137,158)
#999BAE
(153,155,174)
#ADADBE
(173,173,190)
#C1BFCE
(193,191,206)
#D5D1DE
(213,209,222)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212F4E color. Also use rgb(33,47,78) instead hex code.

Text Font Color

.myTextColor { color: #212F4E; }

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

This text font color is #212F4E.


Background Color

.myBgColor { background-color: #212F4E; }

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

This div background color is #212F4E.


Border color

.myBorderColor { border: 1px solid #212F4E; }

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

This div border color is #212F4E.


Opacity

.myOpacity80 { color: #212F4E; opacity: 0.8; }

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

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

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

This text has shadow with #212F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212F4E on black background.


Color preview on white background

This text has color #212F4E on white background.



Black color preview on #212F4E background

This text has black color on #212F4E background.


White color preview on #212F4E background

This text has white color on #212F4E background.