COLOR #150D2C

HEX: #150D2C
RGB: (21,13,44)

Color info

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

RGB color model

#150D2C color RGB value is (21,13,44).

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

RGB channels and saturation

R 21 of 255 = 8%
G 13 of 255 = 5%
B 44 of 255 = 17%

21
13
44

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

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 44 = 78 (100%)
R 21 of 78 ~ 26.92%
G 13 of 78 ~ 16.67%
B 44 of 78 ~ 56.41%

%26.92
%16.67
%56.41

CMYK color model

#150D2C color CMYK value is (52,70,0,83).

  • cyan value is 52.27%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(52,70,0,83)
C52M70Y0K83 
(52%,70%,0%,83%)
(0.52/0.70/0.00/0.83)	

CMYK percentages

%52.27
%70.45
%0
%82.75

Codes

Color #150D2C in popluar color models

150D2C
RGB211344
HSL255°54.39%11.18%
HSB/HSV255°70.45%17.25%
CMYK52.27%70.45%0.00%
82.75%

Color #150D2C in popluar number systems.

HEX150D2C
Decimal211344
Binary101011101101100
Octal251554

Shades and tints

Shades of #150D2C

#150D2C
(21,13,44)
#140C28
(20,12,40)
#130B24
(19,11,36)
#120A20
(18,10,32)
#11091C
(17,9,28)
#100818
(16,8,24)
#0F0714
(15,7,20)
#0E0610
(14,6,16)
#0D050C
(13,5,12)
#0C0408
(12,4,8)
#0B0304
(11,3,4)
#000000
(0,0,0)

Tints of #150D2C

#150D2C
(21,13,44)
#2A233F
(42,35,63)
#3F3952
(63,57,82)
#544F65
(84,79,101)
#696578
(105,101,120)
#7E7B8B
(126,123,139)
#93919E
(147,145,158)
#A8A7B1
(168,167,177)
#BDBDC4
(189,189,196)
#D2D3D7
(210,211,215)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D2C; }

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

This text font color is #150D2C.


Background Color

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

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

This div background color is #150D2C.


Border color

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

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

This div border color is #150D2C.


Opacity

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

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

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

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

This text has shadow with #150D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D2C on black background.


Color preview on white background

This text has color #150D2C on white background.



Black color preview on #150D2C background

This text has black color on #150D2C background.


White color preview on #150D2C background

This text has white color on #150D2C background.