COLOR #24074D

HEX: #24074D
RGB: (36,7,77)

Color info

#24074D contains mainly red and blue colors. Web safe color of #24074D is #330033 (or #303).

RGB color model

#24074D color RGB value is (36,7,77).

  • red value is 36;
  • green value is 7;
  • blue value is 77.
RGB:
(36,7,77)
(14%,3%,30%)

RGB channels and saturation

R 36 of 255 = 14%
G 7 of 255 = 3%
B 77 of 255 = 30%

36
7
77

R + G + B ~ 16%. #24074D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 7 + 77 = 120 (100%)
R 36 of 120 ~ 30%
G 7 of 120 ~ 5.83%
B 77 of 120 ~ 64.17%

%30
%64.17

CMYK color model

#24074D color CMYK value is (53,91,0,70).

  • cyan value is 53.25%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(53,91,0,70)
C53M91Y0K70 
(53%,91%,0%,70%)
(0.53/0.91/0.00/0.70)	

CMYK percentages

%53.25
%90.91
%0
%69.8

Codes

Color #24074D in popluar color models

24074D
RGB36777
HSL265°83.33%16.47%
HSB/HSV265°90.91%30.20%
CMYK53.25%90.91%0.00%
69.80%

Color #24074D in popluar number systems.

HEX24074D
Decimal36777
Binary1001001111001101
Octal447115

Shades and tints

Shades of #24074D

#24074D
(36,7,77)
#210746
(33,7,70)
#1E073F
(30,7,63)
#1B0738
(27,7,56)
#180731
(24,7,49)
#15072A
(21,7,42)
#120723
(18,7,35)
#0F071C
(15,7,28)
#0C0715
(12,7,21)
#09070E
(9,7,14)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #24074D

#24074D
(36,7,77)
#371D5D
(55,29,93)
#4A336D
(74,51,109)
#5D497D
(93,73,125)
#705F8D
(112,95,141)
#83759D
(131,117,157)
#968BAD
(150,139,173)
#A9A1BD
(169,161,189)
#BCB7CD
(188,183,205)
#CFCDDD
(207,205,221)
#E2E3ED
(226,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24074D color. Also use rgb(36,7,77) instead hex code.

Text Font Color

.myTextColor { color: #24074D; }

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

This text font color is #24074D.


Background Color

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

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

This div background color is #24074D.


Border color

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

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

This div border color is #24074D.


Opacity

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

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

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

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

This text has shadow with #24074D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24074D on black background.


Color preview on white background

This text has color #24074D on white background.



Black color preview on #24074D background

This text has black color on #24074D background.


White color preview on #24074D background

This text has white color on #24074D background.