COLOR #24272A

HEX: #24272A
RGB: (36,39,42)

Color info

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

RGB color model

#24272A color RGB value is (36,39,42).

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

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 42 of 255 = 16%

36
39
42

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

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 42 = 117 (100%)
R 36 of 117 ~ 30.77%
G 39 of 117 ~ 33.33%
B 42 of 117 ~ 35.9%

%30.77
%33.33
%35.9

CMYK color model

#24272A color CMYK value is (14,7,0,84).

  • cyan value is 14.29%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,7,0,84)
C14M7Y0K84 
(14%,7%,0%,84%)
(0.14/0.07/0.00/0.84)	

CMYK percentages

%14.29
%7.14
%0
%83.53

Codes

Color #24272A in popluar color models

24272A
RGB363942
HSL210°7.69%15.29%
HSB/HSV210°14.29%16.47%
CMYK14.29%7.14%0.00%
83.53%

Color #24272A in popluar number systems.

HEX24272A
Decimal363942
Binary100100100111101010
Octal444752

Shades and tints

Shades of #24272A

#24272A
(36,39,42)
#212427
(33,36,39)
#1E2124
(30,33,36)
#1B1E21
(27,30,33)
#181B1E
(24,27,30)
#15181B
(21,24,27)
#121518
(18,21,24)
#0F1215
(15,18,21)
#0C0F12
(12,15,18)
#090C0F
(9,12,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #24272A

#24272A
(36,39,42)
#373A3D
(55,58,61)
#4A4D50
(74,77,80)
#5D6063
(93,96,99)
#707376
(112,115,118)
#838689
(131,134,137)
#96999C
(150,153,156)
#A9ACAF
(169,172,175)
#BCBFC2
(188,191,194)
#CFD2D5
(207,210,213)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24272A; }

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

This text font color is #24272A.


Background Color

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

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

This div background color is #24272A.


Border color

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

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

This div border color is #24272A.


Opacity

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

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

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

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

This text has shadow with #24272A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24272A on black background.


Color preview on white background

This text has color #24272A on white background.



Black color preview on #24272A background

This text has black color on #24272A background.


White color preview on #24272A background

This text has white color on #24272A background.