COLOR #150E2F

HEX: #150E2F
RGB: (21,14,47)

Color info

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

RGB color model

#150E2F color RGB value is (21,14,47).

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

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 47 of 255 = 18%

21
14
47

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 47 = 82 (100%)
R 21 of 82 ~ 25.61%
G 14 of 82 ~ 17.07%
B 47 of 82 ~ 57.32%

%25.61
%17.07
%57.32

CMYK color model

#150E2F color CMYK value is (55,70,0,82).

  • cyan value is 55.32%
  • magenta value is 70.21%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(55,70,0,82)
C55M70Y0K82 
(55%,70%,0%,82%)
(0.55/0.70/0.00/0.82)	

CMYK percentages

%55.32
%70.21
%0
%81.57

Codes

Color #150E2F in popluar color models

150E2F
RGB211447
HSL253°54.10%11.96%
HSB/HSV253°70.21%18.43%
CMYK55.32%70.21%0.00%
81.57%

Color #150E2F in popluar number systems.

HEX150E2F
Decimal211447
Binary101011110101111
Octal251657

Shades and tints

Shades of #150E2F

#150E2F
(21,14,47)
#140D2B
(20,13,43)
#130C27
(19,12,39)
#120B23
(18,11,35)
#110A1F
(17,10,31)
#10091B
(16,9,27)
#0F0817
(15,8,23)
#0E0713
(14,7,19)
#0D060F
(13,6,15)
#0C050B
(12,5,11)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #150E2F

#150E2F
(21,14,47)
#2A2341
(42,35,65)
#3F3853
(63,56,83)
#544D65
(84,77,101)
#696277
(105,98,119)
#7E7789
(126,119,137)
#938C9B
(147,140,155)
#A8A1AD
(168,161,173)
#BDB6BF
(189,182,191)
#D2CBD1
(210,203,209)
#E7E0E3
(231,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150E2F color. Also use rgb(21,14,47) instead hex code.

Text Font Color

.myTextColor { color: #150E2F; }

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

This text font color is #150E2F.


Background Color

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

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

This div background color is #150E2F.


Border color

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

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

This div border color is #150E2F.


Opacity

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

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

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

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

This text has shadow with #150E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E2F on black background.


Color preview on white background

This text has color #150E2F on white background.



Black color preview on #150E2F background

This text has black color on #150E2F background.


White color preview on #150E2F background

This text has white color on #150E2F background.