COLOR #211E3A

HEX: #211E3A RGB: (33,30,58)

Color info

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

RGB color model

#211E3A color RGB value is (33,30,58).

RGB: (33,30,58) (13%, 12%, 23%)

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 58 of 255 = 23%

33
30
58

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

Portions of RGB colors in percentages

R + G + B = 33 + 30 + 58 = 121 (100%)
R 33 of 121 ~ 27.27%
G 30 of 121 ~ 24.79%
B 58 of 121 ~ 47.93'%

%27.27
%24.79
%47.93

CMYK color model

#211E3A color CMYK value is (43,48,0,77).

  • cyan value is 43.10%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (43,48,0,77)
C43M48Y0K77 (43%, 48%, 0%, 77%)
(0.43 / 0.48 / 0.00 / 0.77)

CMYK percentages

%43.1
%48.28
%0
%77.25

Codes

Color #211E3A in popluar color models

21 1E 3A
RGB 33 30 58
HSL 246° 31.82% 17.25%
HSB/HSV 246° 48.28% 22.75%
CMYK 43.10% 48.28% 0.00%
77.25%

Color #211E3A in popluar number systems.

HEX 21 1E 3A
Decimal 33 30 58
Binary 100001 11110 111010
Octal 41 36 72

Shades and tints

Shades of #211E3A

#211E3A
(33,30,58)
#1E1C35
(30,28,53)
#1B1A30
(27,26,48)
#18182B
(24,24,43)
#151626
(21,22,38)
#121421
(18,20,33)
#0F121C
(15,18,28)
#0C1017
(12,16,23)
#090E12
(9,14,18)
#060C0D
(6,12,13)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #211E3A

#211E3A
(33,30,58)
#35324B
(53,50,75)
#49465C
(73,70,92)
#5D5A6D
(93,90,109)
#716E7E
(113,110,126)
#85828F
(133,130,143)
#9996A0
(153,150,160)
#ADAAB1
(173,170,177)
#C1BEC2
(193,190,194)
#D5D2D3
(213,210,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211E3A color. Also use rgb(33,30,58) instead hex code.

Text Font Color

.myTextColor { color: #211E3A; }

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

This text font color is #211E3A.

Background Color

.myBgColor { background-color: #211E3A; }

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

This div background color is #211E3A.

Border color

.myBorderColor { border: 1px solid #211E3A; }

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

This div border color is #211E3A.

Opacity

.myOpacity80 { color: #211E3A; opacity: 0.8; }

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

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

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

This text has shadow with #211E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211E3A.

Preview

Color preview on black background

This text has color #211E3A on black background.


Color preview on white background

This text has color #211E3A on white background.


Black color preview on #211E3A background

This text has black color on #211E3A background.


White color preview on #211E3A background

This text has white color on #211E3A background.


Related colors

Complementary color

Complementary color for #hex is #DEE1C5.


I love getcolorcode.com

Triadic colors

1 #3A211E and #1E3A21 with #211E3A are triadic colors.

2 #3A1E21 and #1E213A with #211E3A are triadic colors.