COLOR #21325A

HEX: #21325A
RGB: (33,50,90)

Color info

#21325A contains red, green and blue colors in about the same proportion. Web safe color of #21325A is #333366 (or #336).

RGB color model

#21325A color RGB value is (33,50,90).

  • red value is 33;
  • green value is 50;
  • blue value is 90.
RGB:
(33,50,90)
(13%,20%,35%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 90 of 255 = 35%

33
50
90

R + G + B ~ 23%. #21325A is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 90 = 173 (100%)
R 33 of 173 ~ 19.08%
G 50 of 173 ~ 28.9%
B 90 of 173 ~ 52.02%

%19.08
%28.9
%52.02

CMYK color model

#21325A color CMYK value is (63,44,0,65).

  • cyan value is 63.33%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(63,44,0,65)
C63M44Y0K65 
(63%,44%,0%,65%)
(0.63/0.44/0.00/0.65)	

CMYK percentages

%63.33
%44.44
%0
%64.71

Codes

Color #21325A in popluar color models

21325A
RGB335090
HSL222°46.34%24.12%
HSB/HSV222°63.33%35.29%
CMYK63.33%44.44%0.00%
64.71%

Color #21325A in popluar number systems.

HEX21325A
Decimal335090
Binary1000011100101011010
Octal4162132

Shades and tints

Shades of #21325A

#21325A
(33,50,90)
#1E2E52
(30,46,82)
#1B2A4A
(27,42,74)
#182642
(24,38,66)
#15223A
(21,34,58)
#121E32
(18,30,50)
#0F1A2A
(15,26,42)
#0C1622
(12,22,34)
#09121A
(9,18,26)
#060E12
(6,14,18)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #21325A

#21325A
(33,50,90)
#354469
(53,68,105)
#495678
(73,86,120)
#5D6887
(93,104,135)
#717A96
(113,122,150)
#858CA5
(133,140,165)
#999EB4
(153,158,180)
#ADB0C3
(173,176,195)
#C1C2D2
(193,194,210)
#D5D4E1
(213,212,225)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21325A color. Also use rgb(33,50,90) instead hex code.

Text Font Color

.myTextColor { color: #21325A; }

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

This text font color is #21325A.


Background Color

.myBgColor { background-color: #21325A; }

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

This div background color is #21325A.


Border color

.myBorderColor { border: 1px solid #21325A; }

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

This div border color is #21325A.


Opacity

.myOpacity80 { color: #21325A; opacity: 0.8; }

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

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

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

This text has shadow with #21325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21325A on black background.


Color preview on white background

This text has color #21325A on white background.



Black color preview on #21325A background

This text has black color on #21325A background.


White color preview on #21325A background

This text has white color on #21325A background.