COLOR #24415E

HEX: #24415E
RGB: (36,65,94)

Color info

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

RGB color model

#24415E color RGB value is (36,65,94).

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

RGB channels and saturation

R 36 of 255 = 14%
G 65 of 255 = 25%
B 94 of 255 = 37%

36
65
94

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

Portions of RGB colors in percentages

R + G + B =
36 + 65 + 94 = 195 (100%)
R 36 of 195 ~ 18.46%
G 65 of 195 ~ 33.33%
B 94 of 195 ~ 48.21%

%18.46
%33.33
%48.21

CMYK color model

#24415E color CMYK value is (62,31,0,63).

  • cyan value is 61.70%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(62,31,0,63)
C62M31Y0K63 
(62%,31%,0%,63%)
(0.62/0.31/0.00/0.63)	

CMYK percentages

%61.7
%30.85
%0
%63.14

Codes

Color #24415E in popluar color models

24415E
RGB366594
HSL210°44.62%25.49%
HSB/HSV210°61.70%36.86%
CMYK61.70%30.85%0.00%
63.14%

Color #24415E in popluar number systems.

HEX24415E
Decimal366594
Binary10010010000011011110
Octal44101136

Shades and tints

Shades of #24415E

#24415E
(36,65,94)
#213C56
(33,60,86)
#1E374E
(30,55,78)
#1B3246
(27,50,70)
#182D3E
(24,45,62)
#152836
(21,40,54)
#12232E
(18,35,46)
#0F1E26
(15,30,38)
#0C191E
(12,25,30)
#091416
(9,20,22)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #24415E

#24415E
(36,65,94)
#37526C
(55,82,108)
#4A637A
(74,99,122)
#5D7488
(93,116,136)
#708596
(112,133,150)
#8396A4
(131,150,164)
#96A7B2
(150,167,178)
#A9B8C0
(169,184,192)
#BCC9CE
(188,201,206)
#CFDADC
(207,218,220)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24415E; }

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

This text font color is #24415E.


Background Color

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

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

This div background color is #24415E.


Border color

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

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

This div border color is #24415E.


Opacity

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

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

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

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

This text has shadow with #24415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24415E on black background.


Color preview on white background

This text has color #24415E on white background.



Black color preview on #24415E background

This text has black color on #24415E background.


White color preview on #24415E background

This text has white color on #24415E background.