COLOR #211E30

HEX: #211E30
RGB: (33,30,48)

Color info

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

RGB color model

#211E30 color RGB value is (33,30,48).

  • red value is 33;
  • green value is 30;
  • blue value is 48.
RGB:
(33,30,48)
(13%,12%,19%)

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 48 of 255 = 19%

33
30
48

R + G + B ~ 15%. #211E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 48 = 111 (100%)
R 33 of 111 ~ 29.73%
G 30 of 111 ~ 27.03%
B 48 of 111 ~ 43.24%

%29.73
%27.03
%43.24

CMYK color model

#211E30 color CMYK value is (31,38,0,81).

  • cyan value is 31.25%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(31,38,0,81)
C31M38Y0K81 
(31%,38%,0%,81%)
(0.31/0.38/0.00/0.81)	

CMYK percentages

%31.25
%37.5
%0
%81.18

Codes

Color #211E30 in popluar color models

211E30
RGB333048
HSL250°23.08%15.29%
HSB/HSV250°37.50%18.82%
CMYK31.25%37.50%0.00%
81.18%

Color #211E30 in popluar number systems.

HEX211E30
Decimal333048
Binary10000111110110000
Octal413660

Shades and tints

Shades of #211E30

#211E30
(33,30,48)
#1E1C2C
(30,28,44)
#1B1A28
(27,26,40)
#181824
(24,24,36)
#151620
(21,22,32)
#12141C
(18,20,28)
#0F1218
(15,18,24)
#0C1014
(12,16,20)
#090E10
(9,14,16)
#060C0C
(6,12,12)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #211E30

#211E30
(33,30,48)
#353242
(53,50,66)
#494654
(73,70,84)
#5D5A66
(93,90,102)
#716E78
(113,110,120)
#85828A
(133,130,138)
#99969C
(153,150,156)
#ADAAAE
(173,170,174)
#C1BEC0
(193,190,192)
#D5D2D2
(213,210,210)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E30; }

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

This text font color is #211E30.


Background Color

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

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

This div background color is #211E30.


Border color

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

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

This div border color is #211E30.


Opacity

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

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

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

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

This text has shadow with #211E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211E30 on black background.


Color preview on white background

This text has color #211E30 on white background.



Black color preview on #211E30 background

This text has black color on #211E30 background.


White color preview on #211E30 background

This text has white color on #211E30 background.