COLOR #24123D

HEX: #24123D
RGB: (36,18,61)

Color info

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

RGB color model

#24123D color RGB value is (36,18,61).

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

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 61 of 255 = 24%

36
18
61

R + G + B ~ 15%. #24123D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 61 = 115 (100%)
R 36 of 115 ~ 31.3%
G 18 of 115 ~ 15.65%
B 61 of 115 ~ 53.04%

%31.3
%15.65
%53.04

CMYK color model

#24123D color CMYK value is (41,70,0,76).

  • cyan value is 40.98%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(41,70,0,76)
C41M70Y0K76 
(41%,70%,0%,76%)
(0.41/0.70/0.00/0.76)	

CMYK percentages

%40.98
%70.49
%0
%76.08

Codes

Color #24123D in popluar color models

24123D
RGB361861
HSL265°54.43%15.49%
HSB/HSV265°70.49%23.92%
CMYK40.98%70.49%0.00%
76.08%

Color #24123D in popluar number systems.

HEX24123D
Decimal361861
Binary10010010010111101
Octal442275

Shades and tints

Shades of #24123D

#24123D
(36,18,61)
#211138
(33,17,56)
#1E1033
(30,16,51)
#1B0F2E
(27,15,46)
#180E29
(24,14,41)
#150D24
(21,13,36)
#120C1F
(18,12,31)
#0F0B1A
(15,11,26)
#0C0A15
(12,10,21)
#090910
(9,9,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #24123D

#24123D
(36,18,61)
#37274E
(55,39,78)
#4A3C5F
(74,60,95)
#5D5170
(93,81,112)
#706681
(112,102,129)
#837B92
(131,123,146)
#9690A3
(150,144,163)
#A9A5B4
(169,165,180)
#BCBAC5
(188,186,197)
#CFCFD6
(207,207,214)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24123D color. Also use rgb(36,18,61) instead hex code.

Text Font Color

.myTextColor { color: #24123D; }

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

This text font color is #24123D.


Background Color

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

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

This div background color is #24123D.


Border color

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

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

This div border color is #24123D.


Opacity

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

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

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

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

This text has shadow with #24123D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24123D on black background.


Color preview on white background

This text has color #24123D on white background.



Black color preview on #24123D background

This text has black color on #24123D background.


White color preview on #24123D background

This text has white color on #24123D background.