COLOR #150A1E

HEX: #150A1E
RGB: (21,10,30)

Color info

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

RGB color model

#150A1E color RGB value is (21,10,30).

  • red value is 21;
  • green value is 10;
  • blue value is 30.
RGB:
(21,10,30)
(8%,4%,12%)

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 30 of 255 = 12%

21
10
30

R + G + B ~ 8%. #150A1E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 30 = 61 (100%)
R 21 of 61 ~ 34.43%
G 10 of 61 ~ 16.39%
B 30 of 61 ~ 49.18%

%34.43
%16.39
%49.18

CMYK color model

#150A1E color CMYK value is (30,67,0,88).

  • cyan value is 30.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(30,67,0,88)
C30M67Y0K88 
(30%,67%,0%,88%)
(0.30/0.67/0.00/0.88)	

CMYK percentages

%30
%66.67
%0
%88.24

Codes

Color #150A1E in popluar color models

150A1E
RGB211030
HSL273°50.00%7.84%
HSB/HSV273°66.67%11.76%
CMYK30.00%66.67%0.00%
88.24%

Color #150A1E in popluar number systems.

HEX150A1E
Decimal211030
Binary10101101011110
Octal251236

Shades and tints

Shades of #150A1E

#150A1E
(21,10,30)
#140A1C
(20,10,28)
#130A1A
(19,10,26)
#120A18
(18,10,24)
#110A16
(17,10,22)
#100A14
(16,10,20)
#0F0A12
(15,10,18)
#0E0A10
(14,10,16)
#0D0A0E
(13,10,14)
#0C0A0C
(12,10,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #150A1E

#150A1E
(21,10,30)
#2A2032
(42,32,50)
#3F3646
(63,54,70)
#544C5A
(84,76,90)
#69626E
(105,98,110)
#7E7882
(126,120,130)
#938E96
(147,142,150)
#A8A4AA
(168,164,170)
#BDBABE
(189,186,190)
#D2D0D2
(210,208,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A1E color. Also use rgb(21,10,30) instead hex code.

Text Font Color

.myTextColor { color: #150A1E; }

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

This text font color is #150A1E.


Background Color

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

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

This div background color is #150A1E.


Border color

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

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

This div border color is #150A1E.


Opacity

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

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

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

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

This text has shadow with #150A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A1E on black background.


Color preview on white background

This text has color #150A1E on white background.



Black color preview on #150A1E background

This text has black color on #150A1E background.


White color preview on #150A1E background

This text has white color on #150A1E background.