COLOR #150D1A

HEX: #150D1A
RGB: (21,13,26)

Color info

#150D1A contains red, green and blue colors in about the same proportion. Web safe color of #150D1A is #000000 (or #000).

RGB color model

#150D1A color RGB value is (21,13,26).

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

RGB channels and saturation

R 21 of 255 = 8%
G 13 of 255 = 5%
B 26 of 255 = 10%

21
13
26

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

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 26 = 60 (100%)
R 21 of 60 ~ 35%
G 13 of 60 ~ 21.67%
B 26 of 60 ~ 43.33%

%35
%21.67
%43.33

CMYK color model

#150D1A color CMYK value is (19,50,0,90).

  • cyan value is 19.23%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(19,50,0,90)
C19M50Y0K90 
(19%,50%,0%,90%)
(0.19/0.50/0.00/0.90)	

CMYK percentages

%19.23
%50
%0
%89.8

Codes

Color #150D1A in popluar color models

150D1A
RGB211326
HSL277°33.33%7.65%
HSB/HSV277°50.00%10.20%
CMYK19.23%50.00%0.00%
89.80%

Color #150D1A in popluar number systems.

HEX150D1A
Decimal211326
Binary10101110111010
Octal251532

Shades and tints

Shades of #150D1A

#150D1A
(21,13,26)
#140C18
(20,12,24)
#130B16
(19,11,22)
#120A14
(18,10,20)
#110912
(17,9,18)
#100810
(16,8,16)
#0F070E
(15,7,14)
#0E060C
(14,6,12)
#0D050A
(13,5,10)
#0C0408
(12,4,8)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #150D1A

#150D1A
(21,13,26)
#2A232E
(42,35,46)
#3F3942
(63,57,66)
#544F56
(84,79,86)
#69656A
(105,101,106)
#7E7B7E
(126,123,126)
#939192
(147,145,146)
#A8A7A6
(168,167,166)
#BDBDBA
(189,189,186)
#D2D3CE
(210,211,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150D1A; }

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

This text font color is #150D1A.


Background Color

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

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

This div background color is #150D1A.


Border color

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

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

This div border color is #150D1A.


Opacity

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

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

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

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

This text has shadow with #150D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D1A on black background.


Color preview on white background

This text has color #150D1A on white background.



Black color preview on #150D1A background

This text has black color on #150D1A background.


White color preview on #150D1A background

This text has white color on #150D1A background.