COLOR #213D48

HEX: #213D48 RGB: (33,61,72)

Color info

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

RGB color model

#213D48 color RGB value is (33,61,72).

RGB: (33,61,72) (13%, 24%, 28%)

RGB channels and saturation

R 33 of 255 = 13%
G 61 of 255 = 24%
B 72 of 255 = 28%

33
61
72

R + G + B ~ 22%. #213D48 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 61 + 72 = 166 (100%)
R 33 of 166 ~ 19.88%
G 61 of 166 ~ 36.75%
B 72 of 166 ~ 43.37'%

%19.88
%36.75
%43.37

CMYK color model

#213D48 color CMYK value is (54,15,0,72).

  • cyan value is 54.17%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (54,15,0,72)
C54M15Y0K72 (54%, 15%, 0%, 72%)
(0.54 / 0.15 / 0.00 / 0.72)

CMYK percentages

%54.17
%15.28
%0
%71.76

Codes

Color #213D48 in popluar color models

21 3D 48
RGB 33 61 72
HSL 197° 37.14% 20.59%
HSB/HSV 197° 54.17% 28.24%
CMYK 54.17% 15.28% 0.00%
71.76%

Color #213D48 in popluar number systems.

HEX 21 3D 48
Decimal 33 61 72
Binary 100001 111101 1001000
Octal 41 75 110

Shades and tints

Shades of #213D48

#213D48
(33,61,72)
#1E3842
(30,56,66)
#1B333C
(27,51,60)
#182E36
(24,46,54)
#152930
(21,41,48)
#12242A
(18,36,42)
#0F1F24
(15,31,36)
#0C1A1E
(12,26,30)
#091518
(9,21,24)
#061012
(6,16,18)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #213D48

#213D48
(33,61,72)
#354E58
(53,78,88)
#495F68
(73,95,104)
#5D7078
(93,112,120)
#718188
(113,129,136)
#859298
(133,146,152)
#99A3A8
(153,163,168)
#ADB4B8
(173,180,184)
#C1C5C8
(193,197,200)
#D5D6D8
(213,214,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213D48 color. Also use rgb(33,61,72) instead hex code.

Text Font Color

.myTextColor { color: #213D48; }

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

This text font color is #213D48.

Background Color

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

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

This div background color is #213D48.

Border color

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

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

This div border color is #213D48.

Opacity

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

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

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

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

This text has shadow with #213D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213D48.

Preview

Color preview on black background

This text has color #213D48 on black background.


Color preview on white background

This text has color #213D48 on white background.


Black color preview on #213D48 background

This text has black color on #213D48 background.


White color preview on #213D48 background

This text has white color on #213D48 background.


Related colors

Complementary color

Complementary color for #hex is #DEC2B7.


I love getcolorcode.com

Triadic colors

1 #48213D and #3D4821 with #213D48 are triadic colors.

2 #483D21 and #3D2148 with #213D48 are triadic colors.