COLOR #211963

HEX: #211963
RGB: (33,25,99)

Color info

#211963 contains mainly blue color. Web safe color of #211963 is #330066 (or #306).

RGB color model

#211963 color RGB value is (33,25,99).

  • red value is 33;
  • green value is 25;
  • blue value is 99.
RGB:
(33,25,99)
(13%,10%,39%)

RGB channels and saturation

R 33 of 255 = 13%
G 25 of 255 = 10%
B 99 of 255 = 39%

33
25
99

R + G + B ~ 21%. #211963 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 25 + 99 = 157 (100%)
R 33 of 157 ~ 21.02%
G 25 of 157 ~ 15.92%
B 99 of 157 ~ 63.06%

%21.02
%15.92
%63.06

CMYK color model

#211963 color CMYK value is (67,75,0,61).

  • cyan value is 66.67%
  • magenta value is 74.75%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(67,75,0,61)
C67M75Y0K61 
(67%,75%,0%,61%)
(0.67/0.75/0.00/0.61)	

CMYK percentages

%66.67
%74.75
%0
%61.18

Codes

Color #211963 in popluar color models

211963
RGB332599
HSL246°59.68%24.31%
HSB/HSV246°74.75%38.82%
CMYK66.67%74.75%0.00%
61.18%

Color #211963 in popluar number systems.

HEX211963
Decimal332599
Binary100001110011100011
Octal4131143

Shades and tints

Shades of #211963

#211963
(33,25,99)
#1E175A
(30,23,90)
#1B1551
(27,21,81)
#181348
(24,19,72)
#15113F
(21,17,63)
#120F36
(18,15,54)
#0F0D2D
(15,13,45)
#0C0B24
(12,11,36)
#09091B
(9,9,27)
#060712
(6,7,18)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #211963

#211963
(33,25,99)
#352D71
(53,45,113)
#49417F
(73,65,127)
#5D558D
(93,85,141)
#71699B
(113,105,155)
#857DA9
(133,125,169)
#9991B7
(153,145,183)
#ADA5C5
(173,165,197)
#C1B9D3
(193,185,211)
#D5CDE1
(213,205,225)
#E9E1EF
(233,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211963 color. Also use rgb(33,25,99) instead hex code.

Text Font Color

.myTextColor { color: #211963; }

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

This text font color is #211963.


Background Color

.myBgColor { background-color: #211963; }

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

This div background color is #211963.


Border color

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

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

This div border color is #211963.


Opacity

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

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

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

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

This text has shadow with #211963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211963 on black background.


Color preview on white background

This text has color #211963 on white background.



Black color preview on #211963 background

This text has black color on #211963 background.


White color preview on #211963 background

This text has white color on #211963 background.