COLOR #15203A

HEX: #15203A
RGB: (21,32,58)

Color info

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

RGB color model

#15203A color RGB value is (21,32,58).

  • red value is 21;
  • green value is 32;
  • blue value is 58.
RGB:
(21,32,58)
(8%,13%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 58 of 255 = 23%

21
32
58

R + G + B ~ 15%. #15203A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 58 = 111 (100%)
R 21 of 111 ~ 18.92%
G 32 of 111 ~ 28.83%
B 58 of 111 ~ 52.25%

%18.92
%28.83
%52.25

CMYK color model

#15203A color CMYK value is (64,45,0,77).

  • cyan value is 63.79%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(64,45,0,77)
C64M45Y0K77 
(64%,45%,0%,77%)
(0.64/0.45/0.00/0.77)	

CMYK percentages

%63.79
%44.83
%0
%77.25

Codes

Color #15203A in popluar color models

15203A
RGB213258
HSL222°46.84%15.49%
HSB/HSV222°63.79%22.75%
CMYK63.79%44.83%0.00%
77.25%

Color #15203A in popluar number systems.

HEX15203A
Decimal213258
Binary10101100000111010
Octal254072

Shades and tints

Shades of #15203A

#15203A
(21,32,58)
#141E35
(20,30,53)
#131C30
(19,28,48)
#121A2B
(18,26,43)
#111826
(17,24,38)
#101621
(16,22,33)
#0F141C
(15,20,28)
#0E1217
(14,18,23)
#0D1012
(13,16,18)
#0C0E0D
(12,14,13)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #15203A

#15203A
(21,32,58)
#2A344B
(42,52,75)
#3F485C
(63,72,92)
#545C6D
(84,92,109)
#69707E
(105,112,126)
#7E848F
(126,132,143)
#9398A0
(147,152,160)
#A8ACB1
(168,172,177)
#BDC0C2
(189,192,194)
#D2D4D3
(210,212,211)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15203A color. Also use rgb(21,32,58) instead hex code.

Text Font Color

.myTextColor { color: #15203A; }

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

This text font color is #15203A.


Background Color

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

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

This div background color is #15203A.


Border color

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

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

This div border color is #15203A.


Opacity

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

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

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

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

This text has shadow with #15203A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15203A on black background.


Color preview on white background

This text has color #15203A on white background.



Black color preview on #15203A background

This text has black color on #15203A background.


White color preview on #15203A background

This text has white color on #15203A background.