COLOR #24414E

HEX: #24414E
RGB: (36,65,78)

Color info

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

RGB color model

#24414E color RGB value is (36,65,78).

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

RGB channels and saturation

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

36
65
78

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

Portions of RGB colors in percentages

R + G + B =
36 + 65 + 78 = 179 (100%)
R 36 of 179 ~ 20.11%
G 65 of 179 ~ 36.31%
B 78 of 179 ~ 43.58%

%20.11
%36.31
%43.58

CMYK color model

#24414E color CMYK value is (54,17,0,69).

  • cyan value is 53.85%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,17,0,69)
C54M17Y0K69 
(54%,17%,0%,69%)
(0.54/0.17/0.00/0.69)	

CMYK percentages

%53.85
%16.67
%0
%69.41

Codes

Color #24414E in popluar color models

24414E
RGB366578
HSL199°36.84%22.35%
HSB/HSV199°53.85%30.59%
CMYK53.85%16.67%0.00%
69.41%

Color #24414E in popluar number systems.

HEX24414E
Decimal366578
Binary10010010000011001110
Octal44101116

Shades and tints

Shades of #24414E

#24414E
(36,65,78)
#213C47
(33,60,71)
#1E3740
(30,55,64)
#1B3239
(27,50,57)
#182D32
(24,45,50)
#15282B
(21,40,43)
#122324
(18,35,36)
#0F1E1D
(15,30,29)
#0C1916
(12,25,22)
#09140F
(9,20,15)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #24414E

#24414E
(36,65,78)
#37525E
(55,82,94)
#4A636E
(74,99,110)
#5D747E
(93,116,126)
#70858E
(112,133,142)
#83969E
(131,150,158)
#96A7AE
(150,167,174)
#A9B8BE
(169,184,190)
#BCC9CE
(188,201,206)
#CFDADE
(207,218,222)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24414E; }

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

This text font color is #24414E.


Background Color

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

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

This div background color is #24414E.


Border color

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

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

This div border color is #24414E.


Opacity

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

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

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

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

This text has shadow with #24414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24414E on black background.


Color preview on white background

This text has color #24414E on white background.



Black color preview on #24414E background

This text has black color on #24414E background.


White color preview on #24414E background

This text has white color on #24414E background.