COLOR #242024

HEX: #242024
RGB: (36,32,36)

Color info

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

RGB color model

#242024 color RGB value is (36,32,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 32 of 255 = 13%
B 36 of 255 = 14%

36
32
36

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

Portions of RGB colors in percentages

R + G + B =
36 + 32 + 36 = 104 (100%)
R 36 of 104 ~ 34.62%
G 32 of 104 ~ 30.77%
B 36 of 104 ~ 34.62%

%34.62
%30.77
%34.62

CMYK color model

#242024 color CMYK value is (0,11,0,86).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(0,11,0,86)
C0M11Y0K86 
(0%,11%,0%,86%)
(0.00/0.11/0.00/0.86)	

CMYK percentages

%0
%11.11
%0
%85.88

Codes

Color #242024 in popluar color models

242024
RGB363236
HSL300°5.88%13.33%
HSB/HSV300°11.11%14.12%
CMYK0.00%11.11%0.00%
85.88%

Color #242024 in popluar number systems.

HEX242024
Decimal363236
Binary100100100000100100
Octal444044

Shades and tints

Shades of #242024

#242024
(36,32,36)
#211E21
(33,30,33)
#1E1C1E
(30,28,30)
#1B1A1B
(27,26,27)
#181818
(24,24,24)
#151615
(21,22,21)
#121412
(18,20,18)
#0F120F
(15,18,15)
#0C100C
(12,16,12)
#090E09
(9,14,9)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #242024

#242024
(36,32,36)
#373437
(55,52,55)
#4A484A
(74,72,74)
#5D5C5D
(93,92,93)
#707070
(112,112,112)
#838483
(131,132,131)
#969896
(150,152,150)
#A9ACA9
(169,172,169)
#BCC0BC
(188,192,188)
#CFD4CF
(207,212,207)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242024; }

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

This text font color is #242024.


Background Color

.myBgColor { background-color: #242024; }

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

This div background color is #242024.


Border color

.myBorderColor { border: 1px solid #242024; }

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

This div border color is #242024.


Opacity

.myOpacity80 { color: #242024; opacity: 0.8; }

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

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

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

This text has shadow with #242024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242024 on black background.


Color preview on white background

This text has color #242024 on white background.



Black color preview on #242024 background

This text has black color on #242024 background.


White color preview on #242024 background

This text has white color on #242024 background.