COLOR #15152E

HEX: #15152E
RGB: (21,21,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
21
46

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

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 46 = 88 (100%)
R 21 of 88 ~ 23.86%
G 21 of 88 ~ 23.86%
B 46 of 88 ~ 52.27%

%23.86
%23.86
%52.27

CMYK color model

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

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

CMYK percentages

%54.35
%54.35
%0
%81.96

Codes

Color #15152E in popluar color models

15152E
RGB212146
HSL240°37.31%13.14%
HSB/HSV240°54.35%18.04%
CMYK54.35%54.35%0.00%
81.96%

Color #15152E in popluar number systems.

HEX15152E
Decimal212146
Binary1010110101101110
Octal252556

Shades and tints

Shades of #15152E

#15152E
(21,21,46)
#14142A
(20,20,42)
#131326
(19,19,38)
#121222
(18,18,34)
#11111E
(17,17,30)
#10101A
(16,16,26)
#0F0F16
(15,15,22)
#0E0E12
(14,14,18)
#0D0D0E
(13,13,14)
#0C0C0A
(12,12,10)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #15152E

#15152E
(21,21,46)
#2A2A41
(42,42,65)
#3F3F54
(63,63,84)
#545467
(84,84,103)
#69697A
(105,105,122)
#7E7E8D
(126,126,141)
#9393A0
(147,147,160)
#A8A8B3
(168,168,179)
#BDBDC6
(189,189,198)
#D2D2D9
(210,210,217)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15152E; }

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

This text font color is #15152E.


Background Color

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

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

This div background color is #15152E.


Border color

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

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

This div border color is #15152E.


Opacity

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

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

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

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

This text has shadow with #15152E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15152E on black background.


Color preview on white background

This text has color #15152E on white background.



Black color preview on #15152E background

This text has black color on #15152E background.


White color preview on #15152E background

This text has white color on #15152E background.