COLOR #24324F

HEX: #24324F RGB: (36,50,79)

Color info

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

RGB color model

#24324F color RGB value is (36,50,79).

RGB: (36,50,79) (14%, 20%, 31%)

RGB channels and saturation

R 36 of 255 = 14%
G 50 of 255 = 20%
B 79 of 255 = 31%

36
50
79

R + G + B ~ 22%. #24324F is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 50 + 79 = 165 (100%)
R 36 of 165 ~ 21.82%
G 50 of 165 ~ 30.3%
B 79 of 165 ~ 47.88'%

%21.82
%30.3
%47.88

CMYK color model

#24324F color CMYK value is (54,37,0,69).

  • cyan value is 54.43%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (54,37,0,69)
C54M37Y0K69 (54%, 37%, 0%, 69%)
(0.54 / 0.37 / 0.00 / 0.69)

CMYK percentages

%54.43
%36.71
%0
%69.02

Codes

Color #24324F in popluar color models

24 32 4F
RGB 36 50 79
HSL 220° 37.39% 22.55%
HSB/HSV 220° 54.43% 30.98%
CMYK 54.43% 36.71% 0.00%
69.02%

Color #24324F in popluar number systems.

HEX 24 32 4F
Decimal 36 50 79
Binary 100100 110010 1001111
Octal 44 62 117

Shades and tints

Shades of #24324F

#24324F
(36,50,79)
#212E48
(33,46,72)
#1E2A41
(30,42,65)
#1B263A
(27,38,58)
#182233
(24,34,51)
#151E2C
(21,30,44)
#121A25
(18,26,37)
#0F161E
(15,22,30)
#0C1217
(12,18,23)
#090E10
(9,14,16)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #24324F

#24324F
(36,50,79)
#37445F
(55,68,95)
#4A566F
(74,86,111)
#5D687F
(93,104,127)
#707A8F
(112,122,143)
#838C9F
(131,140,159)
#969EAF
(150,158,175)
#A9B0BF
(169,176,191)
#BCC2CF
(188,194,207)
#CFD4DF
(207,212,223)
#E2E6EF
(226,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24324F color. Also use rgb(36,50,79) instead hex code.

Text Font Color

.myTextColor { color: #24324F; }

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

This text font color is #24324F.

Background Color

.myBgColor { background-color: #24324F; }

<div style="background-color:#24324F">Inner text</div>

This div background color is #24324F.

Border color

.myBorderColor { border: 1px solid #24324F; }

<div style="border:3px solid #24324F">Div</div>

This div border color is #24324F.

Opacity

.myOpacity80 { color: #24324F; opacity: 0.8; }

<p style="color:#24324F;opacity:0.8;">80%</p>

Text with #24324F 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 #24324F;}

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

This text has shadow with #24324F color.


.textShadow {text-shadow: 3px 3px 1px #24324F', 3px 3px 1px red;}

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

This text has shadow with #24324F primary color and red secondary color.


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

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

This text has shadow with #24324F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #24324F; -webkit-box-shadow: 1px 1px 3px 2px #24324F; box-shadow:1px 1px 3px 2px #24324F;">
Div content here
</div>

This div box has shadow with color #24324F.

Preview

Color preview on black background

This text has color #24324F on black background.


Color preview on white background

This text has color #24324F on white background.


Black color preview on #24324F background

This text has black color on #24324F background.


White color preview on #24324F background

This text has white color on #24324F background.


Related colors

Complementary color

Complementary color for #hex is #DBCDB0.


I love getcolorcode.com

Triadic colors

1 #4F2432 and #324F24 with #24324F are triadic colors.

2 #4F3224 and #32244F with #24324F are triadic colors.