COLOR #15213F

HEX: #15213F RGB: (21,33,63)

Color info

#15213F contains red, green and blue colors in about the same proportion. Web safe color of #15213F is #003333 (or #033).

RGB color model

#15213F color RGB value is (21,33,63).

RGB: (21,33,63) (8%, 13%, 25%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 63 of 255 = 25%

21
33
63

R + G + B ~ 15%. #15213F is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 33 + 63 = 117 (100%)
R 21 of 117 ~ 17.95%
G 33 of 117 ~ 28.21%
B 63 of 117 ~ 53.85'%

%17.95
%28.21
%53.85

CMYK color model

#15213F color CMYK value is (67,48,0,75).

  • cyan value is 66.67%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (67,48,0,75)
C67M48Y0K75 (67%, 48%, 0%, 75%)
(0.67 / 0.48 / 0.00 / 0.75)

CMYK percentages

%66.67
%47.62
%0
%75.29

Codes

Color #15213F in popluar color models

15 21 3F
RGB 21 33 63
HSL 223° 50.00% 16.47%
HSB/HSV 223° 66.67% 24.71%
CMYK 66.67% 47.62% 0.00%
75.29%

Color #15213F in popluar number systems.

HEX 15 21 3F
Decimal 21 33 63
Binary 10101 100001 111111
Octal 25 41 77

Shades and tints

Shades of #15213F

#15213F
(21,33,63)
#141E3A
(20,30,58)
#131B35
(19,27,53)
#121830
(18,24,48)
#11152B
(17,21,43)
#101226
(16,18,38)
#0F0F21
(15,15,33)
#0E0C1C
(14,12,28)
#0D0917
(13,9,23)
#0C0612
(12,6,18)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #15213F

#15213F
(21,33,63)
#2A3550
(42,53,80)
#3F4961
(63,73,97)
#545D72
(84,93,114)
#697183
(105,113,131)
#7E8594
(126,133,148)
#9399A5
(147,153,165)
#A8ADB6
(168,173,182)
#BDC1C7
(189,193,199)
#D2D5D8
(210,213,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15213F color. Also use rgb(21,33,63) instead hex code.

Text Font Color

.myTextColor { color: #15213F; }

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

This text font color is #15213F.

Background Color

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

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

This div background color is #15213F.

Border color

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

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

This div border color is #15213F.

Opacity

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

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

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

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

This text has shadow with #15213F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15213F.

Preview

Color preview on black background

This text has color #15213F on black background.


Color preview on white background

This text has color #15213F on white background.


Black color preview on #15213F background

This text has black color on #15213F background.


White color preview on #15213F background

This text has white color on #15213F background.


Related colors

Complementary color

Complementary color for #hex is #EADEC0.


I love getcolorcode.com

Triadic colors

1 #3F1521 and #213F15 with #15213F are triadic colors.

2 #3F2115 and #21153F with #15213F are triadic colors.