COLOR #212139

HEX: #212139 RGB: (33,33,57)

Color info

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

RGB color model

#212139 color RGB value is (33,33,57).

RGB: (33,33,57) (13%, 13%, 22%)

RGB channels and saturation

R 33 of 255 = 13%
G 33 of 255 = 13%
B 57 of 255 = 22%

33
33
57

R + G + B ~ 16%. #212139 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 33 + 57 = 123 (100%)
R 33 of 123 ~ 26.83%
G 33 of 123 ~ 26.83%
B 57 of 123 ~ 46.34'%

%26.83
%26.83
%46.34

CMYK color model

#212139 color CMYK value is (42,42,0,78).

  • cyan value is 42.11%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (42,42,0,78)
C42M42Y0K78 (42%, 42%, 0%, 78%)
(0.42 / 0.42 / 0.00 / 0.78)

CMYK percentages

%42.11
%42.11
%0
%77.65

Codes

Color #212139 in popluar color models

21 21 39
RGB 33 33 57
HSL 240° 26.67% 17.65%
HSB/HSV 240° 42.11% 22.35%
CMYK 42.11% 42.11% 0.00%
77.65%

Color #212139 in popluar number systems.

HEX 21 21 39
Decimal 33 33 57
Binary 100001 100001 111001
Octal 41 41 71

Shades and tints

Shades of #212139

#212139
(33,33,57)
#1E1E34
(30,30,52)
#1B1B2F
(27,27,47)
#18182A
(24,24,42)
#151525
(21,21,37)
#121220
(18,18,32)
#0F0F1B
(15,15,27)
#0C0C16
(12,12,22)
#090911
(9,9,17)
#06060C
(6,6,12)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #212139

#212139
(33,33,57)
#35354B
(53,53,75)
#49495D
(73,73,93)
#5D5D6F
(93,93,111)
#717181
(113,113,129)
#858593
(133,133,147)
#9999A5
(153,153,165)
#ADADB7
(173,173,183)
#C1C1C9
(193,193,201)
#D5D5DB
(213,213,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212139; }

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

This text font color is #212139.

Background Color

.myBgColor { background-color: #212139; }

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

This div background color is #212139.

Border color

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

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

This div border color is #212139.

Opacity

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

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

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

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

This text has shadow with #212139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212139.

Preview

Color preview on black background

This text has color #212139 on black background.


Color preview on white background

This text has color #212139 on white background.


Black color preview on #212139 background

This text has black color on #212139 background.


White color preview on #212139 background

This text has white color on #212139 background.


Related colors

Complementary color

Complementary color for #hex is #DEDEC6.


I love getcolorcode.com