COLOR #150D3E

HEX: #150D3E
RGB: (21,13,62)

Color info

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

RGB color model

#150D3E color RGB value is (21,13,62).

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

RGB channels and saturation

R 21 of 255 = 8%
G 13 of 255 = 5%
B 62 of 255 = 24%

21
13
62

R + G + B ~ 12%. #150D3E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 62 = 96 (100%)
R 21 of 96 ~ 21.88%
G 13 of 96 ~ 13.54%
B 62 of 96 ~ 64.58%

%21.88
%13.54
%64.58

CMYK color model

#150D3E color CMYK value is (66,79,0,76).

  • cyan value is 66.13%
  • magenta value is 79.03%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(66,79,0,76)
C66M79Y0K76 
(66%,79%,0%,76%)
(0.66/0.79/0.00/0.76)	

CMYK percentages

%66.13
%79.03
%0
%75.69

Codes

Color #150D3E in popluar color models

150D3E
RGB211362
HSL250°65.33%14.71%
HSB/HSV250°79.03%24.31%
CMYK66.13%79.03%0.00%
75.69%

Color #150D3E in popluar number systems.

HEX150D3E
Decimal211362
Binary101011101111110
Octal251576

Shades and tints

Shades of #150D3E

#150D3E
(21,13,62)
#140C39
(20,12,57)
#130B34
(19,11,52)
#120A2F
(18,10,47)
#11092A
(17,9,42)
#100825
(16,8,37)
#0F0720
(15,7,32)
#0E061B
(14,6,27)
#0D0516
(13,5,22)
#0C0411
(12,4,17)
#0B030C
(11,3,12)
#000000
(0,0,0)

Tints of #150D3E

#150D3E
(21,13,62)
#2A234F
(42,35,79)
#3F3960
(63,57,96)
#544F71
(84,79,113)
#696582
(105,101,130)
#7E7B93
(126,123,147)
#9391A4
(147,145,164)
#A8A7B5
(168,167,181)
#BDBDC6
(189,189,198)
#D2D3D7
(210,211,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D3E; }

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

This text font color is #150D3E.


Background Color

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

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

This div background color is #150D3E.


Border color

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

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

This div border color is #150D3E.


Opacity

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

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

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

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

This text has shadow with #150D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D3E on black background.


Color preview on white background

This text has color #150D3E on white background.



Black color preview on #150D3E background

This text has black color on #150D3E background.


White color preview on #150D3E background

This text has white color on #150D3E background.