COLOR #21113E

HEX: #21113E
RGB: (33,17,62)

Color info

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

RGB color model

#21113E color RGB value is (33,17,62).

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

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 62 of 255 = 24%

33
17
62

R + G + B ~ 15%. #21113E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 62 = 112 (100%)
R 33 of 112 ~ 29.46%
G 17 of 112 ~ 15.18%
B 62 of 112 ~ 55.36%

%29.46
%15.18
%55.36

CMYK color model

#21113E color CMYK value is (47,73,0,76).

  • cyan value is 46.77%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(47,73,0,76)
C47M73Y0K76 
(47%,73%,0%,76%)
(0.47/0.73/0.00/0.76)	

CMYK percentages

%46.77
%72.58
%0
%75.69

Codes

Color #21113E in popluar color models

21113E
RGB331762
HSL261°56.96%15.49%
HSB/HSV261°72.58%24.31%
CMYK46.77%72.58%0.00%
75.69%

Color #21113E in popluar number systems.

HEX21113E
Decimal331762
Binary10000110001111110
Octal412176

Shades and tints

Shades of #21113E

#21113E
(33,17,62)
#1E1039
(30,16,57)
#1B0F34
(27,15,52)
#180E2F
(24,14,47)
#150D2A
(21,13,42)
#120C25
(18,12,37)
#0F0B20
(15,11,32)
#0C0A1B
(12,10,27)
#090916
(9,9,22)
#060811
(6,8,17)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #21113E

#21113E
(33,17,62)
#35264F
(53,38,79)
#493B60
(73,59,96)
#5D5071
(93,80,113)
#716582
(113,101,130)
#857A93
(133,122,147)
#998FA4
(153,143,164)
#ADA4B5
(173,164,181)
#C1B9C6
(193,185,198)
#D5CED7
(213,206,215)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21113E; }

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

This text font color is #21113E.


Background Color

.myBgColor { background-color: #21113E; }

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

This div background color is #21113E.


Border color

.myBorderColor { border: 1px solid #21113E; }

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

This div border color is #21113E.


Opacity

.myOpacity80 { color: #21113E; opacity: 0.8; }

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

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

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

This text has shadow with #21113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21113E on black background.


Color preview on white background

This text has color #21113E on white background.



Black color preview on #21113E background

This text has black color on #21113E background.


White color preview on #21113E background

This text has white color on #21113E background.