COLOR #24293C

HEX: #24293C
RGB: (36,41,60)

Color info

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

RGB color model

#24293C color RGB value is (36,41,60).

  • red value is 36;
  • green value is 41;
  • blue value is 60.
RGB:
(36,41,60)
(14%,16%,24%)

RGB channels and saturation

R 36 of 255 = 14%
G 41 of 255 = 16%
B 60 of 255 = 24%

36
41
60

R + G + B ~ 18%. #24293C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 41 + 60 = 137 (100%)
R 36 of 137 ~ 26.28%
G 41 of 137 ~ 29.93%
B 60 of 137 ~ 43.8%

%26.28
%29.93
%43.8

CMYK color model

#24293C color CMYK value is (40,32,0,76).

  • cyan value is 40.00%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(40,32,0,76)
C40M32Y0K76 
(40%,32%,0%,76%)
(0.40/0.32/0.00/0.76)	

CMYK percentages

%40
%31.67
%0
%76.47

Codes

Color #24293C in popluar color models

24293C
RGB364160
HSL228°25.00%18.82%
HSB/HSV228°40.00%23.53%
CMYK40.00%31.67%0.00%
76.47%

Color #24293C in popluar number systems.

HEX24293C
Decimal364160
Binary100100101001111100
Octal445174

Shades and tints

Shades of #24293C

#24293C
(36,41,60)
#212637
(33,38,55)
#1E2332
(30,35,50)
#1B202D
(27,32,45)
#181D28
(24,29,40)
#151A23
(21,26,35)
#12171E
(18,23,30)
#0F1419
(15,20,25)
#0C1114
(12,17,20)
#090E0F
(9,14,15)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #24293C

#24293C
(36,41,60)
#373C4D
(55,60,77)
#4A4F5E
(74,79,94)
#5D626F
(93,98,111)
#707580
(112,117,128)
#838891
(131,136,145)
#969BA2
(150,155,162)
#A9AEB3
(169,174,179)
#BCC1C4
(188,193,196)
#CFD4D5
(207,212,213)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24293C color. Also use rgb(36,41,60) instead hex code.

Text Font Color

.myTextColor { color: #24293C; }

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

This text font color is #24293C.


Background Color

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

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

This div background color is #24293C.


Border color

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

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

This div border color is #24293C.


Opacity

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

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

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

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

This text has shadow with #24293C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24293C on black background.


Color preview on white background

This text has color #24293C on white background.



Black color preview on #24293C background

This text has black color on #24293C background.


White color preview on #24293C background

This text has white color on #24293C background.