COLOR #213D5B

HEX: #213D5B
RGB: (33,61,91)

Color info

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

RGB color model

#213D5B color RGB value is (33,61,91).

  • red value is 33;
  • green value is 61;
  • blue value is 91.
RGB:
(33,61,91)
(13%,24%,36%)

RGB channels and saturation

R 33 of 255 = 13%
G 61 of 255 = 24%
B 91 of 255 = 36%

33
61
91

R + G + B ~ 24%. #213D5B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 61 + 91 = 185 (100%)
R 33 of 185 ~ 17.84%
G 61 of 185 ~ 32.97%
B 91 of 185 ~ 49.19%

%17.84
%32.97
%49.19

CMYK color model

#213D5B color CMYK value is (64,33,0,64).

  • cyan value is 63.74%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(64,33,0,64)
C64M33Y0K64 
(64%,33%,0%,64%)
(0.64/0.33/0.00/0.64)	

CMYK percentages

%63.74
%32.97
%0
%64.31

Codes

Color #213D5B in popluar color models

213D5B
RGB336191
HSL211°46.77%24.31%
HSB/HSV211°63.74%35.69%
CMYK63.74%32.97%0.00%
64.31%

Color #213D5B in popluar number systems.

HEX213D5B
Decimal336191
Binary1000011111011011011
Octal4175133

Shades and tints

Shades of #213D5B

#213D5B
(33,61,91)
#1E3853
(30,56,83)
#1B334B
(27,51,75)
#182E43
(24,46,67)
#15293B
(21,41,59)
#122433
(18,36,51)
#0F1F2B
(15,31,43)
#0C1A23
(12,26,35)
#09151B
(9,21,27)
#061013
(6,16,19)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #213D5B

#213D5B
(33,61,91)
#354E69
(53,78,105)
#495F77
(73,95,119)
#5D7085
(93,112,133)
#718193
(113,129,147)
#8592A1
(133,146,161)
#99A3AF
(153,163,175)
#ADB4BD
(173,180,189)
#C1C5CB
(193,197,203)
#D5D6D9
(213,214,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213D5B; }

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

This text font color is #213D5B.


Background Color

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

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

This div background color is #213D5B.


Border color

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

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

This div border color is #213D5B.


Opacity

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

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

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

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

This text has shadow with #213D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213D5B on black background.


Color preview on white background

This text has color #213D5B on white background.



Black color preview on #213D5B background

This text has black color on #213D5B background.


White color preview on #213D5B background

This text has white color on #213D5B background.