COLOR #213F6E

HEX: #213F6E
RGB: (33,63,110)

Color info

#213F6E contains mainly green and blue colors. Web safe color of #213F6E is #333366 (or #336).

RGB color model

#213F6E color RGB value is (33,63,110).

  • red value is 33;
  • green value is 63;
  • blue value is 110.
RGB:
(33,63,110)
(13%,25%,43%)

RGB channels and saturation

R 33 of 255 = 13%
G 63 of 255 = 25%
B 110 of 255 = 43%

33
63
110

R + G + B ~ 27%. #213F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 63 + 110 = 206 (100%)
R 33 of 206 ~ 16.02%
G 63 of 206 ~ 30.58%
B 110 of 206 ~ 53.4%

%16.02
%30.58
%53.4

CMYK color model

#213F6E color CMYK value is (70,43,0,57).

  • cyan value is 70.00%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(70,43,0,57)
C70M43Y0K57 
(70%,43%,0%,57%)
(0.70/0.43/0.00/0.57)	

CMYK percentages

%70
%42.73
%0
%56.86

Codes

Color #213F6E in popluar color models

213F6E
RGB3363110
HSL217°53.85%28.04%
HSB/HSV217°70.00%43.14%
CMYK70.00%42.73%0.00%
56.86%

Color #213F6E in popluar number systems.

HEX213F6E
Decimal3363110
Binary1000011111111101110
Octal4177156

Shades and tints

Shades of #213F6E

#213F6E
(33,63,110)
#1E3A64
(30,58,100)
#1B355A
(27,53,90)
#183050
(24,48,80)
#152B46
(21,43,70)
#12263C
(18,38,60)
#0F2132
(15,33,50)
#0C1C28
(12,28,40)
#09171E
(9,23,30)
#061214
(6,18,20)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #213F6E

#213F6E
(33,63,110)
#35507B
(53,80,123)
#496188
(73,97,136)
#5D7295
(93,114,149)
#7183A2
(113,131,162)
#8594AF
(133,148,175)
#99A5BC
(153,165,188)
#ADB6C9
(173,182,201)
#C1C7D6
(193,199,214)
#D5D8E3
(213,216,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213F6E color. Also use rgb(33,63,110) instead hex code.

Text Font Color

.myTextColor { color: #213F6E; }

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

This text font color is #213F6E.


Background Color

.myBgColor { background-color: #213F6E; }

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

This div background color is #213F6E.


Border color

.myBorderColor { border: 1px solid #213F6E; }

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

This div border color is #213F6E.


Opacity

.myOpacity80 { color: #213F6E; opacity: 0.8; }

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

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

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

This text has shadow with #213F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213F6E on black background.


Color preview on white background

This text has color #213F6E on white background.



Black color preview on #213F6E background

This text has black color on #213F6E background.


White color preview on #213F6E background

This text has white color on #213F6E background.