COLOR #213146

HEX: #213146
RGB: (33,49,70)

Color info

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

RGB color model

#213146 color RGB value is (33,49,70).

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

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 70 of 255 = 27%

33
49
70

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 70 = 152 (100%)
R 33 of 152 ~ 21.71%
G 49 of 152 ~ 32.24%
B 70 of 152 ~ 46.05%

%21.71
%32.24
%46.05

CMYK color model

#213146 color CMYK value is (53,30,0,73).

  • cyan value is 52.86%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(53,30,0,73)
C53M30Y0K73 
(53%,30%,0%,73%)
(0.53/0.30/0.00/0.73)	

CMYK percentages

%52.86
%30
%0
%72.55

Codes

Color #213146 in popluar color models

213146
RGB334970
HSL214°35.92%20.20%
HSB/HSV214°52.86%27.45%
CMYK52.86%30.00%0.00%
72.55%

Color #213146 in popluar number systems.

HEX213146
Decimal334970
Binary1000011100011000110
Octal4161106

Shades and tints

Shades of #213146

#213146
(33,49,70)
#1E2D40
(30,45,64)
#1B293A
(27,41,58)
#182534
(24,37,52)
#15212E
(21,33,46)
#121D28
(18,29,40)
#0F1922
(15,25,34)
#0C151C
(12,21,28)
#091116
(9,17,22)
#060D10
(6,13,16)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #213146

#213146
(33,49,70)
#354356
(53,67,86)
#495566
(73,85,102)
#5D6776
(93,103,118)
#717986
(113,121,134)
#858B96
(133,139,150)
#999DA6
(153,157,166)
#ADAFB6
(173,175,182)
#C1C1C6
(193,193,198)
#D5D3D6
(213,211,214)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213146; }

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

This text font color is #213146.


Background Color

.myBgColor { background-color: #213146; }

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

This div background color is #213146.


Border color

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

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

This div border color is #213146.


Opacity

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

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

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

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

This text has shadow with #213146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213146 on black background.


Color preview on white background

This text has color #213146 on white background.



Black color preview on #213146 background

This text has black color on #213146 background.


White color preview on #213146 background

This text has white color on #213146 background.