COLOR #242824

HEX: #242824
RGB: (36,40,36)

Color info

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

RGB color model

#242824 color RGB value is (36,40,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 36 of 255 = 14%

36
40
36

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

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 36 = 112 (100%)
R 36 of 112 ~ 32.14%
G 40 of 112 ~ 35.71%
B 36 of 112 ~ 32.14%

%32.14
%35.71
%32.14

CMYK color model

#242824 color CMYK value is (10,0,10,84).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 84.31%
CMYK:
(10,0,10,84)
C10M0Y10K84 
(10%,0%,10%,84%)
(0.10/0.00/0.10/0.84)	

CMYK percentages

%10
%0
%10
%84.31

Codes

Color #242824 in popluar color models

242824
RGB364036
HSL120°5.26%14.90%
HSB/HSV120°10.00%15.69%
CMYK10.00%0.00%10.00%
84.31%

Color #242824 in popluar number systems.

HEX242824
Decimal364036
Binary100100101000100100
Octal445044

Shades and tints

Shades of #242824

#242824
(36,40,36)
#212521
(33,37,33)
#1E221E
(30,34,30)
#1B1F1B
(27,31,27)
#181C18
(24,28,24)
#151915
(21,25,21)
#121612
(18,22,18)
#0F130F
(15,19,15)
#0C100C
(12,16,12)
#090D09
(9,13,9)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #242824

#242824
(36,40,36)
#373B37
(55,59,55)
#4A4E4A
(74,78,74)
#5D615D
(93,97,93)
#707470
(112,116,112)
#838783
(131,135,131)
#969A96
(150,154,150)
#A9ADA9
(169,173,169)
#BCC0BC
(188,192,188)
#CFD3CF
(207,211,207)
#E2E6E2
(226,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242824; }

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

This text font color is #242824.


Background Color

.myBgColor { background-color: #242824; }

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

This div background color is #242824.


Border color

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

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

This div border color is #242824.


Opacity

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

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

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

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

This text has shadow with #242824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242824 on black background.


Color preview on white background

This text has color #242824 on white background.



Black color preview on #242824 background

This text has black color on #242824 background.


White color preview on #242824 background

This text has white color on #242824 background.