COLOR #213F51

HEX: #213F51
RGB: (33,63,81)

Color info

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

RGB color model

#213F51 color RGB value is (33,63,81).

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

RGB channels and saturation

R 33 of 255 = 13%
G 63 of 255 = 25%
B 81 of 255 = 32%

33
63
81

R + G + B ~ 23%. #213F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 63 + 81 = 177 (100%)
R 33 of 177 ~ 18.64%
G 63 of 177 ~ 35.59%
B 81 of 177 ~ 45.76%

%18.64
%35.59
%45.76

CMYK color model

#213F51 color CMYK value is (59,22,0,68).

  • cyan value is 59.26%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(59,22,0,68)
C59M22Y0K68 
(59%,22%,0%,68%)
(0.59/0.22/0.00/0.68)	

CMYK percentages

%59.26
%22.22
%0
%68.24

Codes

Color #213F51 in popluar color models

213F51
RGB336381
HSL203°42.11%22.35%
HSB/HSV203°59.26%31.76%
CMYK59.26%22.22%0.00%
68.24%

Color #213F51 in popluar number systems.

HEX213F51
Decimal336381
Binary1000011111111010001
Octal4177121

Shades and tints

Shades of #213F51

#213F51
(33,63,81)
#1E3A4A
(30,58,74)
#1B3543
(27,53,67)
#18303C
(24,48,60)
#152B35
(21,43,53)
#12262E
(18,38,46)
#0F2127
(15,33,39)
#0C1C20
(12,28,32)
#091719
(9,23,25)
#061212
(6,18,18)
#030D0B
(3,13,11)
#000000
(0,0,0)

Tints of #213F51

#213F51
(33,63,81)
#355060
(53,80,96)
#49616F
(73,97,111)
#5D727E
(93,114,126)
#71838D
(113,131,141)
#85949C
(133,148,156)
#99A5AB
(153,165,171)
#ADB6BA
(173,182,186)
#C1C7C9
(193,199,201)
#D5D8D8
(213,216,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213F51; }

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

This text font color is #213F51.


Background Color

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

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

This div background color is #213F51.


Border color

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

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

This div border color is #213F51.


Opacity

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

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

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

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

This text has shadow with #213F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213F51 on black background.


Color preview on white background

This text has color #213F51 on white background.



Black color preview on #213F51 background

This text has black color on #213F51 background.


White color preview on #213F51 background

This text has white color on #213F51 background.