COLOR #24070D

HEX: #24070D
RGB: (36,7,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
7
13

R + G + B ~ 7%. #24070D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 7 + 13 = 56 (100%)
R 36 of 56 ~ 64.29%
G 7 of 56 ~ 12.5%
B 13 of 56 ~ 23.21%

%64.29
%12.5
%23.21

CMYK color model

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

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

CMYK percentages

%0
%80.56
%63.89
%85.88

Codes

Color #24070D in popluar color models

24070D
RGB36713
HSL348°67.44%8.43%
HSB/HSV348°80.56%14.12%
CMYK0.00%80.56%63.89%
85.88%

Color #24070D in popluar number systems.

HEX24070D
Decimal36713
Binary1001001111101
Octal44715

Shades and tints

Shades of #24070D

#24070D
(36,7,13)
#21070C
(33,7,12)
#1E070B
(30,7,11)
#1B070A
(27,7,10)
#180709
(24,7,9)
#150708
(21,7,8)
#120707
(18,7,7)
#0F0706
(15,7,6)
#0C0705
(12,7,5)
#090704
(9,7,4)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #24070D

#24070D
(36,7,13)
#371D23
(55,29,35)
#4A3339
(74,51,57)
#5D494F
(93,73,79)
#705F65
(112,95,101)
#83757B
(131,117,123)
#968B91
(150,139,145)
#A9A1A7
(169,161,167)
#BCB7BD
(188,183,189)
#CFCDD3
(207,205,211)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24070D; }

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

This text font color is #24070D.


Background Color

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

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

This div background color is #24070D.


Border color

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

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

This div border color is #24070D.


Opacity

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

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

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

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

This text has shadow with #24070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24070D on black background.


Color preview on white background

This text has color #24070D on white background.



Black color preview on #24070D background

This text has black color on #24070D background.


White color preview on #24070D background

This text has white color on #24070D background.