COLOR #213A47

HEX: #213A47
RGB: (33,58,71)

Color info

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

RGB color model

#213A47 color RGB value is (33,58,71).

  • red value is 33;
  • green value is 58;
  • blue value is 71.
RGB:
(33,58,71)
(13%,23%,28%)

RGB channels and saturation

R 33 of 255 = 13%
G 58 of 255 = 23%
B 71 of 255 = 28%

33
58
71

R + G + B ~ 21%. #213A47 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 58 + 71 = 162 (100%)
R 33 of 162 ~ 20.37%
G 58 of 162 ~ 35.8%
B 71 of 162 ~ 43.83%

%20.37
%35.8
%43.83

CMYK color model

#213A47 color CMYK value is (54,18,0,72).

  • cyan value is 53.52%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(54,18,0,72)
C54M18Y0K72 
(54%,18%,0%,72%)
(0.54/0.18/0.00/0.72)	

CMYK percentages

%53.52
%18.31
%0
%72.16

Codes

Color #213A47 in popluar color models

213A47
RGB335871
HSL201°36.54%20.39%
HSB/HSV201°53.52%27.84%
CMYK53.52%18.31%0.00%
72.16%

Color #213A47 in popluar number systems.

HEX213A47
Decimal335871
Binary1000011110101000111
Octal4172107

Shades and tints

Shades of #213A47

#213A47
(33,58,71)
#1E3541
(30,53,65)
#1B303B
(27,48,59)
#182B35
(24,43,53)
#15262F
(21,38,47)
#122129
(18,33,41)
#0F1C23
(15,28,35)
#0C171D
(12,23,29)
#091217
(9,18,23)
#060D11
(6,13,17)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #213A47

#213A47
(33,58,71)
#354B57
(53,75,87)
#495C67
(73,92,103)
#5D6D77
(93,109,119)
#717E87
(113,126,135)
#858F97
(133,143,151)
#99A0A7
(153,160,167)
#ADB1B7
(173,177,183)
#C1C2C7
(193,194,199)
#D5D3D7
(213,211,215)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213A47 color. Also use rgb(33,58,71) instead hex code.

Text Font Color

.myTextColor { color: #213A47; }

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

This text font color is #213A47.


Background Color

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

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

This div background color is #213A47.


Border color

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

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

This div border color is #213A47.


Opacity

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

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

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

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

This text has shadow with #213A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213A47 on black background.


Color preview on white background

This text has color #213A47 on white background.



Black color preview on #213A47 background

This text has black color on #213A47 background.


White color preview on #213A47 background

This text has white color on #213A47 background.