COLOR #211138

HEX: #211138
RGB: (33,17,56)

Color info

#211138 contains red, green and blue colors in about the same proportion. Web safe color of #211138 is #330033 (or #303).

RGB color model

#211138 color RGB value is (33,17,56).

  • red value is 33;
  • green value is 17;
  • blue value is 56.
RGB:
(33,17,56)
(13%,7%,22%)

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 56 of 255 = 22%

33
17
56

R + G + B ~ 14%. #211138 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 56 = 106 (100%)
R 33 of 106 ~ 31.13%
G 17 of 106 ~ 16.04%
B 56 of 106 ~ 52.83%

%31.13
%16.04
%52.83

CMYK color model

#211138 color CMYK value is (41,70,0,78).

  • cyan value is 41.07%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(41,70,0,78)
C41M70Y0K78 
(41%,70%,0%,78%)
(0.41/0.70/0.00/0.78)	

CMYK percentages

%41.07
%69.64
%0
%78.04

Codes

Color #211138 in popluar color models

211138
RGB331756
HSL265°53.42%14.31%
HSB/HSV265°69.64%21.96%
CMYK41.07%69.64%0.00%
78.04%

Color #211138 in popluar number systems.

HEX211138
Decimal331756
Binary10000110001111000
Octal412170

Shades and tints

Shades of #211138

#211138
(33,17,56)
#1E1033
(30,16,51)
#1B0F2E
(27,15,46)
#180E29
(24,14,41)
#150D24
(21,13,36)
#120C1F
(18,12,31)
#0F0B1A
(15,11,26)
#0C0A15
(12,10,21)
#090910
(9,9,16)
#06080B
(6,8,11)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #211138

#211138
(33,17,56)
#35264A
(53,38,74)
#493B5C
(73,59,92)
#5D506E
(93,80,110)
#716580
(113,101,128)
#857A92
(133,122,146)
#998FA4
(153,143,164)
#ADA4B6
(173,164,182)
#C1B9C8
(193,185,200)
#D5CEDA
(213,206,218)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211138 color. Also use rgb(33,17,56) instead hex code.

Text Font Color

.myTextColor { color: #211138; }

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

This text font color is #211138.


Background Color

.myBgColor { background-color: #211138; }

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

This div background color is #211138.


Border color

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

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

This div border color is #211138.


Opacity

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

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

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

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

This text has shadow with #211138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211138 on black background.


Color preview on white background

This text has color #211138 on white background.



Black color preview on #211138 background

This text has black color on #211138 background.


White color preview on #211138 background

This text has white color on #211138 background.