COLOR #24424E

HEX: #24424E
RGB: (36,66,78)

Color info

#24424E contains red, green and blue colors in about the same proportion. Web safe color of #24424E is #333366 (or #336).

RGB color model

#24424E color RGB value is (36,66,78).

  • red value is 36;
  • green value is 66;
  • blue value is 78.
RGB:
(36,66,78)
(14%,26%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 66 of 255 = 26%
B 78 of 255 = 31%

36
66
78

R + G + B ~ 24%. #24424E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 66 + 78 = 180 (100%)
R 36 of 180 ~ 20%
G 66 of 180 ~ 36.67%
B 78 of 180 ~ 43.33%

%20
%36.67
%43.33

CMYK color model

#24424E color CMYK value is (54,15,0,69).

  • cyan value is 53.85%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,15,0,69)
C54M15Y0K69 
(54%,15%,0%,69%)
(0.54/0.15/0.00/0.69)	

CMYK percentages

%53.85
%15.38
%0
%69.41

Codes

Color #24424E in popluar color models

24424E
RGB366678
HSL197°36.84%22.35%
HSB/HSV197°53.85%30.59%
CMYK53.85%15.38%0.00%
69.41%

Color #24424E in popluar number systems.

HEX24424E
Decimal366678
Binary10010010000101001110
Octal44102116

Shades and tints

Shades of #24424E

#24424E
(36,66,78)
#213C47
(33,60,71)
#1E3640
(30,54,64)
#1B3039
(27,48,57)
#182A32
(24,42,50)
#15242B
(21,36,43)
#121E24
(18,30,36)
#0F181D
(15,24,29)
#0C1216
(12,18,22)
#090C0F
(9,12,15)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #24424E

#24424E
(36,66,78)
#37535E
(55,83,94)
#4A646E
(74,100,110)
#5D757E
(93,117,126)
#70868E
(112,134,142)
#83979E
(131,151,158)
#96A8AE
(150,168,174)
#A9B9BE
(169,185,190)
#BCCACE
(188,202,206)
#CFDBDE
(207,219,222)
#E2ECEE
(226,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24424E color. Also use rgb(36,66,78) instead hex code.

Text Font Color

.myTextColor { color: #24424E; }

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

This text font color is #24424E.


Background Color

.myBgColor { background-color: #24424E; }

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

This div background color is #24424E.


Border color

.myBorderColor { border: 1px solid #24424E; }

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

This div border color is #24424E.


Opacity

.myOpacity80 { color: #24424E; opacity: 0.8; }

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

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

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

This text has shadow with #24424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24424E on black background.


Color preview on white background

This text has color #24424E on white background.



Black color preview on #24424E background

This text has black color on #24424E background.


White color preview on #24424E background

This text has white color on #24424E background.