COLOR #24240F

HEX: #24240F
RGB: (36,36,15)

Color info

#24240F contains red, green and blue colors in about the same proportion. Web safe color of #24240F is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

36
36
15

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

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 15 = 87 (100%)
R 36 of 87 ~ 41.38%
G 36 of 87 ~ 41.38%
B 15 of 87 ~ 17.24%

%41.38
%41.38
%17.24

CMYK color model

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

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

CMYK percentages

%0
%0
%58.33
%85.88

Codes

Color #24240F in popluar color models

24240F
RGB363615
HSL60°41.18%10.00%
HSB/HSV60°58.33%14.12%
CMYK0.00%0.00%58.33%
85.88%

Color #24240F in popluar number systems.

HEX24240F
Decimal363615
Binary1001001001001111
Octal444417

Shades and tints

Shades of #24240F

#24240F
(36,36,15)
#21210E
(33,33,14)
#1E1E0D
(30,30,13)
#1B1B0C
(27,27,12)
#18180B
(24,24,11)
#15150A
(21,21,10)
#121209
(18,18,9)
#0F0F08
(15,15,8)
#0C0C07
(12,12,7)
#090906
(9,9,6)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #24240F

#24240F
(36,36,15)
#373724
(55,55,36)
#4A4A39
(74,74,57)
#5D5D4E
(93,93,78)
#707063
(112,112,99)
#838378
(131,131,120)
#96968D
(150,150,141)
#A9A9A2
(169,169,162)
#BCBCB7
(188,188,183)
#CFCFCC
(207,207,204)
#E2E2E1
(226,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24240F; }

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

This text font color is #24240F.


Background Color

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

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

This div background color is #24240F.


Border color

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

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

This div border color is #24240F.


Opacity

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

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

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

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

This text has shadow with #24240F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24240F on black background.


Color preview on white background

This text has color #24240F on white background.



Black color preview on #24240F background

This text has black color on #24240F background.


White color preview on #24240F background

This text has white color on #24240F background.