COLOR #212F41

HEX: #212F41 RGB: (33,47,65)

Color info

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

RGB color model

#212F41 color RGB value is (33,47,65).

RGB: (33,47,65) (13%, 18%, 25%)

RGB channels and saturation

R 33 of 255 = 13%
G 47 of 255 = 18%
B 65 of 255 = 25%

33
47
65

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

Portions of RGB colors in percentages

R + G + B = 33 + 47 + 65 = 145 (100%)
R 33 of 145 ~ 22.76%
G 47 of 145 ~ 32.41%
B 65 of 145 ~ 44.83'%

%22.76
%32.41
%44.83

CMYK color model

#212F41 color CMYK value is (49,28,0,75).

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

CMYK: (49,28,0,75)
C49M28Y0K75 (49%, 28%, 0%, 75%)
(0.49 / 0.28 / 0.00 / 0.75)

CMYK percentages

%49.23
%27.69
%0
%74.51

Codes

Color #212F41 in popluar color models

21 2F 41
RGB 33 47 65
HSL 214° 32.65% 19.22%
HSB/HSV 214° 49.23% 25.49%
CMYK 49.23% 27.69% 0.00%
74.51%

Color #212F41 in popluar number systems.

HEX 21 2F 41
Decimal 33 47 65
Binary 100001 101111 1000001
Octal 41 57 101

Shades and tints

Shades of #212F41

#212F41
(33,47,65)
#1E2B3C
(30,43,60)
#1B2737
(27,39,55)
#182332
(24,35,50)
#151F2D
(21,31,45)
#121B28
(18,27,40)
#0F1723
(15,23,35)
#0C131E
(12,19,30)
#090F19
(9,15,25)
#060B14
(6,11,20)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #212F41

#212F41
(33,47,65)
#354152
(53,65,82)
#495363
(73,83,99)
#5D6574
(93,101,116)
#717785
(113,119,133)
#858996
(133,137,150)
#999BA7
(153,155,167)
#ADADB8
(173,173,184)
#C1BFC9
(193,191,201)
#D5D1DA
(213,209,218)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212F41; }

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

This text font color is #212F41.

Background Color

.myBgColor { background-color: #212F41; }

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

This div background color is #212F41.

Border color

.myBorderColor { border: 1px solid #212F41; }

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

This div border color is #212F41.

Opacity

.myOpacity80 { color: #212F41; opacity: 0.8; }

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

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

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

This text has shadow with #212F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212F41.

Preview

Color preview on black background

This text has color #212F41 on black background.


Color preview on white background

This text has color #212F41 on white background.


Black color preview on #212F41 background

This text has black color on #212F41 background.


White color preview on #212F41 background

This text has white color on #212F41 background.


Related colors

Complementary color

Complementary color for #hex is #DED0BE.


I love getcolorcode.com

Triadic colors

1 #41212F and #2F4121 with #212F41 are triadic colors.

2 #412F21 and #2F2141 with #212F41 are triadic colors.