COLOR #15132E

HEX: #15132E
RGB: (21,19,46)

Color info

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

RGB color model

#15132E color RGB value is (21,19,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 46 of 255 = 18%

21
19
46

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

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 46 = 86 (100%)
R 21 of 86 ~ 24.42%
G 19 of 86 ~ 22.09%
B 46 of 86 ~ 53.49%

%24.42
%22.09
%53.49

CMYK color model

#15132E color CMYK value is (54,59,0,82).

  • cyan value is 54.35%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,59,0,82)
C54M59Y0K82 
(54%,59%,0%,82%)
(0.54/0.59/0.00/0.82)	

CMYK percentages

%54.35
%58.7
%0
%81.96

Codes

Color #15132E in popluar color models

15132E
RGB211946
HSL244°41.54%12.75%
HSB/HSV244°58.70%18.04%
CMYK54.35%58.70%0.00%
81.96%

Color #15132E in popluar number systems.

HEX15132E
Decimal211946
Binary1010110011101110
Octal252356

Shades and tints

Shades of #15132E

#15132E
(21,19,46)
#14122A
(20,18,42)
#131126
(19,17,38)
#121022
(18,16,34)
#110F1E
(17,15,30)
#100E1A
(16,14,26)
#0F0D16
(15,13,22)
#0E0C12
(14,12,18)
#0D0B0E
(13,11,14)
#0C0A0A
(12,10,10)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #15132E

#15132E
(21,19,46)
#2A2841
(42,40,65)
#3F3D54
(63,61,84)
#545267
(84,82,103)
#69677A
(105,103,122)
#7E7C8D
(126,124,141)
#9391A0
(147,145,160)
#A8A6B3
(168,166,179)
#BDBBC6
(189,187,198)
#D2D0D9
(210,208,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15132E; }

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

This text font color is #15132E.


Background Color

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

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

This div background color is #15132E.


Border color

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

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

This div border color is #15132E.


Opacity

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

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

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

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

This text has shadow with #15132E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15132E on black background.


Color preview on white background

This text has color #15132E on white background.



Black color preview on #15132E background

This text has black color on #15132E background.


White color preview on #15132E background

This text has white color on #15132E background.