COLOR #24404D

HEX: #24404D
RGB: (36,64,77)

Color info

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

RGB color model

#24404D color RGB value is (36,64,77).

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

RGB channels and saturation

R 36 of 255 = 14%
G 64 of 255 = 25%
B 77 of 255 = 30%

36
64
77

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

Portions of RGB colors in percentages

R + G + B =
36 + 64 + 77 = 177 (100%)
R 36 of 177 ~ 20.34%
G 64 of 177 ~ 36.16%
B 77 of 177 ~ 43.5%

%20.34
%36.16
%43.5

CMYK color model

#24404D color CMYK value is (53,17,0,70).

  • cyan value is 53.25%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(53,17,0,70)
C53M17Y0K70 
(53%,17%,0%,70%)
(0.53/0.17/0.00/0.70)	

CMYK percentages

%53.25
%16.88
%0
%69.8

Codes

Color #24404D in popluar color models

24404D
RGB366477
HSL199°36.28%22.16%
HSB/HSV199°53.25%30.20%
CMYK53.25%16.88%0.00%
69.80%

Color #24404D in popluar number systems.

HEX24404D
Decimal366477
Binary10010010000001001101
Octal44100115

Shades and tints

Shades of #24404D

#24404D
(36,64,77)
#213B46
(33,59,70)
#1E363F
(30,54,63)
#1B3138
(27,49,56)
#182C31
(24,44,49)
#15272A
(21,39,42)
#122223
(18,34,35)
#0F1D1C
(15,29,28)
#0C1815
(12,24,21)
#09130E
(9,19,14)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #24404D

#24404D
(36,64,77)
#37515D
(55,81,93)
#4A626D
(74,98,109)
#5D737D
(93,115,125)
#70848D
(112,132,141)
#83959D
(131,149,157)
#96A6AD
(150,166,173)
#A9B7BD
(169,183,189)
#BCC8CD
(188,200,205)
#CFD9DD
(207,217,221)
#E2EAED
(226,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24404D; }

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

This text font color is #24404D.


Background Color

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

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

This div background color is #24404D.


Border color

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

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

This div border color is #24404D.


Opacity

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

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

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

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

This text has shadow with #24404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24404D on black background.


Color preview on white background

This text has color #24404D on white background.



Black color preview on #24404D background

This text has black color on #24404D background.


White color preview on #24404D background

This text has white color on #24404D background.