COLOR #15202E

HEX: #15202E
RGB: (21,32,46)

Color info

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

RGB color model

#15202E color RGB value is (21,32,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 46 of 255 = 18%

21
32
46

R + G + B ~ 13%. #15202E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 46 = 99 (100%)
R 21 of 99 ~ 21.21%
G 32 of 99 ~ 32.32%
B 46 of 99 ~ 46.46%

%21.21
%32.32
%46.46

CMYK color model

#15202E color CMYK value is (54,30,0,82).

  • cyan value is 54.35%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,30,0,82)
C54M30Y0K82 
(54%,30%,0%,82%)
(0.54/0.30/0.00/0.82)	

CMYK percentages

%54.35
%30.43
%0
%81.96

Codes

Color #15202E in popluar color models

15202E
RGB213246
HSL214°37.31%13.14%
HSB/HSV214°54.35%18.04%
CMYK54.35%30.43%0.00%
81.96%

Color #15202E in popluar number systems.

HEX15202E
Decimal213246
Binary10101100000101110
Octal254056

Shades and tints

Shades of #15202E

#15202E
(21,32,46)
#141E2A
(20,30,42)
#131C26
(19,28,38)
#121A22
(18,26,34)
#11181E
(17,24,30)
#10161A
(16,22,26)
#0F1416
(15,20,22)
#0E1212
(14,18,18)
#0D100E
(13,16,14)
#0C0E0A
(12,14,10)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #15202E

#15202E
(21,32,46)
#2A3441
(42,52,65)
#3F4854
(63,72,84)
#545C67
(84,92,103)
#69707A
(105,112,122)
#7E848D
(126,132,141)
#9398A0
(147,152,160)
#A8ACB3
(168,172,179)
#BDC0C6
(189,192,198)
#D2D4D9
(210,212,217)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15202E color. Also use rgb(21,32,46) instead hex code.

Text Font Color

.myTextColor { color: #15202E; }

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

This text font color is #15202E.


Background Color

.myBgColor { background-color: #15202E; }

<div style="background-color:#15202E">Inner text</div>

This div background color is #15202E.


Border color

.myBorderColor { border: 1px solid #15202E; }

<div style="border:3px solid #15202E">Div</div>

This div border color is #15202E.


Opacity

.myOpacity80 { color: #15202E; opacity: 0.8; }

<p style="color:#15202E;opacity:0.8;">80%</p>

Text with #15202E 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 #15202E;}

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

This text has shadow with #15202E color.

.textShadow {text-shadow: 3px 3px 1px #15202E, 3px 3px 1px red;}

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

This text has shadow with #15202E primary color and red secondary color.


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

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

This text has shadow with #15202E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15202E on black background.


Color preview on white background

This text has color #15202E on white background.



Black color preview on #15202E background

This text has black color on #15202E background.


White color preview on #15202E background

This text has white color on #15202E background.