COLOR #24040F

HEX: #24040F
RGB: (36,4,15)

Color info

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

RGB color model

#24040F color RGB value is (36,4,15).

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

RGB channels and saturation

R 36 of 255 = 14%
G 4 of 255 = 2%
B 15 of 255 = 6%

36
4
15

R + G + B ~ 7%. #24040F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 4 + 15 = 55 (100%)
R 36 of 55 ~ 65.45%
G 4 of 55 ~ 7.27%
B 15 of 55 ~ 27.27%

%65.45
%27.27

CMYK color model

#24040F color CMYK value is (0,89,58,86).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(0,89,58,86)
C0M89Y58K86 
(0%,89%,58%,86%)
(0.00/0.89/0.58/0.86)	

CMYK percentages

%0
%88.89
%58.33
%85.88

Codes

Color #24040F in popluar color models

24040F
RGB36415
HSL339°80.00%7.84%
HSB/HSV339°88.89%14.12%
CMYK0.00%88.89%58.33%
85.88%

Color #24040F in popluar number systems.

HEX24040F
Decimal36415
Binary1001001001111
Octal44417

Shades and tints

Shades of #24040F

#24040F
(36,4,15)
#21040E
(33,4,14)
#1E040D
(30,4,13)
#1B040C
(27,4,12)
#18040B
(24,4,11)
#15040A
(21,4,10)
#120409
(18,4,9)
#0F0408
(15,4,8)
#0C0407
(12,4,7)
#090406
(9,4,6)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #24040F

#24040F
(36,4,15)
#371A24
(55,26,36)
#4A3039
(74,48,57)
#5D464E
(93,70,78)
#705C63
(112,92,99)
#837278
(131,114,120)
#96888D
(150,136,141)
#A99EA2
(169,158,162)
#BCB4B7
(188,180,183)
#CFCACC
(207,202,204)
#E2E0E1
(226,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24040F; }

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

This text font color is #24040F.


Background Color

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

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

This div background color is #24040F.


Border color

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

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

This div border color is #24040F.


Opacity

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

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

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

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

This text has shadow with #24040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24040F on black background.


Color preview on white background

This text has color #24040F on white background.



Black color preview on #24040F background

This text has black color on #24040F background.


White color preview on #24040F background

This text has white color on #24040F background.