COLOR #24404E

HEX: #24404E
RGB: (36,64,78)

Color info

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

RGB color model

#24404E color RGB value is (36,64,78).

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

RGB channels and saturation

R 36 of 255 = 14%
G 64 of 255 = 25%
B 78 of 255 = 31%

36
64
78

R + G + B ~ 23%. #24404E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 64 + 78 = 178 (100%)
R 36 of 178 ~ 20.22%
G 64 of 178 ~ 35.96%
B 78 of 178 ~ 43.82%

%20.22
%35.96
%43.82

CMYK color model

#24404E color CMYK value is (54,18,0,69).

  • cyan value is 53.85%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,18,0,69)
C54M18Y0K69 
(54%,18%,0%,69%)
(0.54/0.18/0.00/0.69)	

CMYK percentages

%53.85
%17.95
%0
%69.41

Codes

Color #24404E in popluar color models

24404E
RGB366478
HSL200°36.84%22.35%
HSB/HSV200°53.85%30.59%
CMYK53.85%17.95%0.00%
69.41%

Color #24404E in popluar number systems.

HEX24404E
Decimal366478
Binary10010010000001001110
Octal44100116

Shades and tints

Shades of #24404E

#24404E
(36,64,78)
#213B47
(33,59,71)
#1E3640
(30,54,64)
#1B3139
(27,49,57)
#182C32
(24,44,50)
#15272B
(21,39,43)
#122224
(18,34,36)
#0F1D1D
(15,29,29)
#0C1816
(12,24,22)
#09130F
(9,19,15)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #24404E

#24404E
(36,64,78)
#37515E
(55,81,94)
#4A626E
(74,98,110)
#5D737E
(93,115,126)
#70848E
(112,132,142)
#83959E
(131,149,158)
#96A6AE
(150,166,174)
#A9B7BE
(169,183,190)
#BCC8CE
(188,200,206)
#CFD9DE
(207,217,222)
#E2EAEE
(226,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24404E; }

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

This text font color is #24404E.


Background Color

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

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

This div background color is #24404E.


Border color

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

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

This div border color is #24404E.


Opacity

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

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

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

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

This text has shadow with #24404E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24404E on black background.


Color preview on white background

This text has color #24404E on white background.



Black color preview on #24404E background

This text has black color on #24404E background.


White color preview on #24404E background

This text has white color on #24404E background.