COLOR #213148

HEX: #213148
RGB: (33,49,72)

Color info

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

RGB color model

#213148 color RGB value is (33,49,72).

  • red value is 33;
  • green value is 49;
  • blue value is 72.
RGB:
(33,49,72)
(13%,19%,28%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 72 of 255 = 28%

33
49
72

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 72 = 154 (100%)
R 33 of 154 ~ 21.43%
G 49 of 154 ~ 31.82%
B 72 of 154 ~ 46.75%

%21.43
%31.82
%46.75

CMYK color model

#213148 color CMYK value is (54,32,0,72).

  • cyan value is 54.17%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(54,32,0,72)
C54M32Y0K72 
(54%,32%,0%,72%)
(0.54/0.32/0.00/0.72)	

CMYK percentages

%54.17
%31.94
%0
%71.76

Codes

Color #213148 in popluar color models

213148
RGB334972
HSL215°37.14%20.59%
HSB/HSV215°54.17%28.24%
CMYK54.17%31.94%0.00%
71.76%

Color #213148 in popluar number systems.

HEX213148
Decimal334972
Binary1000011100011001000
Octal4161110

Shades and tints

Shades of #213148

#213148
(33,49,72)
#1E2D42
(30,45,66)
#1B293C
(27,41,60)
#182536
(24,37,54)
#152130
(21,33,48)
#121D2A
(18,29,42)
#0F1924
(15,25,36)
#0C151E
(12,21,30)
#091118
(9,17,24)
#060D12
(6,13,18)
#03090C
(3,9,12)
#000000
(0,0,0)

Tints of #213148

#213148
(33,49,72)
#354358
(53,67,88)
#495568
(73,85,104)
#5D6778
(93,103,120)
#717988
(113,121,136)
#858B98
(133,139,152)
#999DA8
(153,157,168)
#ADAFB8
(173,175,184)
#C1C1C8
(193,193,200)
#D5D3D8
(213,211,216)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213148; }

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

This text font color is #213148.


Background Color

.myBgColor { background-color: #213148; }

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

This div background color is #213148.


Border color

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

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

This div border color is #213148.


Opacity

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

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

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

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

This text has shadow with #213148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213148 on black background.


Color preview on white background

This text has color #213148 on white background.



Black color preview on #213148 background

This text has black color on #213148 background.


White color preview on #213148 background

This text has white color on #213148 background.