COLOR #24494E

HEX: #24494E
RGB: (36,73,78)

Color info

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

RGB color model

#24494E color RGB value is (36,73,78).

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

RGB channels and saturation

R 36 of 255 = 14%
G 73 of 255 = 29%
B 78 of 255 = 31%

36
73
78

R + G + B ~ 25%. #24494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 78 = 187 (100%)
R 36 of 187 ~ 19.25%
G 73 of 187 ~ 39.04%
B 78 of 187 ~ 41.71%

%19.25
%39.04
%41.71

CMYK color model

#24494E color CMYK value is (54,6,0,69).

  • cyan value is 53.85%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,6,0,69)
C54M6Y0K69 
(54%,6%,0%,69%)
(0.54/0.06/0.00/0.69)	

CMYK percentages

%53.85
%6.41
%0
%69.41

Codes

Color #24494E in popluar color models

24494E
RGB367378
HSL187°36.84%22.35%
HSB/HSV187°53.85%30.59%
CMYK53.85%6.41%0.00%
69.41%

Color #24494E in popluar number systems.

HEX24494E
Decimal367378
Binary10010010010011001110
Octal44111116

Shades and tints

Shades of #24494E

#24494E
(36,73,78)
#214347
(33,67,71)
#1E3D40
(30,61,64)
#1B3739
(27,55,57)
#183132
(24,49,50)
#152B2B
(21,43,43)
#122524
(18,37,36)
#0F1F1D
(15,31,29)
#0C1916
(12,25,22)
#09130F
(9,19,15)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #24494E

#24494E
(36,73,78)
#37595E
(55,89,94)
#4A696E
(74,105,110)
#5D797E
(93,121,126)
#70898E
(112,137,142)
#83999E
(131,153,158)
#96A9AE
(150,169,174)
#A9B9BE
(169,185,190)
#BCC9CE
(188,201,206)
#CFD9DE
(207,217,222)
#E2E9EE
(226,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24494E; }

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

This text font color is #24494E.


Background Color

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

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

This div background color is #24494E.


Border color

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

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

This div border color is #24494E.


Opacity

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

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

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

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

This text has shadow with #24494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24494E on black background.


Color preview on white background

This text has color #24494E on white background.



Black color preview on #24494E background

This text has black color on #24494E background.


White color preview on #24494E background

This text has white color on #24494E background.