COLOR #150F3E

HEX: #150F3E
RGB: (21,15,62)

Color info

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

RGB color model

#150F3E color RGB value is (21,15,62).

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

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 62 of 255 = 24%

21
15
62

R + G + B ~ 13%. #150F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 62 = 98 (100%)
R 21 of 98 ~ 21.43%
G 15 of 98 ~ 15.31%
B 62 of 98 ~ 63.27%

%21.43
%15.31
%63.27

CMYK color model

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

  • cyan value is 66.13%
  • magenta value is 75.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(66,76,0,76)
C66M76Y0K76 
(66%,76%,0%,76%)
(0.66/0.76/0.00/0.76)	

CMYK percentages

%66.13
%75.81
%0
%75.69

Codes

Color #150F3E in popluar color models

150F3E
RGB211562
HSL248°61.04%15.10%
HSB/HSV248°75.81%24.31%
CMYK66.13%75.81%0.00%
75.69%

Color #150F3E in popluar number systems.

HEX150F3E
Decimal211562
Binary101011111111110
Octal251776

Shades and tints

Shades of #150F3E

#150F3E
(21,15,62)
#140E39
(20,14,57)
#130D34
(19,13,52)
#120C2F
(18,12,47)
#110B2A
(17,11,42)
#100A25
(16,10,37)
#0F0920
(15,9,32)
#0E081B
(14,8,27)
#0D0716
(13,7,22)
#0C0611
(12,6,17)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #150F3E

#150F3E
(21,15,62)
#2A244F
(42,36,79)
#3F3960
(63,57,96)
#544E71
(84,78,113)
#696382
(105,99,130)
#7E7893
(126,120,147)
#938DA4
(147,141,164)
#A8A2B5
(168,162,181)
#BDB7C6
(189,183,198)
#D2CCD7
(210,204,215)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150F3E; }

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

This text font color is #150F3E.


Background Color

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

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

This div background color is #150F3E.


Border color

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

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

This div border color is #150F3E.


Opacity

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

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

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

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

This text has shadow with #150F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F3E on black background.


Color preview on white background

This text has color #150F3E on white background.



Black color preview on #150F3E background

This text has black color on #150F3E background.


White color preview on #150F3E background

This text has white color on #150F3E background.