COLOR #24183A

HEX: #24183A
RGB: (36,24,58)

Color info

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

RGB color model

#24183A color RGB value is (36,24,58).

  • red value is 36;
  • green value is 24;
  • blue value is 58.
RGB:
(36,24,58)
(14%,9%,23%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 58 of 255 = 23%

36
24
58

R + G + B ~ 15%. #24183A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 58 = 118 (100%)
R 36 of 118 ~ 30.51%
G 24 of 118 ~ 20.34%
B 58 of 118 ~ 49.15%

%30.51
%20.34
%49.15

CMYK color model

#24183A color CMYK value is (38,59,0,77).

  • cyan value is 37.93%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(38,59,0,77)
C38M59Y0K77 
(38%,59%,0%,77%)
(0.38/0.59/0.00/0.77)	

CMYK percentages

%37.93
%58.62
%0
%77.25

Codes

Color #24183A in popluar color models

24183A
RGB362458
HSL261°41.46%16.08%
HSB/HSV261°58.62%22.75%
CMYK37.93%58.62%0.00%
77.25%

Color #24183A in popluar number systems.

HEX24183A
Decimal362458
Binary10010011000111010
Octal443072

Shades and tints

Shades of #24183A

#24183A
(36,24,58)
#211635
(33,22,53)
#1E1430
(30,20,48)
#1B122B
(27,18,43)
#181026
(24,16,38)
#150E21
(21,14,33)
#120C1C
(18,12,28)
#0F0A17
(15,10,23)
#0C0812
(12,8,18)
#09060D
(9,6,13)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #24183A

#24183A
(36,24,58)
#372D4B
(55,45,75)
#4A425C
(74,66,92)
#5D576D
(93,87,109)
#706C7E
(112,108,126)
#83818F
(131,129,143)
#9696A0
(150,150,160)
#A9ABB1
(169,171,177)
#BCC0C2
(188,192,194)
#CFD5D3
(207,213,211)
#E2EAE4
(226,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24183A color. Also use rgb(36,24,58) instead hex code.

Text Font Color

.myTextColor { color: #24183A; }

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

This text font color is #24183A.


Background Color

.myBgColor { background-color: #24183A; }

<div style="background-color:#24183A">Inner text</div>

This div background color is #24183A.


Border color

.myBorderColor { border: 1px solid #24183A; }

<div style="border:3px solid #24183A">Div</div>

This div border color is #24183A.


Opacity

.myOpacity80 { color: #24183A; opacity: 0.8; }

<p style="color:#24183A;opacity:0.8;">80%</p>

Text with #24183A 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 #24183A;}

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

This text has shadow with #24183A color.

.textShadow {text-shadow: 3px 3px 1px #24183A, 3px 3px 1px red;}

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

This text has shadow with #24183A primary color and red secondary color.


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

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

This text has shadow with #24183A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24183A on black background.


Color preview on white background

This text has color #24183A on white background.



Black color preview on #24183A background

This text has black color on #24183A background.


White color preview on #24183A background

This text has white color on #24183A background.