COLOR #15240F

HEX: #15240F
RGB: (21,36,15)

Color info

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

RGB color model

#15240F color RGB value is (21,36,15).

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

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 15 of 255 = 6%

21
36
15

R + G + B ~ 9%. #15240F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 15 = 72 (100%)
R 21 of 72 ~ 29.17%
G 36 of 72 ~ 50%
B 15 of 72 ~ 20.83%

%29.17
%50
%20.83

CMYK color model

#15240F color CMYK value is (42,0,58,86).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(42,0,58,86)
C42M0Y58K86 
(42%,0%,58%,86%)
(0.42/0.00/0.58/0.86)	

CMYK percentages

%41.67
%0
%58.33
%85.88

Codes

Color #15240F in popluar color models

15240F
RGB213615
HSL103°41.18%10.00%
HSB/HSV103°58.33%14.12%
CMYK41.67%0.00%58.33%
85.88%

Color #15240F in popluar number systems.

HEX15240F
Decimal213615
Binary101011001001111
Octal254417

Shades and tints

Shades of #15240F

#15240F
(21,36,15)
#14210E
(20,33,14)
#131E0D
(19,30,13)
#121B0C
(18,27,12)
#11180B
(17,24,11)
#10150A
(16,21,10)
#0F1209
(15,18,9)
#0E0F08
(14,15,8)
#0D0C07
(13,12,7)
#0C0906
(12,9,6)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #15240F

#15240F
(21,36,15)
#2A3724
(42,55,36)
#3F4A39
(63,74,57)
#545D4E
(84,93,78)
#697063
(105,112,99)
#7E8378
(126,131,120)
#93968D
(147,150,141)
#A8A9A2
(168,169,162)
#BDBCB7
(189,188,183)
#D2CFCC
(210,207,204)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15240F; }

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

This text font color is #15240F.


Background Color

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

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

This div background color is #15240F.


Border color

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

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

This div border color is #15240F.


Opacity

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

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

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

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

This text has shadow with #15240F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15240F on black background.


Color preview on white background

This text has color #15240F on white background.



Black color preview on #15240F background

This text has black color on #15240F background.


White color preview on #15240F background

This text has white color on #15240F background.