COLOR #24455E

HEX: #24455E
RGB: (36,69,94)

Color info

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

RGB color model

#24455E color RGB value is (36,69,94).

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

RGB channels and saturation

R 36 of 255 = 14%
G 69 of 255 = 27%
B 94 of 255 = 37%

36
69
94

R + G + B ~ 26%. #24455E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 69 + 94 = 199 (100%)
R 36 of 199 ~ 18.09%
G 69 of 199 ~ 34.67%
B 94 of 199 ~ 47.24%

%18.09
%34.67
%47.24

CMYK color model

#24455E color CMYK value is (62,27,0,63).

  • cyan value is 61.70%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(62,27,0,63)
C62M27Y0K63 
(62%,27%,0%,63%)
(0.62/0.27/0.00/0.63)	

CMYK percentages

%61.7
%26.6
%0
%63.14

Codes

Color #24455E in popluar color models

24455E
RGB366994
HSL206°44.62%25.49%
HSB/HSV206°61.70%36.86%
CMYK61.70%26.60%0.00%
63.14%

Color #24455E in popluar number systems.

HEX24455E
Decimal366994
Binary10010010001011011110
Octal44105136

Shades and tints

Shades of #24455E

#24455E
(36,69,94)
#213F56
(33,63,86)
#1E394E
(30,57,78)
#1B3346
(27,51,70)
#182D3E
(24,45,62)
#152736
(21,39,54)
#12212E
(18,33,46)
#0F1B26
(15,27,38)
#0C151E
(12,21,30)
#090F16
(9,15,22)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #24455E

#24455E
(36,69,94)
#37556C
(55,85,108)
#4A657A
(74,101,122)
#5D7588
(93,117,136)
#708596
(112,133,150)
#8395A4
(131,149,164)
#96A5B2
(150,165,178)
#A9B5C0
(169,181,192)
#BCC5CE
(188,197,206)
#CFD5DC
(207,213,220)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24455E; }

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

This text font color is #24455E.


Background Color

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

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

This div background color is #24455E.


Border color

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

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

This div border color is #24455E.


Opacity

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

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

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

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

This text has shadow with #24455E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24455E on black background.


Color preview on white background

This text has color #24455E on white background.



Black color preview on #24455E background

This text has black color on #24455E background.


White color preview on #24455E background

This text has white color on #24455E background.