COLOR #24072F

HEX: #24072F
RGB: (36,7,47)

Color info

#24072F contains red, green and blue colors in about the same proportion. Web safe color of #24072F is #330033 (or #303).

RGB color model

#24072F color RGB value is (36,7,47).

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

RGB channels and saturation

R 36 of 255 = 14%
G 7 of 255 = 3%
B 47 of 255 = 18%

36
7
47

R + G + B ~ 12%. #24072F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 7 + 47 = 90 (100%)
R 36 of 90 ~ 40%
G 7 of 90 ~ 7.78%
B 47 of 90 ~ 52.22%

%40
%52.22

CMYK color model

#24072F color CMYK value is (23,85,0,82).

  • cyan value is 23.40%
  • magenta value is 85.11%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(23,85,0,82)
C23M85Y0K82 
(23%,85%,0%,82%)
(0.23/0.85/0.00/0.82)	

CMYK percentages

%23.4
%85.11
%0
%81.57

Codes

Color #24072F in popluar color models

24072F
RGB36747
HSL284°74.07%10.59%
HSB/HSV284°85.11%18.43%
CMYK23.40%85.11%0.00%
81.57%

Color #24072F in popluar number systems.

HEX24072F
Decimal36747
Binary100100111101111
Octal44757

Shades and tints

Shades of #24072F

#24072F
(36,7,47)
#21072B
(33,7,43)
#1E0727
(30,7,39)
#1B0723
(27,7,35)
#18071F
(24,7,31)
#15071B
(21,7,27)
#120717
(18,7,23)
#0F0713
(15,7,19)
#0C070F
(12,7,15)
#09070B
(9,7,11)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #24072F

#24072F
(36,7,47)
#371D41
(55,29,65)
#4A3353
(74,51,83)
#5D4965
(93,73,101)
#705F77
(112,95,119)
#837589
(131,117,137)
#968B9B
(150,139,155)
#A9A1AD
(169,161,173)
#BCB7BF
(188,183,191)
#CFCDD1
(207,205,209)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24072F; }

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

This text font color is #24072F.


Background Color

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

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

This div background color is #24072F.


Border color

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

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

This div border color is #24072F.


Opacity

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

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

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

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

This text has shadow with #24072F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24072F on black background.


Color preview on white background

This text has color #24072F on white background.



Black color preview on #24072F background

This text has black color on #24072F background.


White color preview on #24072F background

This text has white color on #24072F background.