COLOR #15181A

HEX: #15181A
RGB: (21,24,26)

Color info

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

RGB color model

#15181A color RGB value is (21,24,26).

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

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 26 of 255 = 10%

21
24
26

R + G + B ~ 9%. #15181A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 24 + 26 = 71 (100%)
R 21 of 71 ~ 29.58%
G 24 of 71 ~ 33.8%
B 26 of 71 ~ 36.62%

%29.58
%33.8
%36.62

CMYK color model

#15181A color CMYK value is (19,8,0,90).

  • cyan value is 19.23%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(19,8,0,90)
C19M8Y0K90 
(19%,8%,0%,90%)
(0.19/0.08/0.00/0.90)	

CMYK percentages

%19.23
%7.69
%0
%89.8

Codes

Color #15181A in popluar color models

15181A
RGB212426
HSL204°10.64%9.22%
HSB/HSV204°19.23%10.20%
CMYK19.23%7.69%0.00%
89.80%

Color #15181A in popluar number systems.

HEX15181A
Decimal212426
Binary101011100011010
Octal253032

Shades and tints

Shades of #15181A

#15181A
(21,24,26)
#141618
(20,22,24)
#131416
(19,20,22)
#121214
(18,18,20)
#111012
(17,16,18)
#100E10
(16,14,16)
#0F0C0E
(15,12,14)
#0E0A0C
(14,10,12)
#0D080A
(13,8,10)
#0C0608
(12,6,8)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #15181A

#15181A
(21,24,26)
#2A2D2E
(42,45,46)
#3F4242
(63,66,66)
#545756
(84,87,86)
#696C6A
(105,108,106)
#7E817E
(126,129,126)
#939692
(147,150,146)
#A8ABA6
(168,171,166)
#BDC0BA
(189,192,186)
#D2D5CE
(210,213,206)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15181A color. Also use rgb(21,24,26) instead hex code.

Text Font Color

.myTextColor { color: #15181A; }

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

This text font color is #15181A.


Background Color

.myBgColor { background-color: #15181A; }

<div style="background-color:#15181A">Inner text</div>

This div background color is #15181A.


Border color

.myBorderColor { border: 1px solid #15181A; }

<div style="border:3px solid #15181A">Div</div>

This div border color is #15181A.


Opacity

.myOpacity80 { color: #15181A; opacity: 0.8; }

<p style="color:#15181A;opacity:0.8;">80%</p>

Text with #15181A 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 #15181A;}

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

This text has shadow with #15181A color.

.textShadow {text-shadow: 3px 3px 1px #15181A, 3px 3px 1px red;}

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

This text has shadow with #15181A primary color and red secondary color.


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

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

This text has shadow with #15181A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15181A on black background.


Color preview on white background

This text has color #15181A on white background.



Black color preview on #15181A background

This text has black color on #15181A background.


White color preview on #15181A background

This text has white color on #15181A background.