COLOR #213B4F

HEX: #213B4F
RGB: (33,59,79)

Color info

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

RGB color model

#213B4F color RGB value is (33,59,79).

  • red value is 33;
  • green value is 59;
  • blue value is 79.
RGB:
(33,59,79)
(13%,23%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 79 of 255 = 31%

33
59
79

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

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 79 = 171 (100%)
R 33 of 171 ~ 19.3%
G 59 of 171 ~ 34.5%
B 79 of 171 ~ 46.2%

%19.3
%34.5
%46.2

CMYK color model

#213B4F color CMYK value is (58,25,0,69).

  • cyan value is 58.23%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(58,25,0,69)
C58M25Y0K69 
(58%,25%,0%,69%)
(0.58/0.25/0.00/0.69)	

CMYK percentages

%58.23
%25.32
%0
%69.02

Codes

Color #213B4F in popluar color models

213B4F
RGB335979
HSL206°41.07%21.96%
HSB/HSV206°58.23%30.98%
CMYK58.23%25.32%0.00%
69.02%

Color #213B4F in popluar number systems.

HEX213B4F
Decimal335979
Binary1000011110111001111
Octal4173117

Shades and tints

Shades of #213B4F

#213B4F
(33,59,79)
#1E3648
(30,54,72)
#1B3141
(27,49,65)
#182C3A
(24,44,58)
#152733
(21,39,51)
#12222C
(18,34,44)
#0F1D25
(15,29,37)
#0C181E
(12,24,30)
#091317
(9,19,23)
#060E10
(6,14,16)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #213B4F

#213B4F
(33,59,79)
#354C5F
(53,76,95)
#495D6F
(73,93,111)
#5D6E7F
(93,110,127)
#717F8F
(113,127,143)
#85909F
(133,144,159)
#99A1AF
(153,161,175)
#ADB2BF
(173,178,191)
#C1C3CF
(193,195,207)
#D5D4DF
(213,212,223)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213B4F color. Also use rgb(33,59,79) instead hex code.

Text Font Color

.myTextColor { color: #213B4F; }

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

This text font color is #213B4F.


Background Color

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

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

This div background color is #213B4F.


Border color

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

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

This div border color is #213B4F.


Opacity

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

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

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

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

This text has shadow with #213B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B4F on black background.


Color preview on white background

This text has color #213B4F on white background.



Black color preview on #213B4F background

This text has black color on #213B4F background.


White color preview on #213B4F background

This text has white color on #213B4F background.