COLOR #15213D

HEX: #15213D RGB: (21,33,61)

Color info

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

RGB color model

#15213D color RGB value is (21,33,61).

RGB: (21,33,61) (8%, 13%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 61 of 255 = 24%

21
33
61

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

Portions of RGB colors in percentages

R + G + B = 21 + 33 + 61 = 115 (100%)
R 21 of 115 ~ 18.26%
G 33 of 115 ~ 28.7%
B 61 of 115 ~ 53.04'%

%18.26
%28.7
%53.04

CMYK color model

#15213D color CMYK value is (66,46,0,76).

  • cyan value is 65.57%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (66,46,0,76)
C66M46Y0K76 (66%, 46%, 0%, 76%)
(0.66 / 0.46 / 0.00 / 0.76)

CMYK percentages

%65.57
%45.9
%0
%76.08

Codes

Color #15213D in popluar color models

15 21 3D
RGB 21 33 61
HSL 222° 48.78% 16.08%
HSB/HSV 222° 65.57% 23.92%
CMYK 65.57% 45.90% 0.00%
76.08%

Color #15213D in popluar number systems.

HEX 15 21 3D
Decimal 21 33 61
Binary 10101 100001 111101
Octal 25 41 75

Shades and tints

Shades of #15213D

#15213D
(21,33,61)
#141E38
(20,30,56)
#131B33
(19,27,51)
#12182E
(18,24,46)
#111529
(17,21,41)
#101224
(16,18,36)
#0F0F1F
(15,15,31)
#0E0C1A
(14,12,26)
#0D0915
(13,9,21)
#0C0610
(12,6,16)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #15213D

#15213D
(21,33,61)
#2A354E
(42,53,78)
#3F495F
(63,73,95)
#545D70
(84,93,112)
#697181
(105,113,129)
#7E8592
(126,133,146)
#9399A3
(147,153,163)
#A8ADB4
(168,173,180)
#BDC1C5
(189,193,197)
#D2D5D6
(210,213,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15213D; }

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

This text font color is #15213D.

Background Color

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

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

This div background color is #15213D.

Border color

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

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

This div border color is #15213D.

Opacity

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

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

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

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

This text has shadow with #15213D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15213D.

Preview

Color preview on black background

This text has color #15213D on black background.


Color preview on white background

This text has color #15213D on white background.


Black color preview on #15213D background

This text has black color on #15213D background.


White color preview on #15213D background

This text has white color on #15213D background.


Related colors

Complementary color

Complementary color for #hex is #EADEC2.


I love getcolorcode.com

Triadic colors

1 #3D1521 and #213D15 with #15213D are triadic colors.

2 #3D2115 and #21153D with #15213D are triadic colors.