COLOR #213447

HEX: #213447 RGB: (33,52,71)

Color info

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

RGB color model

#213447 color RGB value is (33,52,71).

RGB: (33,52,71) (13%, 20%, 28%)

RGB channels and saturation

R 33 of 255 = 13%
G 52 of 255 = 20%
B 71 of 255 = 28%

33
52
71

R + G + B ~ 20%. #213447 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 52 + 71 = 156 (100%)
R 33 of 156 ~ 21.15%
G 52 of 156 ~ 33.33%
B 71 of 156 ~ 45.51'%

%21.15
%33.33
%45.51

CMYK color model

#213447 color CMYK value is (54,27,0,72).

  • cyan value is 53.52%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (54,27,0,72) C54M27Y0K72 (54%,27%,0%,72%) (0.54/0.27/0.00/0.72) 

CMYK percentages

%53.52
%26.76
%0
%72.16

Codes

Color #213447 in popluar color models

21 34 47
RGB 33 52 71
HSL 210° 36.54% 20.39%
HSB/HSV 210° 53.52% 27.84%
CMYK 53.52% 26.76% 0.00%
72.16%

Color #213447 in popluar number systems.

HEX 21 34 47
Decimal 33 52 71
Binary 100001 110100 1000111
Octal 41 64 107

Shades and tints

Shades of #213447

#213447
(33,52,71)
#1E3041
(30,48,65)
#1B2C3B
(27,44,59)
#182835
(24,40,53)
#15242F
(21,36,47)
#122029
(18,32,41)
#0F1C23
(15,28,35)
#0C181D
(12,24,29)
#091417
(9,20,23)
#061011
(6,16,17)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #213447

#213447
(33,52,71)
#354657
(53,70,87)
#495867
(73,88,103)
#5D6A77
(93,106,119)
#717C87
(113,124,135)
#858E97
(133,142,151)
#99A0A7
(153,160,167)
#ADB2B7
(173,178,183)
#C1C4C7
(193,196,199)
#D5D6D7
(213,214,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213447; }

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

This text font color is #213447.

Background Color

.myBgColor { background-color: #213447; }

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

This div background color is #213447.

Border color

.myBorderColor { border: 1px solid #213447; }

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

This div border color is #213447.

Opacity

.myOpacity80 { color: #213447; opacity: 0.8; }

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

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

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

This text has shadow with #213447 color.


.textShadow {text-shadow: 3px 3px 1px #213447', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #213447; -webkit-box-shadow: 1px 1px 3px 2px #213447; box-shadow:1px 1px 3px 2px #213447;">
Div content here
</div>

This div box has shadow with color #213447.

Preview

Color preview on black background

This text has color #213447 on black background.


Color preview on white background

This text has color #213447 on white background.


Black color preview on #213447 background

This text has black color on #213447 background.


White color preview on #213447 background

This text has white color on #213447 background.


Related colors

Complementary color

Complementary color for #hex is #DECBB8.


I love getcolorcode.com

Triadic colors

1 #472134 and #344721 with #213447 are triadic colors.

2 #473421 and #342147 with #213447 are triadic colors.