COLOR #24201D

HEX: #24201D
RGB: (36,32,29)

Color info

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

RGB color model

#24201D color RGB value is (36,32,29).

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

RGB channels and saturation

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

36
32
29

R + G + B ~ 13%. #24201D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 32 + 29 = 97 (100%)
R 36 of 97 ~ 37.11%
G 32 of 97 ~ 32.99%
B 29 of 97 ~ 29.9%

%37.11
%32.99
%29.9

CMYK color model

#24201D color CMYK value is (0,11,19,86).

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

CMYK percentages

%0
%11.11
%19.44
%85.88

Codes

Color #24201D in popluar color models

24201D
RGB363229
HSL26°10.77%12.75%
HSB/HSV26°19.44%14.12%
CMYK0.00%11.11%19.44%
85.88%

Color #24201D in popluar number systems.

HEX24201D
Decimal363229
Binary10010010000011101
Octal444035

Shades and tints

Shades of #24201D

#24201D
(36,32,29)
#211E1B
(33,30,27)
#1E1C19
(30,28,25)
#1B1A17
(27,26,23)
#181815
(24,24,21)
#151613
(21,22,19)
#121411
(18,20,17)
#0F120F
(15,18,15)
#0C100D
(12,16,13)
#090E0B
(9,14,11)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #24201D

#24201D
(36,32,29)
#373431
(55,52,49)
#4A4845
(74,72,69)
#5D5C59
(93,92,89)
#70706D
(112,112,109)
#838481
(131,132,129)
#969895
(150,152,149)
#A9ACA9
(169,172,169)
#BCC0BD
(188,192,189)
#CFD4D1
(207,212,209)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24201D; }

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

This text font color is #24201D.


Background Color

.myBgColor { background-color: #24201D; }

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

This div background color is #24201D.


Border color

.myBorderColor { border: 1px solid #24201D; }

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

This div border color is #24201D.


Opacity

.myOpacity80 { color: #24201D; opacity: 0.8; }

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

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

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

This text has shadow with #24201D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24201D on black background.


Color preview on white background

This text has color #24201D on white background.



Black color preview on #24201D background

This text has black color on #24201D background.


White color preview on #24201D background

This text has white color on #24201D background.