COLOR #212641

HEX: #212641
RGB: (33,38,65)

Color info

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

RGB color model

#212641 color RGB value is (33,38,65).

  • red value is 33;
  • green value is 38;
  • blue value is 65.
RGB:
(33,38,65)
(13%,15%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 38 of 255 = 15%
B 65 of 255 = 25%

33
38
65

R + G + B ~ 18%. #212641 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 38 + 65 = 136 (100%)
R 33 of 136 ~ 24.26%
G 38 of 136 ~ 27.94%
B 65 of 136 ~ 47.79%

%24.26
%27.94
%47.79

CMYK color model

#212641 color CMYK value is (49,42,0,75).

  • cyan value is 49.23%
  • magenta value is 41.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(49,42,0,75)
C49M42Y0K75 
(49%,42%,0%,75%)
(0.49/0.42/0.00/0.75)	

CMYK percentages

%49.23
%41.54
%0
%74.51

Codes

Color #212641 in popluar color models

212641
RGB333865
HSL231°32.65%19.22%
HSB/HSV231°49.23%25.49%
CMYK49.23%41.54%0.00%
74.51%

Color #212641 in popluar number systems.

HEX212641
Decimal333865
Binary1000011001101000001
Octal4146101

Shades and tints

Shades of #212641

#212641
(33,38,65)
#1E233C
(30,35,60)
#1B2037
(27,32,55)
#181D32
(24,29,50)
#151A2D
(21,26,45)
#121728
(18,23,40)
#0F1423
(15,20,35)
#0C111E
(12,17,30)
#090E19
(9,14,25)
#060B14
(6,11,20)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #212641

#212641
(33,38,65)
#353952
(53,57,82)
#494C63
(73,76,99)
#5D5F74
(93,95,116)
#717285
(113,114,133)
#858596
(133,133,150)
#9998A7
(153,152,167)
#ADABB8
(173,171,184)
#C1BEC9
(193,190,201)
#D5D1DA
(213,209,218)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212641; }

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

This text font color is #212641.


Background Color

.myBgColor { background-color: #212641; }

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

This div background color is #212641.


Border color

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

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

This div border color is #212641.


Opacity

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

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

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

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

This text has shadow with #212641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212641 on black background.


Color preview on white background

This text has color #212641 on white background.



Black color preview on #212641 background

This text has black color on #212641 background.


White color preview on #212641 background

This text has white color on #212641 background.