COLOR #24240D

HEX: #24240D
RGB: (36,36,13)

Color info

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

RGB color model

#24240D color RGB value is (36,36,13).

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

RGB channels and saturation

R 36 of 255 = 14%
G 36 of 255 = 14%
B 13 of 255 = 5%

36
36
13

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

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 13 = 85 (100%)
R 36 of 85 ~ 42.35%
G 36 of 85 ~ 42.35%
B 13 of 85 ~ 15.29%

%42.35
%42.35
%15.29

CMYK color model

#24240D color CMYK value is (0,0,64,86).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK:
(0,0,64,86)
C0M0Y64K86 
(0%,0%,64%,86%)
(0.00/0.00/0.64/0.86)	

CMYK percentages

%0
%0
%63.89
%85.88

Codes

Color #24240D in popluar color models

24240D
RGB363613
HSL60°46.94%9.61%
HSB/HSV60°63.89%14.12%
CMYK0.00%0.00%63.89%
85.88%

Color #24240D in popluar number systems.

HEX24240D
Decimal363613
Binary1001001001001101
Octal444415

Shades and tints

Shades of #24240D

#24240D
(36,36,13)
#21210C
(33,33,12)
#1E1E0B
(30,30,11)
#1B1B0A
(27,27,10)
#181809
(24,24,9)
#151508
(21,21,8)
#121207
(18,18,7)
#0F0F06
(15,15,6)
#0C0C05
(12,12,5)
#090904
(9,9,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #24240D

#24240D
(36,36,13)
#373723
(55,55,35)
#4A4A39
(74,74,57)
#5D5D4F
(93,93,79)
#707065
(112,112,101)
#83837B
(131,131,123)
#969691
(150,150,145)
#A9A9A7
(169,169,167)
#BCBCBD
(188,188,189)
#CFCFD3
(207,207,211)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24240D; }

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

This text font color is #24240D.


Background Color

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

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

This div background color is #24240D.


Border color

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

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

This div border color is #24240D.


Opacity

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

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

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

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

This text has shadow with #24240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24240D on black background.


Color preview on white background

This text has color #24240D on white background.



Black color preview on #24240D background

This text has black color on #24240D background.


White color preview on #24240D background

This text has white color on #24240D background.