COLOR #15242A

HEX: #15242A
RGB: (21,36,42)

Color info

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

RGB color model

#15242A color RGB value is (21,36,42).

  • red value is 21;
  • green value is 36;
  • blue value is 42.
RGB:
(21,36,42)
(8%,14%,16%)

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 42 of 255 = 16%

21
36
42

R + G + B ~ 13%. #15242A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 42 = 99 (100%)
R 21 of 99 ~ 21.21%
G 36 of 99 ~ 36.36%
B 42 of 99 ~ 42.42%

%21.21
%36.36
%42.42

CMYK color model

#15242A color CMYK value is (50,14,0,84).

  • cyan value is 50.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(50,14,0,84)
C50M14Y0K84 
(50%,14%,0%,84%)
(0.50/0.14/0.00/0.84)	

CMYK percentages

%50
%14.29
%0
%83.53

Codes

Color #15242A in popluar color models

15242A
RGB213642
HSL197°33.33%12.35%
HSB/HSV197°50.00%16.47%
CMYK50.00%14.29%0.00%
83.53%

Color #15242A in popluar number systems.

HEX15242A
Decimal213642
Binary10101100100101010
Octal254452

Shades and tints

Shades of #15242A

#15242A
(21,36,42)
#142127
(20,33,39)
#131E24
(19,30,36)
#121B21
(18,27,33)
#11181E
(17,24,30)
#10151B
(16,21,27)
#0F1218
(15,18,24)
#0E0F15
(14,15,21)
#0D0C12
(13,12,18)
#0C090F
(12,9,15)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #15242A

#15242A
(21,36,42)
#2A373D
(42,55,61)
#3F4A50
(63,74,80)
#545D63
(84,93,99)
#697076
(105,112,118)
#7E8389
(126,131,137)
#93969C
(147,150,156)
#A8A9AF
(168,169,175)
#BDBCC2
(189,188,194)
#D2CFD5
(210,207,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15242A color. Also use rgb(21,36,42) instead hex code.

Text Font Color

.myTextColor { color: #15242A; }

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

This text font color is #15242A.


Background Color

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

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

This div background color is #15242A.


Border color

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

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

This div border color is #15242A.


Opacity

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

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

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

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

This text has shadow with #15242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15242A on black background.


Color preview on white background

This text has color #15242A on white background.



Black color preview on #15242A background

This text has black color on #15242A background.


White color preview on #15242A background

This text has white color on #15242A background.