COLOR #213B4D

HEX: #213B4D
RGB: (33,59,77)

Color info

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

RGB color model

#213B4D color RGB value is (33,59,77).

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

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 77 of 255 = 30%

33
59
77

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

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 77 = 169 (100%)
R 33 of 169 ~ 19.53%
G 59 of 169 ~ 34.91%
B 77 of 169 ~ 45.56%

%19.53
%34.91
%45.56

CMYK color model

#213B4D color CMYK value is (57,23,0,70).

  • cyan value is 57.14%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(57,23,0,70)
C57M23Y0K70 
(57%,23%,0%,70%)
(0.57/0.23/0.00/0.70)	

CMYK percentages

%57.14
%23.38
%0
%69.8

Codes

Color #213B4D in popluar color models

213B4D
RGB335977
HSL205°40.00%21.57%
HSB/HSV205°57.14%30.20%
CMYK57.14%23.38%0.00%
69.80%

Color #213B4D in popluar number systems.

HEX213B4D
Decimal335977
Binary1000011110111001101
Octal4173115

Shades and tints

Shades of #213B4D

#213B4D
(33,59,77)
#1E3646
(30,54,70)
#1B313F
(27,49,63)
#182C38
(24,44,56)
#152731
(21,39,49)
#12222A
(18,34,42)
#0F1D23
(15,29,35)
#0C181C
(12,24,28)
#091315
(9,19,21)
#060E0E
(6,14,14)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #213B4D

#213B4D
(33,59,77)
#354C5D
(53,76,93)
#495D6D
(73,93,109)
#5D6E7D
(93,110,125)
#717F8D
(113,127,141)
#85909D
(133,144,157)
#99A1AD
(153,161,173)
#ADB2BD
(173,178,189)
#C1C3CD
(193,195,205)
#D5D4DD
(213,212,221)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213B4D; }

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

This text font color is #213B4D.


Background Color

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

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

This div background color is #213B4D.


Border color

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

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

This div border color is #213B4D.


Opacity

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

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

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

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

This text has shadow with #213B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B4D on black background.


Color preview on white background

This text has color #213B4D on white background.



Black color preview on #213B4D background

This text has black color on #213B4D background.


White color preview on #213B4D background

This text has white color on #213B4D background.