COLOR #213344

HEX: #213344
RGB: (33,51,68)

Color info

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

RGB color model

#213344 color RGB value is (33,51,68).

  • red value is 33;
  • green value is 51;
  • blue value is 68.
RGB:
(33,51,68)
(13%,20%,27%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 68 of 255 = 27%

33
51
68

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

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 68 = 152 (100%)
R 33 of 152 ~ 21.71%
G 51 of 152 ~ 33.55%
B 68 of 152 ~ 44.74%

%21.71
%33.55
%44.74

CMYK color model

#213344 color CMYK value is (51,25,0,73).

  • cyan value is 51.47%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(51,25,0,73)
C51M25Y0K73 
(51%,25%,0%,73%)
(0.51/0.25/0.00/0.73)	

CMYK percentages

%51.47
%25
%0
%73.33

Codes

Color #213344 in popluar color models

213344
RGB335168
HSL209°34.65%19.80%
HSB/HSV209°51.47%26.67%
CMYK51.47%25.00%0.00%
73.33%

Color #213344 in popluar number systems.

HEX213344
Decimal335168
Binary1000011100111000100
Octal4163104

Shades and tints

Shades of #213344

#213344
(33,51,68)
#1E2F3E
(30,47,62)
#1B2B38
(27,43,56)
#182732
(24,39,50)
#15232C
(21,35,44)
#121F26
(18,31,38)
#0F1B20
(15,27,32)
#0C171A
(12,23,26)
#091314
(9,19,20)
#060F0E
(6,15,14)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #213344

#213344
(33,51,68)
#354555
(53,69,85)
#495766
(73,87,102)
#5D6977
(93,105,119)
#717B88
(113,123,136)
#858D99
(133,141,153)
#999FAA
(153,159,170)
#ADB1BB
(173,177,187)
#C1C3CC
(193,195,204)
#D5D5DD
(213,213,221)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213344 color. Also use rgb(33,51,68) instead hex code.

Text Font Color

.myTextColor { color: #213344; }

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

This text font color is #213344.


Background Color

.myBgColor { background-color: #213344; }

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

This div background color is #213344.


Border color

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

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

This div border color is #213344.


Opacity

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

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

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

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

This text has shadow with #213344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213344 on black background.


Color preview on white background

This text has color #213344 on white background.



Black color preview on #213344 background

This text has black color on #213344 background.


White color preview on #213344 background

This text has white color on #213344 background.