COLOR #15240B

HEX: #15240B
RGB: (21,36,11)

Color info

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

RGB color model

#15240B color RGB value is (21,36,11).

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

RGB channels and saturation

R 21 of 255 = 8%
G 36 of 255 = 14%
B 11 of 255 = 4%

21
36
11

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

Portions of RGB colors in percentages

R + G + B =
21 + 36 + 11 = 68 (100%)
R 21 of 68 ~ 30.88%
G 36 of 68 ~ 52.94%
B 11 of 68 ~ 16.18%

%30.88
%52.94
%16.18

CMYK color model

#15240B color CMYK value is (42,0,69,86).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 85.88%
CMYK:
(42,0,69,86)
C42M0Y69K86 
(42%,0%,69%,86%)
(0.42/0.00/0.69/0.86)	

CMYK percentages

%41.67
%0
%69.44
%85.88

Codes

Color #15240B in popluar color models

15240B
RGB213611
HSL96°53.19%9.22%
HSB/HSV96°69.44%14.12%
CMYK41.67%0.00%69.44%
85.88%

Color #15240B in popluar number systems.

HEX15240B
Decimal213611
Binary101011001001011
Octal254413

Shades and tints

Shades of #15240B

#15240B
(21,36,11)
#14210A
(20,33,10)
#131E09
(19,30,9)
#121B08
(18,27,8)
#111807
(17,24,7)
#101506
(16,21,6)
#0F1205
(15,18,5)
#0E0F04
(14,15,4)
#0D0C03
(13,12,3)
#0C0902
(12,9,2)
#0B0601
(11,6,1)
#000000
(0,0,0)

Tints of #15240B

#15240B
(21,36,11)
#2A3721
(42,55,33)
#3F4A37
(63,74,55)
#545D4D
(84,93,77)
#697063
(105,112,99)
#7E8379
(126,131,121)
#93968F
(147,150,143)
#A8A9A5
(168,169,165)
#BDBCBB
(189,188,187)
#D2CFD1
(210,207,209)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15240B; }

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

This text font color is #15240B.


Background Color

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

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

This div background color is #15240B.


Border color

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

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

This div border color is #15240B.


Opacity

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

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

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

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

This text has shadow with #15240B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15240B on black background.


Color preview on white background

This text has color #15240B on white background.



Black color preview on #15240B background

This text has black color on #15240B background.


White color preview on #15240B background

This text has white color on #15240B background.