COLOR #24184E

HEX: #24184E
RGB: (36,24,78)

Color info

#24184E contains red, green and blue colors in about the same proportion. Web safe color of #24184E is #330066 (or #306).

RGB color model

#24184E color RGB value is (36,24,78).

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

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 78 of 255 = 31%

36
24
78

R + G + B ~ 18%. #24184E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 78 = 138 (100%)
R 36 of 138 ~ 26.09%
G 24 of 138 ~ 17.39%
B 78 of 138 ~ 56.52%

%26.09
%17.39
%56.52

CMYK color model

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

  • cyan value is 53.85%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,69,0,69)
C54M69Y0K69 
(54%,69%,0%,69%)
(0.54/0.69/0.00/0.69)	

CMYK percentages

%53.85
%69.23
%0
%69.41

Codes

Color #24184E in popluar color models

24184E
RGB362478
HSL253°52.94%20.00%
HSB/HSV253°69.23%30.59%
CMYK53.85%69.23%0.00%
69.41%

Color #24184E in popluar number systems.

HEX24184E
Decimal362478
Binary100100110001001110
Octal4430116

Shades and tints

Shades of #24184E

#24184E
(36,24,78)
#211647
(33,22,71)
#1E1440
(30,20,64)
#1B1239
(27,18,57)
#181032
(24,16,50)
#150E2B
(21,14,43)
#120C24
(18,12,36)
#0F0A1D
(15,10,29)
#0C0816
(12,8,22)
#09060F
(9,6,15)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #24184E

#24184E
(36,24,78)
#372D5E
(55,45,94)
#4A426E
(74,66,110)
#5D577E
(93,87,126)
#706C8E
(112,108,142)
#83819E
(131,129,158)
#9696AE
(150,150,174)
#A9ABBE
(169,171,190)
#BCC0CE
(188,192,206)
#CFD5DE
(207,213,222)
#E2EAEE
(226,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24184E; }

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

This text font color is #24184E.


Background Color

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

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

This div background color is #24184E.


Border color

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

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

This div border color is #24184E.


Opacity

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

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

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

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

This text has shadow with #24184E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24184E on black background.


Color preview on white background

This text has color #24184E on white background.



Black color preview on #24184E background

This text has black color on #24184E background.


White color preview on #24184E background

This text has white color on #24184E background.