COLOR #24053E

HEX: #24053E
RGB: (36,5,62)

Color info

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

RGB color model

#24053E color RGB value is (36,5,62).

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

RGB channels and saturation

R 36 of 255 = 14%
G 5 of 255 = 2%
B 62 of 255 = 24%

36
5
62

R + G + B ~ 13%. #24053E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 62 = 103 (100%)
R 36 of 103 ~ 34.95%
G 5 of 103 ~ 4.85%
B 62 of 103 ~ 60.19%

%34.95
%60.19

CMYK color model

#24053E color CMYK value is (42,92,0,76).

  • cyan value is 41.94%
  • magenta value is 91.94%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(42,92,0,76)
C42M92Y0K76 
(42%,92%,0%,76%)
(0.42/0.92/0.00/0.76)	

CMYK percentages

%41.94
%91.94
%0
%75.69

Codes

Color #24053E in popluar color models

24053E
RGB36562
HSL273°85.07%13.14%
HSB/HSV273°91.94%24.31%
CMYK41.94%91.94%0.00%
75.69%

Color #24053E in popluar number systems.

HEX24053E
Decimal36562
Binary100100101111110
Octal44576

Shades and tints

Shades of #24053E

#24053E
(36,5,62)
#210539
(33,5,57)
#1E0534
(30,5,52)
#1B052F
(27,5,47)
#18052A
(24,5,42)
#150525
(21,5,37)
#120520
(18,5,32)
#0F051B
(15,5,27)
#0C0516
(12,5,22)
#090511
(9,5,17)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #24053E

#24053E
(36,5,62)
#371B4F
(55,27,79)
#4A3160
(74,49,96)
#5D4771
(93,71,113)
#705D82
(112,93,130)
#837393
(131,115,147)
#9689A4
(150,137,164)
#A99FB5
(169,159,181)
#BCB5C6
(188,181,198)
#CFCBD7
(207,203,215)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24053E; }

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

This text font color is #24053E.


Background Color

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

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

This div background color is #24053E.


Border color

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

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

This div border color is #24053E.


Opacity

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

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

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

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

This text has shadow with #24053E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24053E on black background.


Color preview on white background

This text has color #24053E on white background.



Black color preview on #24053E background

This text has black color on #24053E background.


White color preview on #24053E background

This text has white color on #24053E background.