COLOR #15202F

HEX: #15202F
RGB: (21,32,47)

Color info

#15202F contains red, green and blue colors in about the same proportion. Web safe color of #15202F is #003333 (or #033).

RGB color model

#15202F color RGB value is (21,32,47).

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

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 47 of 255 = 18%

21
32
47

R + G + B ~ 13%. #15202F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 47 = 100 (100%)
R 21 of 100 ~ 21%
G 32 of 100 ~ 32%
B 47 of 100 ~ 47%

%21
%32
%47

CMYK color model

#15202F color CMYK value is (55,32,0,82).

  • cyan value is 55.32%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(55,32,0,82)
C55M32Y0K82 
(55%,32%,0%,82%)
(0.55/0.32/0.00/0.82)	

CMYK percentages

%55.32
%31.91
%0
%81.57

Codes

Color #15202F in popluar color models

15202F
RGB213247
HSL215°38.24%13.33%
HSB/HSV215°55.32%18.43%
CMYK55.32%31.91%0.00%
81.57%

Color #15202F in popluar number systems.

HEX15202F
Decimal213247
Binary10101100000101111
Octal254057

Shades and tints

Shades of #15202F

#15202F
(21,32,47)
#141E2B
(20,30,43)
#131C27
(19,28,39)
#121A23
(18,26,35)
#11181F
(17,24,31)
#10161B
(16,22,27)
#0F1417
(15,20,23)
#0E1213
(14,18,19)
#0D100F
(13,16,15)
#0C0E0B
(12,14,11)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #15202F

#15202F
(21,32,47)
#2A3441
(42,52,65)
#3F4853
(63,72,83)
#545C65
(84,92,101)
#697077
(105,112,119)
#7E8489
(126,132,137)
#93989B
(147,152,155)
#A8ACAD
(168,172,173)
#BDC0BF
(189,192,191)
#D2D4D1
(210,212,209)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15202F color. Also use rgb(21,32,47) instead hex code.

Text Font Color

.myTextColor { color: #15202F; }

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

This text font color is #15202F.


Background Color

.myBgColor { background-color: #15202F; }

<div style="background-color:#15202F">Inner text</div>

This div background color is #15202F.


Border color

.myBorderColor { border: 1px solid #15202F; }

<div style="border:3px solid #15202F">Div</div>

This div border color is #15202F.


Opacity

.myOpacity80 { color: #15202F; opacity: 0.8; }

<p style="color:#15202F;opacity:0.8;">80%</p>

Text with #15202F 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 #15202F;}

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

This text has shadow with #15202F color.

.textShadow {text-shadow: 3px 3px 1px #15202F, 3px 3px 1px red;}

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

This text has shadow with #15202F primary color and red secondary color.


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

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

This text has shadow with #15202F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15202F on black background.


Color preview on white background

This text has color #15202F on white background.



Black color preview on #15202F background

This text has black color on #15202F background.


White color preview on #15202F background

This text has white color on #15202F background.