COLOR #24243F

HEX: #24243F
RGB: (36,36,63)

Color info

#24243F contains red, green and blue colors in about the same proportion. Web safe color of #24243F is #333333 (or #333).

RGB color model

#24243F color RGB value is (36,36,63).

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

RGB channels and saturation

R 36 of 255 = 14%
G 36 of 255 = 14%
B 63 of 255 = 25%

36
36
63

R + G + B ~ 18%. #24243F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 63 = 135 (100%)
R 36 of 135 ~ 26.67%
G 36 of 135 ~ 26.67%
B 63 of 135 ~ 46.67%

%26.67
%26.67
%46.67

CMYK color model

#24243F color CMYK value is (43,43,0,75).

  • cyan value is 42.86%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(43,43,0,75)
C43M43Y0K75 
(43%,43%,0%,75%)
(0.43/0.43/0.00/0.75)	

CMYK percentages

%42.86
%42.86
%0
%75.29

Codes

Color #24243F in popluar color models

24243F
RGB363663
HSL240°27.27%19.41%
HSB/HSV240°42.86%24.71%
CMYK42.86%42.86%0.00%
75.29%

Color #24243F in popluar number systems.

HEX24243F
Decimal363663
Binary100100100100111111
Octal444477

Shades and tints

Shades of #24243F

#24243F
(36,36,63)
#21213A
(33,33,58)
#1E1E35
(30,30,53)
#1B1B30
(27,27,48)
#18182B
(24,24,43)
#151526
(21,21,38)
#121221
(18,18,33)
#0F0F1C
(15,15,28)
#0C0C17
(12,12,23)
#090912
(9,9,18)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #24243F

#24243F
(36,36,63)
#373750
(55,55,80)
#4A4A61
(74,74,97)
#5D5D72
(93,93,114)
#707083
(112,112,131)
#838394
(131,131,148)
#9696A5
(150,150,165)
#A9A9B6
(169,169,182)
#BCBCC7
(188,188,199)
#CFCFD8
(207,207,216)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24243F; }

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

This text font color is #24243F.


Background Color

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

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

This div background color is #24243F.


Border color

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

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

This div border color is #24243F.


Opacity

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

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

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

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

This text has shadow with #24243F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24243F on black background.


Color preview on white background

This text has color #24243F on white background.



Black color preview on #24243F background

This text has black color on #24243F background.


White color preview on #24243F background

This text has white color on #24243F background.