COLOR #24150F

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

Color info

#24150F contains red, green and blue colors in about the same proportion. Web safe color of #24150F is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

36
21
15

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

Portions of RGB colors in percentages

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

%50
%29.17
%20.83

CMYK color model

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

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

CMYK percentages

%0
%41.67
%58.33
%85.88

Codes

Color #24150F in popluar color models

24150F
RGB362115
HSL17°41.18%10.00%
HSB/HSV17°58.33%14.12%
CMYK0.00%41.67%58.33%
85.88%

Color #24150F in popluar number systems.

HEX24150F
Decimal362115
Binary100100101011111
Octal442517

Shades and tints

Shades of #24150F

#24150F
(36,21,15)
#21140E
(33,20,14)
#1E130D
(30,19,13)
#1B120C
(27,18,12)
#18110B
(24,17,11)
#15100A
(21,16,10)
#120F09
(18,15,9)
#0F0E08
(15,14,8)
#0C0D07
(12,13,7)
#090C06
(9,12,6)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #24150F

#24150F
(36,21,15)
#372A24
(55,42,36)
#4A3F39
(74,63,57)
#5D544E
(93,84,78)
#706963
(112,105,99)
#837E78
(131,126,120)
#96938D
(150,147,141)
#A9A8A2
(169,168,162)
#BCBDB7
(188,189,183)
#CFD2CC
(207,210,204)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24150F; }

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

This text font color is #24150F.


Background Color

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

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

This div background color is #24150F.


Border color

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

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

This div border color is #24150F.


Opacity

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

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

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

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

This text has shadow with #24150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24150F on black background.


Color preview on white background

This text has color #24150F on white background.



Black color preview on #24150F background

This text has black color on #24150F background.


White color preview on #24150F background

This text has white color on #24150F background.