COLOR #24073C

HEX: #24073C RGB: (36,7,60)

Color info

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

RGB color model

#24073C color RGB value is (36,7,60).

RGB: (36,7,60) (14%, 3%, 24%)

RGB channels and saturation

R 36 of 255 = 14%
G 7 of 255 = 3%
B 60 of 255 = 24%

36
7
60

R + G + B ~ 14%. #24073C is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 7 + 60 = 103 (100%)
R 36 of 103 ~ 34.95%
G 7 of 103 ~ 6.8%
B 60 of 103 ~ 58.25'%

%34.95
%58.25

CMYK color model

#24073C color CMYK value is (40,88,0,76).

  • cyan value is 40.00%
  • magenta value is 88.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (40,88,0,76)
C40M88Y0K76 (40%, 88%, 0%, 76%)
(0.40 / 0.88 / 0.00 / 0.76)

CMYK percentages

%40
%88.33
%0
%76.47

Codes

Color #24073C in popluar color models

24 07 3C
RGB 36 7 60
HSL 273° 79.10% 13.14%
HSB/HSV 273° 88.33% 23.53%
CMYK 40.00% 88.33% 0.00%
76.47%

Color #24073C in popluar number systems.

HEX 24 07 3C
Decimal 36 7 60
Binary 100100 111 111100
Octal 44 7 74

Shades and tints

Shades of #24073C

#24073C
(36,7,60)
#210737
(33,7,55)
#1E0732
(30,7,50)
#1B072D
(27,7,45)
#180728
(24,7,40)
#150723
(21,7,35)
#12071E
(18,7,30)
#0F0719
(15,7,25)
#0C0714
(12,7,20)
#09070F
(9,7,15)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #24073C

#24073C
(36,7,60)
#371D4D
(55,29,77)
#4A335E
(74,51,94)
#5D496F
(93,73,111)
#705F80
(112,95,128)
#837591
(131,117,145)
#968BA2
(150,139,162)
#A9A1B3
(169,161,179)
#BCB7C4
(188,183,196)
#CFCDD5
(207,205,213)
#E2E3E6
(226,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24073C color. Also use rgb(36,7,60) instead hex code.

Text Font Color

.myTextColor { color: #24073C; }

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

This text font color is #24073C.

Background Color

.myBgColor { background-color: #24073C; }

<div style="background-color:#24073C">Inner text</div>

This div background color is #24073C.

Border color

.myBorderColor { border: 1px solid #24073C; }

<div style="border:3px solid #24073C">Div</div>

This div border color is #24073C.

Opacity

.myOpacity80 { color: #24073C; opacity: 0.8; }

<p style="color:#24073C;opacity:0.8;">80%</p>

Text with #24073C 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 #24073C;}

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

This text has shadow with #24073C color.


.textShadow {text-shadow: 3px 3px 1px #24073C', 3px 3px 1px red;}

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

This text has shadow with #24073C primary color and red secondary color.


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

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

This text has shadow with #24073C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #24073C; -webkit-box-shadow: 1px 1px 3px 2px #24073C; box-shadow:1px 1px 3px 2px #24073C;">
Div content here
</div>

This div box has shadow with color #24073C.

Preview

Color preview on black background

This text has color #24073C on black background.


Color preview on white background

This text has color #24073C on white background.


Black color preview on #24073C background

This text has black color on #24073C background.


White color preview on #24073C background

This text has white color on #24073C background.


Related colors

Complementary color

Complementary color for #hex is #DBF8C3.


I love getcolorcode.com

Triadic colors

1 #3C2407 and #073C24 with #24073C are triadic colors.

2 #3C0724 and #07243C with #24073C are triadic colors.