COLOR #213263

HEX: #213263
RGB: (33,50,99)

Color info

#213263 contains mainly green and blue colors. Web safe color of #213263 is #333366 (or #336).

RGB color model

#213263 color RGB value is (33,50,99).

  • red value is 33;
  • green value is 50;
  • blue value is 99.
RGB:
(33,50,99)
(13%,20%,39%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 99 of 255 = 39%

33
50
99

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

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 99 = 182 (100%)
R 33 of 182 ~ 18.13%
G 50 of 182 ~ 27.47%
B 99 of 182 ~ 54.4%

%18.13
%27.47
%54.4

CMYK color model

#213263 color CMYK value is (67,49,0,61).

  • cyan value is 66.67%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(67,49,0,61)
C67M49Y0K61 
(67%,49%,0%,61%)
(0.67/0.49/0.00/0.61)	

CMYK percentages

%66.67
%49.49
%0
%61.18

Codes

Color #213263 in popluar color models

213263
RGB335099
HSL225°50.00%25.88%
HSB/HSV225°66.67%38.82%
CMYK66.67%49.49%0.00%
61.18%

Color #213263 in popluar number systems.

HEX213263
Decimal335099
Binary1000011100101100011
Octal4162143

Shades and tints

Shades of #213263

#213263
(33,50,99)
#1E2E5A
(30,46,90)
#1B2A51
(27,42,81)
#182648
(24,38,72)
#15223F
(21,34,63)
#121E36
(18,30,54)
#0F1A2D
(15,26,45)
#0C1624
(12,22,36)
#09121B
(9,18,27)
#060E12
(6,14,18)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #213263

#213263
(33,50,99)
#354471
(53,68,113)
#49567F
(73,86,127)
#5D688D
(93,104,141)
#717A9B
(113,122,155)
#858CA9
(133,140,169)
#999EB7
(153,158,183)
#ADB0C5
(173,176,197)
#C1C2D3
(193,194,211)
#D5D4E1
(213,212,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213263 color. Also use rgb(33,50,99) instead hex code.

Text Font Color

.myTextColor { color: #213263; }

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

This text font color is #213263.


Background Color

.myBgColor { background-color: #213263; }

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

This div background color is #213263.


Border color

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

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

This div border color is #213263.


Opacity

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

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

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

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

This text has shadow with #213263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213263 on black background.


Color preview on white background

This text has color #213263 on white background.



Black color preview on #213263 background

This text has black color on #213263 background.


White color preview on #213263 background

This text has white color on #213263 background.