COLOR #212841

HEX: #212841 RGB: (33,40,65)

Color info

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

RGB color model

#212841 color RGB value is (33,40,65).

RGB: (33,40,65) (13%, 16%, 25%)

RGB channels and saturation

R 33 of 255 = 13%
G 40 of 255 = 16%
B 65 of 255 = 25%

33
40
65

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

Portions of RGB colors in percentages

R + G + B = 33 + 40 + 65 = 138 (100%)
R 33 of 138 ~ 23.91%
G 40 of 138 ~ 28.99%
B 65 of 138 ~ 47.1'%

%23.91
%28.99
%47.1

CMYK color model

#212841 color CMYK value is (49,38,0,75).

  • cyan value is 49.23%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (49,38,0,75)
C49M38Y0K75 (49%, 38%, 0%, 75%)
(0.49 / 0.38 / 0.00 / 0.75)

CMYK percentages

%49.23
%38.46
%0
%74.51

Codes

Color #212841 in popluar color models

21 28 41
RGB 33 40 65
HSL 227° 32.65% 19.22%
HSB/HSV 227° 49.23% 25.49%
CMYK 49.23% 38.46% 0.00%
74.51%

Color #212841 in popluar number systems.

HEX 21 28 41
Decimal 33 40 65
Binary 100001 101000 1000001
Octal 41 50 101

Shades and tints

Shades of #212841

#212841
(33,40,65)
#1E253C
(30,37,60)
#1B2237
(27,34,55)
#181F32
(24,31,50)
#151C2D
(21,28,45)
#121928
(18,25,40)
#0F1623
(15,22,35)
#0C131E
(12,19,30)
#091019
(9,16,25)
#060D14
(6,13,20)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #212841

#212841
(33,40,65)
#353B52
(53,59,82)
#494E63
(73,78,99)
#5D6174
(93,97,116)
#717485
(113,116,133)
#858796
(133,135,150)
#999AA7
(153,154,167)
#ADADB8
(173,173,184)
#C1C0C9
(193,192,201)
#D5D3DA
(213,211,218)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212841; }

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

This text font color is #212841.

Background Color

.myBgColor { background-color: #212841; }

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

This div background color is #212841.

Border color

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

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

This div border color is #212841.

Opacity

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

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

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

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

This text has shadow with #212841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212841.

Preview

Color preview on black background

This text has color #212841 on black background.


Color preview on white background

This text has color #212841 on white background.


Black color preview on #212841 background

This text has black color on #212841 background.


White color preview on #212841 background

This text has white color on #212841 background.


Related colors

Complementary color

Complementary color for #hex is #DED7BE.


I love getcolorcode.com

Triadic colors

1 #412128 and #284121 with #212841 are triadic colors.

2 #412821 and #282141 with #212841 are triadic colors.