COLOR #24284D

HEX: #24284D
RGB: (36,40,77)

Color info

#24284D contains red, green and blue colors in about the same proportion. Web safe color of #24284D is #333333 (or #333).

RGB color model

#24284D color RGB value is (36,40,77).

  • red value is 36;
  • green value is 40;
  • blue value is 77.
RGB:
(36,40,77)
(14%,16%,30%)

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 77 of 255 = 30%

36
40
77

R + G + B ~ 20%. #24284D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 77 = 153 (100%)
R 36 of 153 ~ 23.53%
G 40 of 153 ~ 26.14%
B 77 of 153 ~ 50.33%

%23.53
%26.14
%50.33

CMYK color model

#24284D color CMYK value is (53,48,0,70).

  • cyan value is 53.25%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(53,48,0,70)
C53M48Y0K70 
(53%,48%,0%,70%)
(0.53/0.48/0.00/0.70)	

CMYK percentages

%53.25
%48.05
%0
%69.8

Codes

Color #24284D in popluar color models

24284D
RGB364077
HSL234°36.28%22.16%
HSB/HSV234°53.25%30.20%
CMYK53.25%48.05%0.00%
69.80%

Color #24284D in popluar number systems.

HEX24284D
Decimal364077
Binary1001001010001001101
Octal4450115

Shades and tints

Shades of #24284D

#24284D
(36,40,77)
#212546
(33,37,70)
#1E223F
(30,34,63)
#1B1F38
(27,31,56)
#181C31
(24,28,49)
#15192A
(21,25,42)
#121623
(18,22,35)
#0F131C
(15,19,28)
#0C1015
(12,16,21)
#090D0E
(9,13,14)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #24284D

#24284D
(36,40,77)
#373B5D
(55,59,93)
#4A4E6D
(74,78,109)
#5D617D
(93,97,125)
#70748D
(112,116,141)
#83879D
(131,135,157)
#969AAD
(150,154,173)
#A9ADBD
(169,173,189)
#BCC0CD
(188,192,205)
#CFD3DD
(207,211,221)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24284D color. Also use rgb(36,40,77) instead hex code.

Text Font Color

.myTextColor { color: #24284D; }

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

This text font color is #24284D.


Background Color

.myBgColor { background-color: #24284D; }

<div style="background-color:#24284D">Inner text</div>

This div background color is #24284D.


Border color

.myBorderColor { border: 1px solid #24284D; }

<div style="border:3px solid #24284D">Div</div>

This div border color is #24284D.


Opacity

.myOpacity80 { color: #24284D; opacity: 0.8; }

<p style="color:#24284D;opacity:0.8;">80%</p>

Text with #24284D 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 #24284D;}

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

This text has shadow with #24284D color.

.textShadow {text-shadow: 3px 3px 1px #24284D, 3px 3px 1px red;}

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

This text has shadow with #24284D primary color and red secondary color.


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

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

This text has shadow with #24284D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24284D on black background.


Color preview on white background

This text has color #24284D on white background.



Black color preview on #24284D background

This text has black color on #24284D background.


White color preview on #24284D background

This text has white color on #24284D background.