COLOR #212848

HEX: #212848
RGB: (33,40,72)

Color info

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

RGB color model

#212848 color RGB value is (33,40,72).

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

RGB channels and saturation

R 33 of 255 = 13%
G 40 of 255 = 16%
B 72 of 255 = 28%

33
40
72

R + G + B ~ 19%. #212848 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 40 + 72 = 145 (100%)
R 33 of 145 ~ 22.76%
G 40 of 145 ~ 27.59%
B 72 of 145 ~ 49.66%

%22.76
%27.59
%49.66

CMYK color model

#212848 color CMYK value is (54,44,0,72).

  • cyan value is 54.17%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(54,44,0,72)
C54M44Y0K72 
(54%,44%,0%,72%)
(0.54/0.44/0.00/0.72)	

CMYK percentages

%54.17
%44.44
%0
%71.76

Codes

Color #212848 in popluar color models

212848
RGB334072
HSL229°37.14%20.59%
HSB/HSV229°54.17%28.24%
CMYK54.17%44.44%0.00%
71.76%

Color #212848 in popluar number systems.

HEX212848
Decimal334072
Binary1000011010001001000
Octal4150110

Shades and tints

Shades of #212848

#212848
(33,40,72)
#1E2542
(30,37,66)
#1B223C
(27,34,60)
#181F36
(24,31,54)
#151C30
(21,28,48)
#12192A
(18,25,42)
#0F1624
(15,22,36)
#0C131E
(12,19,30)
#091018
(9,16,24)
#060D12
(6,13,18)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #212848

#212848
(33,40,72)
#353B58
(53,59,88)
#494E68
(73,78,104)
#5D6178
(93,97,120)
#717488
(113,116,136)
#858798
(133,135,152)
#999AA8
(153,154,168)
#ADADB8
(173,173,184)
#C1C0C8
(193,192,200)
#D5D3D8
(213,211,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212848; }

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

This text font color is #212848.


Background Color

.myBgColor { background-color: #212848; }

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

This div background color is #212848.


Border color

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

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

This div border color is #212848.


Opacity

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

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

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

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

This text has shadow with #212848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212848 on black background.


Color preview on white background

This text has color #212848 on white background.



Black color preview on #212848 background

This text has black color on #212848 background.


White color preview on #212848 background

This text has white color on #212848 background.