COLOR #242D24

HEX: #242D24
RGB: (36,45,36)

Color info

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

RGB color model

#242D24 color RGB value is (36,45,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 45 of 255 = 18%
B 36 of 255 = 14%

36
45
36

R + G + B ~ 15%. #242D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 45 + 36 = 117 (100%)
R 36 of 117 ~ 30.77%
G 45 of 117 ~ 38.46%
B 36 of 117 ~ 30.77%

%30.77
%38.46
%30.77

CMYK color model

#242D24 color CMYK value is (20,0,20,82).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 82.35%
CMYK:
(20,0,20,82)
C20M0Y20K82 
(20%,0%,20%,82%)
(0.20/0.00/0.20/0.82)	

CMYK percentages

%20
%0
%20
%82.35

Codes

Color #242D24 in popluar color models

242D24
RGB364536
HSL120°11.11%15.88%
HSB/HSV120°20.00%17.65%
CMYK20.00%0.00%20.00%
82.35%

Color #242D24 in popluar number systems.

HEX242D24
Decimal364536
Binary100100101101100100
Octal445544

Shades and tints

Shades of #242D24

#242D24
(36,45,36)
#212921
(33,41,33)
#1E251E
(30,37,30)
#1B211B
(27,33,27)
#181D18
(24,29,24)
#151915
(21,25,21)
#121512
(18,21,18)
#0F110F
(15,17,15)
#0C0D0C
(12,13,12)
#090909
(9,9,9)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #242D24

#242D24
(36,45,36)
#374037
(55,64,55)
#4A534A
(74,83,74)
#5D665D
(93,102,93)
#707970
(112,121,112)
#838C83
(131,140,131)
#969F96
(150,159,150)
#A9B2A9
(169,178,169)
#BCC5BC
(188,197,188)
#CFD8CF
(207,216,207)
#E2EBE2
(226,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242D24; }

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

This text font color is #242D24.


Background Color

.myBgColor { background-color: #242D24; }

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

This div background color is #242D24.


Border color

.myBorderColor { border: 1px solid #242D24; }

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

This div border color is #242D24.


Opacity

.myOpacity80 { color: #242D24; opacity: 0.8; }

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

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

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

This text has shadow with #242D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242D24 on black background.


Color preview on white background

This text has color #242D24 on white background.



Black color preview on #242D24 background

This text has black color on #242D24 background.


White color preview on #242D24 background

This text has white color on #242D24 background.