COLOR #15201A

HEX: #15201A
RGB: (21,32,26)

Color info

#15201A contains red, green and blue colors in about the same proportion. Web safe color of #15201A is #003300 (or #030).

RGB color model

#15201A color RGB value is (21,32,26).

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

RGB channels and saturation

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

21
32
26

R + G + B ~ 10%. #15201A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 26 = 79 (100%)
R 21 of 79 ~ 26.58%
G 32 of 79 ~ 40.51%
B 26 of 79 ~ 32.91%

%26.58
%40.51
%32.91

CMYK color model

#15201A color CMYK value is (34,0,19,87).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 87.45%
CMYK:
(34,0,19,87)
C34M0Y19K87 
(34%,0%,19%,87%)
(0.34/0.00/0.19/0.87)	

CMYK percentages

%34.38
%0
%18.75
%87.45

Codes

Color #15201A in popluar color models

15201A
RGB213226
HSL147°20.75%10.39%
HSB/HSV147°34.38%12.55%
CMYK34.38%0.00%18.75%
87.45%

Color #15201A in popluar number systems.

HEX15201A
Decimal213226
Binary1010110000011010
Octal254032

Shades and tints

Shades of #15201A

#15201A
(21,32,26)
#141E18
(20,30,24)
#131C16
(19,28,22)
#121A14
(18,26,20)
#111812
(17,24,18)
#101610
(16,22,16)
#0F140E
(15,20,14)
#0E120C
(14,18,12)
#0D100A
(13,16,10)
#0C0E08
(12,14,8)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #15201A

#15201A
(21,32,26)
#2A342E
(42,52,46)
#3F4842
(63,72,66)
#545C56
(84,92,86)
#69706A
(105,112,106)
#7E847E
(126,132,126)
#939892
(147,152,146)
#A8ACA6
(168,172,166)
#BDC0BA
(189,192,186)
#D2D4CE
(210,212,206)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15201A; }

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

This text font color is #15201A.


Background Color

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

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

This div background color is #15201A.


Border color

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

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

This div border color is #15201A.


Opacity

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

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

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

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

This text has shadow with #15201A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15201A on black background.


Color preview on white background

This text has color #15201A on white background.



Black color preview on #15201A background

This text has black color on #15201A background.


White color preview on #15201A background

This text has white color on #15201A background.