COLOR #24272D

HEX: #24272D
RGB: (36,39,45)

Color info

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

RGB color model

#24272D color RGB value is (36,39,45).

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

RGB channels and saturation

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

36
39
45

R + G + B ~ 16%. #24272D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 45 = 120 (100%)
R 36 of 120 ~ 30%
G 39 of 120 ~ 32.5%
B 45 of 120 ~ 37.5%

%30
%32.5
%37.5

CMYK color model

#24272D color CMYK value is (20,13,0,82).

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

CMYK percentages

%20
%13.33
%0
%82.35

Codes

Color #24272D in popluar color models

24272D
RGB363945
HSL220°11.11%15.88%
HSB/HSV220°20.00%17.65%
CMYK20.00%13.33%0.00%
82.35%

Color #24272D in popluar number systems.

HEX24272D
Decimal363945
Binary100100100111101101
Octal444755

Shades and tints

Shades of #24272D

#24272D
(36,39,45)
#212429
(33,36,41)
#1E2125
(30,33,37)
#1B1E21
(27,30,33)
#181B1D
(24,27,29)
#151819
(21,24,25)
#121515
(18,21,21)
#0F1211
(15,18,17)
#0C0F0D
(12,15,13)
#090C09
(9,12,9)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #24272D

#24272D
(36,39,45)
#373A40
(55,58,64)
#4A4D53
(74,77,83)
#5D6066
(93,96,102)
#707379
(112,115,121)
#83868C
(131,134,140)
#96999F
(150,153,159)
#A9ACB2
(169,172,178)
#BCBFC5
(188,191,197)
#CFD2D8
(207,210,216)
#E2E5EB
(226,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24272D; }

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

This text font color is #24272D.


Background Color

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

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

This div background color is #24272D.


Border color

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

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

This div border color is #24272D.


Opacity

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

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

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

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

This text has shadow with #24272D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24272D on black background.


Color preview on white background

This text has color #24272D on white background.



Black color preview on #24272D background

This text has black color on #24272D background.


White color preview on #24272D background

This text has white color on #24272D background.