COLOR #24124C

HEX: #24124C
RGB: (36,18,76)

Color info

#24124C contains red, green and blue colors in about the same proportion. Web safe color of #24124C is #330033 (or #303).

RGB color model

#24124C color RGB value is (36,18,76).

  • red value is 36;
  • green value is 18;
  • blue value is 76.
RGB:
(36,18,76)
(14%,7%,30%)

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 76 of 255 = 30%

36
18
76

R + G + B ~ 17%. #24124C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 76 = 130 (100%)
R 36 of 130 ~ 27.69%
G 18 of 130 ~ 13.85%
B 76 of 130 ~ 58.46%

%27.69
%13.85
%58.46

CMYK color model

#24124C color CMYK value is (53,76,0,70).

  • cyan value is 52.63%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(53,76,0,70)
C53M76Y0K70 
(53%,76%,0%,70%)
(0.53/0.76/0.00/0.70)	

CMYK percentages

%52.63
%76.32
%0
%70.2

Codes

Color #24124C in popluar color models

24124C
RGB361876
HSL259°61.70%18.43%
HSB/HSV259°76.32%29.80%
CMYK52.63%76.32%0.00%
70.20%

Color #24124C in popluar number systems.

HEX24124C
Decimal361876
Binary100100100101001100
Octal4422114

Shades and tints

Shades of #24124C

#24124C
(36,18,76)
#211146
(33,17,70)
#1E1040
(30,16,64)
#1B0F3A
(27,15,58)
#180E34
(24,14,52)
#150D2E
(21,13,46)
#120C28
(18,12,40)
#0F0B22
(15,11,34)
#0C0A1C
(12,10,28)
#090916
(9,9,22)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #24124C

#24124C
(36,18,76)
#37275C
(55,39,92)
#4A3C6C
(74,60,108)
#5D517C
(93,81,124)
#70668C
(112,102,140)
#837B9C
(131,123,156)
#9690AC
(150,144,172)
#A9A5BC
(169,165,188)
#BCBACC
(188,186,204)
#CFCFDC
(207,207,220)
#E2E4EC
(226,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24124C color. Also use rgb(36,18,76) instead hex code.

Text Font Color

.myTextColor { color: #24124C; }

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

This text font color is #24124C.


Background Color

.myBgColor { background-color: #24124C; }

<div style="background-color:#24124C">Inner text</div>

This div background color is #24124C.


Border color

.myBorderColor { border: 1px solid #24124C; }

<div style="border:3px solid #24124C">Div</div>

This div border color is #24124C.


Opacity

.myOpacity80 { color: #24124C; opacity: 0.8; }

<p style="color:#24124C;opacity:0.8;">80%</p>

Text with #24124C 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 #24124C;}

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

This text has shadow with #24124C color.

.textShadow {text-shadow: 3px 3px 1px #24124C, 3px 3px 1px red;}

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

This text has shadow with #24124C primary color and red secondary color.


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

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

This text has shadow with #24124C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24124C on black background.


Color preview on white background

This text has color #24124C on white background.



Black color preview on #24124C background

This text has black color on #24124C background.


White color preview on #24124C background

This text has white color on #24124C background.