COLOR #150D2E

HEX: #150D2E
RGB: (21,13,46)

Color info

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

RGB color model

#150D2E color RGB value is (21,13,46).

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

RGB channels and saturation

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

21
13
46

R + G + B ~ 10%. #150D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 46 = 80 (100%)
R 21 of 80 ~ 26.25%
G 13 of 80 ~ 16.25%
B 46 of 80 ~ 57.5%

%26.25
%16.25
%57.5

CMYK color model

#150D2E color CMYK value is (54,72,0,82).

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

CMYK percentages

%54.35
%71.74
%0
%81.96

Codes

Color #150D2E in popluar color models

150D2E
RGB211346
HSL255°55.93%11.57%
HSB/HSV255°71.74%18.04%
CMYK54.35%71.74%0.00%
81.96%

Color #150D2E in popluar number systems.

HEX150D2E
Decimal211346
Binary101011101101110
Octal251556

Shades and tints

Shades of #150D2E

#150D2E
(21,13,46)
#140C2A
(20,12,42)
#130B26
(19,11,38)
#120A22
(18,10,34)
#11091E
(17,9,30)
#10081A
(16,8,26)
#0F0716
(15,7,22)
#0E0612
(14,6,18)
#0D050E
(13,5,14)
#0C040A
(12,4,10)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #150D2E

#150D2E
(21,13,46)
#2A2341
(42,35,65)
#3F3954
(63,57,84)
#544F67
(84,79,103)
#69657A
(105,101,122)
#7E7B8D
(126,123,141)
#9391A0
(147,145,160)
#A8A7B3
(168,167,179)
#BDBDC6
(189,189,198)
#D2D3D9
(210,211,217)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D2E; }

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

This text font color is #150D2E.


Background Color

.myBgColor { background-color: #150D2E; }

<div style="background-color:#150D2E">Inner text</div>

This div background color is #150D2E.


Border color

.myBorderColor { border: 1px solid #150D2E; }

<div style="border:3px solid #150D2E">Div</div>

This div border color is #150D2E.


Opacity

.myOpacity80 { color: #150D2E; opacity: 0.8; }

<p style="color:#150D2E;opacity:0.8;">80%</p>

Text with #150D2E 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 #150D2E;}

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

This text has shadow with #150D2E color.

.textShadow {text-shadow: 3px 3px 1px #150D2E, 3px 3px 1px red;}

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

This text has shadow with #150D2E primary color and red secondary color.


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

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

This text has shadow with #150D2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D2E on black background.


Color preview on white background

This text has color #150D2E on white background.



Black color preview on #150D2E background

This text has black color on #150D2E background.


White color preview on #150D2E background

This text has white color on #150D2E background.