COLOR #15241F

HEX: #15241F
RGB: (21,36,31)

Color info

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

RGB color model

#15241F color RGB value is (21,36,31).

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

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 31 of 255 = 12%

21
36
31

R + G + B ~ 11%. #15241F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 31 = 88 (100%)
R 21 of 88 ~ 23.86%
G 36 of 88 ~ 40.91%
B 31 of 88 ~ 35.23%

%23.86
%40.91
%35.23

CMYK color model

#15241F color CMYK value is (42,0,14,86).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(42,0,14,86)
C42M0Y14K86 
(42%,0%,14%,86%)
(0.42/0.00/0.14/0.86)	

CMYK percentages

%41.67
%0
%13.89
%85.88

Codes

Color #15241F in popluar color models

15241F
RGB213631
HSL160°26.32%11.18%
HSB/HSV160°41.67%14.12%
CMYK41.67%0.00%13.89%
85.88%

Color #15241F in popluar number systems.

HEX15241F
Decimal213631
Binary1010110010011111
Octal254437

Shades and tints

Shades of #15241F

#15241F
(21,36,31)
#14211D
(20,33,29)
#131E1B
(19,30,27)
#121B19
(18,27,25)
#111817
(17,24,23)
#101515
(16,21,21)
#0F1213
(15,18,19)
#0E0F11
(14,15,17)
#0D0C0F
(13,12,15)
#0C090D
(12,9,13)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #15241F

#15241F
(21,36,31)
#2A3733
(42,55,51)
#3F4A47
(63,74,71)
#545D5B
(84,93,91)
#69706F
(105,112,111)
#7E8383
(126,131,131)
#939697
(147,150,151)
#A8A9AB
(168,169,171)
#BDBCBF
(189,188,191)
#D2CFD3
(210,207,211)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15241F color. Also use rgb(21,36,31) instead hex code.

Text Font Color

.myTextColor { color: #15241F; }

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

This text font color is #15241F.


Background Color

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

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

This div background color is #15241F.


Border color

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

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

This div border color is #15241F.


Opacity

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

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

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

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

This text has shadow with #15241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15241F on black background.


Color preview on white background

This text has color #15241F on white background.



Black color preview on #15241F background

This text has black color on #15241F background.


White color preview on #15241F background

This text has white color on #15241F background.