COLOR #15142E

HEX: #15142E
RGB: (21,20,46)

Color info

#15142E contains red, green and blue colors in about the same proportion. Web safe color of #15142E is #000033 (or #003).

RGB color model

#15142E color RGB value is (21,20,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 20 of 255 = 8%
B 46 of 255 = 18%

21
20
46

R + G + B ~ 11%. #15142E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 20 + 46 = 87 (100%)
R 21 of 87 ~ 24.14%
G 20 of 87 ~ 22.99%
B 46 of 87 ~ 52.87%

%24.14
%22.99
%52.87

CMYK color model

#15142E color CMYK value is (54,57,0,82).

  • cyan value is 54.35%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,57,0,82)
C54M57Y0K82 
(54%,57%,0%,82%)
(0.54/0.57/0.00/0.82)	

CMYK percentages

%54.35
%56.52
%0
%81.96

Codes

Color #15142E in popluar color models

15142E
RGB212046
HSL242°39.39%12.94%
HSB/HSV242°56.52%18.04%
CMYK54.35%56.52%0.00%
81.96%

Color #15142E in popluar number systems.

HEX15142E
Decimal212046
Binary1010110100101110
Octal252456

Shades and tints

Shades of #15142E

#15142E
(21,20,46)
#14132A
(20,19,42)
#131226
(19,18,38)
#121122
(18,17,34)
#11101E
(17,16,30)
#100F1A
(16,15,26)
#0F0E16
(15,14,22)
#0E0D12
(14,13,18)
#0D0C0E
(13,12,14)
#0C0B0A
(12,11,10)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #15142E

#15142E
(21,20,46)
#2A2941
(42,41,65)
#3F3E54
(63,62,84)
#545367
(84,83,103)
#69687A
(105,104,122)
#7E7D8D
(126,125,141)
#9392A0
(147,146,160)
#A8A7B3
(168,167,179)
#BDBCC6
(189,188,198)
#D2D1D9
(210,209,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15142E; }

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

This text font color is #15142E.


Background Color

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

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

This div background color is #15142E.


Border color

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

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

This div border color is #15142E.


Opacity

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

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

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

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

This text has shadow with #15142E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15142E on black background.


Color preview on white background

This text has color #15142E on white background.



Black color preview on #15142E background

This text has black color on #15142E background.


White color preview on #15142E background

This text has white color on #15142E background.