COLOR #21425F

HEX: #21425F
RGB: (33,66,95)

Color info

#21425F contains mainly green and blue colors. Web safe color of #21425F is #333366 (or #336).

RGB color model

#21425F color RGB value is (33,66,95).

  • red value is 33;
  • green value is 66;
  • blue value is 95.
RGB:
(33,66,95)
(13%,26%,37%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 95 of 255 = 37%

33
66
95

R + G + B ~ 25%. #21425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 95 = 194 (100%)
R 33 of 194 ~ 17.01%
G 66 of 194 ~ 34.02%
B 95 of 194 ~ 48.97%

%17.01
%34.02
%48.97

CMYK color model

#21425F color CMYK value is (65,31,0,63).

  • cyan value is 65.26%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(65,31,0,63)
C65M31Y0K63 
(65%,31%,0%,63%)
(0.65/0.31/0.00/0.63)	

CMYK percentages

%65.26
%30.53
%0
%62.75

Codes

Color #21425F in popluar color models

21425F
RGB336695
HSL208°48.44%25.10%
HSB/HSV208°65.26%37.25%
CMYK65.26%30.53%0.00%
62.75%

Color #21425F in popluar number systems.

HEX21425F
Decimal336695
Binary10000110000101011111
Octal41102137

Shades and tints

Shades of #21425F

#21425F
(33,66,95)
#1E3C57
(30,60,87)
#1B364F
(27,54,79)
#183047
(24,48,71)
#152A3F
(21,42,63)
#122437
(18,36,55)
#0F1E2F
(15,30,47)
#0C1827
(12,24,39)
#09121F
(9,18,31)
#060C17
(6,12,23)
#03060F
(3,6,15)
#000000
(0,0,0)

Tints of #21425F

#21425F
(33,66,95)
#35536D
(53,83,109)
#49647B
(73,100,123)
#5D7589
(93,117,137)
#718697
(113,134,151)
#8597A5
(133,151,165)
#99A8B3
(153,168,179)
#ADB9C1
(173,185,193)
#C1CACF
(193,202,207)
#D5DBDD
(213,219,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21425F color. Also use rgb(33,66,95) instead hex code.

Text Font Color

.myTextColor { color: #21425F; }

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

This text font color is #21425F.


Background Color

.myBgColor { background-color: #21425F; }

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

This div background color is #21425F.


Border color

.myBorderColor { border: 1px solid #21425F; }

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

This div border color is #21425F.


Opacity

.myOpacity80 { color: #21425F; opacity: 0.8; }

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

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

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

This text has shadow with #21425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21425F on black background.


Color preview on white background

This text has color #21425F on white background.



Black color preview on #21425F background

This text has black color on #21425F background.


White color preview on #21425F background

This text has white color on #21425F background.