COLOR #24243C

HEX: #24243C
RGB: (36,36,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
36
60

R + G + B ~ 17%. #24243C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 60 = 132 (100%)
R 36 of 132 ~ 27.27%
G 36 of 132 ~ 27.27%
B 60 of 132 ~ 45.45%

%27.27
%27.27
%45.45

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(40,40,0,76)
C40M40Y0K76 
(40%,40%,0%,76%)
(0.40/0.40/0.00/0.76)	

CMYK percentages

%40
%40
%0
%76.47

Codes

Color #24243C in popluar color models

24243C
RGB363660
HSL240°25.00%18.82%
HSB/HSV240°40.00%23.53%
CMYK40.00%40.00%0.00%
76.47%

Color #24243C in popluar number systems.

HEX24243C
Decimal363660
Binary100100100100111100
Octal444474

Shades and tints

Shades of #24243C

#24243C
(36,36,60)
#212137
(33,33,55)
#1E1E32
(30,30,50)
#1B1B2D
(27,27,45)
#181828
(24,24,40)
#151523
(21,21,35)
#12121E
(18,18,30)
#0F0F19
(15,15,25)
#0C0C14
(12,12,20)
#09090F
(9,9,15)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #24243C

#24243C
(36,36,60)
#37374D
(55,55,77)
#4A4A5E
(74,74,94)
#5D5D6F
(93,93,111)
#707080
(112,112,128)
#838391
(131,131,145)
#9696A2
(150,150,162)
#A9A9B3
(169,169,179)
#BCBCC4
(188,188,196)
#CFCFD5
(207,207,213)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24243C; }

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

This text font color is #24243C.


Background Color

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

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

This div background color is #24243C.


Border color

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

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

This div border color is #24243C.


Opacity

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

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

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

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

This text has shadow with #24243C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24243C on black background.


Color preview on white background

This text has color #24243C on white background.



Black color preview on #24243C background

This text has black color on #24243C background.


White color preview on #24243C background

This text has white color on #24243C background.