COLOR #24313E

HEX: #24313E
RGB: (36,49,62)

Color info

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

RGB color model

#24313E color RGB value is (36,49,62).

  • red value is 36;
  • green value is 49;
  • blue value is 62.
RGB:
(36,49,62)
(14%,19%,24%)

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 62 of 255 = 24%

36
49
62

R + G + B ~ 19%. #24313E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 62 = 147 (100%)
R 36 of 147 ~ 24.49%
G 49 of 147 ~ 33.33%
B 62 of 147 ~ 42.18%

%24.49
%33.33
%42.18

CMYK color model

#24313E color CMYK value is (42,21,0,76).

  • cyan value is 41.94%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(42,21,0,76)
C42M21Y0K76 
(42%,21%,0%,76%)
(0.42/0.21/0.00/0.76)	

CMYK percentages

%41.94
%20.97
%0
%75.69

Codes

Color #24313E in popluar color models

24313E
RGB364962
HSL210°26.53%19.22%
HSB/HSV210°41.94%24.31%
CMYK41.94%20.97%0.00%
75.69%

Color #24313E in popluar number systems.

HEX24313E
Decimal364962
Binary100100110001111110
Octal446176

Shades and tints

Shades of #24313E

#24313E
(36,49,62)
#212D39
(33,45,57)
#1E2934
(30,41,52)
#1B252F
(27,37,47)
#18212A
(24,33,42)
#151D25
(21,29,37)
#121920
(18,25,32)
#0F151B
(15,21,27)
#0C1116
(12,17,22)
#090D11
(9,13,17)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #24313E

#24313E
(36,49,62)
#37434F
(55,67,79)
#4A5560
(74,85,96)
#5D6771
(93,103,113)
#707982
(112,121,130)
#838B93
(131,139,147)
#969DA4
(150,157,164)
#A9AFB5
(169,175,181)
#BCC1C6
(188,193,198)
#CFD3D7
(207,211,215)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24313E color. Also use rgb(36,49,62) instead hex code.

Text Font Color

.myTextColor { color: #24313E; }

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

This text font color is #24313E.


Background Color

.myBgColor { background-color: #24313E; }

<div style="background-color:#24313E">Inner text</div>

This div background color is #24313E.


Border color

.myBorderColor { border: 1px solid #24313E; }

<div style="border:3px solid #24313E">Div</div>

This div border color is #24313E.


Opacity

.myOpacity80 { color: #24313E; opacity: 0.8; }

<p style="color:#24313E;opacity:0.8;">80%</p>

Text with #24313E 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 #24313E;}

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

This text has shadow with #24313E color.

.textShadow {text-shadow: 3px 3px 1px #24313E, 3px 3px 1px red;}

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

This text has shadow with #24313E primary color and red secondary color.


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

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

This text has shadow with #24313E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24313E on black background.


Color preview on white background

This text has color #24313E on white background.



Black color preview on #24313E background

This text has black color on #24313E background.


White color preview on #24313E background

This text has white color on #24313E background.