COLOR #15122E

HEX: #15122E RGB: (21,18,46)

Color info

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

RGB color model

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

RGB: (21,18,46) (8%, 7%, 18%)

RGB channels and saturation

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

21
18
46

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

Portions of RGB colors in percentages

R + G + B = 21 + 18 + 46 = 85 (100%)
R 21 of 85 ~ 24.71%
G 18 of 85 ~ 21.18%
B 46 of 85 ~ 54.12'%

%24.71
%21.18
%54.12

CMYK color model

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

  • cyan value is 54.35%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (54,61,0,82)
C54M61Y0K82 (54%, 61%, 0%, 82%)
(0.54 / 0.61 / 0.00 / 0.82)

CMYK percentages

%54.35
%60.87
%0
%81.96

Codes

Color #15122E in popluar color models

15 12 2E
RGB 21 18 46
HSL 246° 43.75% 12.55%
HSB/HSV 246° 60.87% 18.04%
CMYK 54.35% 60.87% 0.00%
81.96%

Color #15122E in popluar number systems.

HEX 15 12 2E
Decimal 21 18 46
Binary 10101 10010 101110
Octal 25 22 56

Shades and tints

Shades of #15122E

#15122E
(21,18,46)
#14112A
(20,17,42)
#131026
(19,16,38)
#120F22
(18,15,34)
#110E1E
(17,14,30)
#100D1A
(16,13,26)
#0F0C16
(15,12,22)
#0E0B12
(14,11,18)
#0D0A0E
(13,10,14)
#0C090A
(12,9,10)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #15122E

#15122E
(21,18,46)
#2A2741
(42,39,65)
#3F3C54
(63,60,84)
#545167
(84,81,103)
#69667A
(105,102,122)
#7E7B8D
(126,123,141)
#9390A0
(147,144,160)
#A8A5B3
(168,165,179)
#BDBAC6
(189,186,198)
#D2CFD9
(210,207,217)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15122E; }

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

This text font color is #15122E.

Background Color

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

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

This div background color is #15122E.

Border color

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

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

This div border color is #15122E.

Opacity

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

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

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

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

This text has shadow with #15122E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15122E.

Preview

Color preview on black background

This text has color #15122E on black background.


Color preview on white background

This text has color #15122E on white background.


Black color preview on #15122E background

This text has black color on #15122E background.


White color preview on #15122E background

This text has white color on #15122E background.


Related colors

Complementary color

Complementary color for #hex is #EAEDD1.


I love getcolorcode.com

Triadic colors

1 #2E1512 and #122E15 with #15122E are triadic colors.

2 #2E1215 and #12152E with #15122E are triadic colors.