COLOR #240D46

HEX: #240D46
RGB: (36,13,70)

Color info

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

RGB color model

#240D46 color RGB value is (36,13,70).

  • red value is 36;
  • green value is 13;
  • blue value is 70.
RGB:
(36,13,70)
(14%,5%,27%)

RGB channels and saturation

R 36 of 255 = 14%
G 13 of 255 = 5%
B 70 of 255 = 27%

36
13
70

R + G + B ~ 15%. #240D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 13 + 70 = 119 (100%)
R 36 of 119 ~ 30.25%
G 13 of 119 ~ 10.92%
B 70 of 119 ~ 58.82%

%30.25
%10.92
%58.82

CMYK color model

#240D46 color CMYK value is (49,81,0,73).

  • cyan value is 48.57%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(49,81,0,73)
C49M81Y0K73 
(49%,81%,0%,73%)
(0.49/0.81/0.00/0.73)	

CMYK percentages

%48.57
%81.43
%0
%72.55

Codes

Color #240D46 in popluar color models

240D46
RGB361370
HSL264°68.67%16.27%
HSB/HSV264°81.43%27.45%
CMYK48.57%81.43%0.00%
72.55%

Color #240D46 in popluar number systems.

HEX240D46
Decimal361370
Binary10010011011000110
Octal4415106

Shades and tints

Shades of #240D46

#240D46
(36,13,70)
#210C40
(33,12,64)
#1E0B3A
(30,11,58)
#1B0A34
(27,10,52)
#18092E
(24,9,46)
#150828
(21,8,40)
#120722
(18,7,34)
#0F061C
(15,6,28)
#0C0516
(12,5,22)
#090410
(9,4,16)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #240D46

#240D46
(36,13,70)
#372356
(55,35,86)
#4A3966
(74,57,102)
#5D4F76
(93,79,118)
#706586
(112,101,134)
#837B96
(131,123,150)
#9691A6
(150,145,166)
#A9A7B6
(169,167,182)
#BCBDC6
(188,189,198)
#CFD3D6
(207,211,214)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240D46 color. Also use rgb(36,13,70) instead hex code.

Text Font Color

.myTextColor { color: #240D46; }

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

This text font color is #240D46.


Background Color

.myBgColor { background-color: #240D46; }

<div style="background-color:#240D46">Inner text</div>

This div background color is #240D46.


Border color

.myBorderColor { border: 1px solid #240D46; }

<div style="border:3px solid #240D46">Div</div>

This div border color is #240D46.


Opacity

.myOpacity80 { color: #240D46; opacity: 0.8; }

<p style="color:#240D46;opacity:0.8;">80%</p>

Text with #240D46 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 #240D46;}

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

This text has shadow with #240D46 color.

.textShadow {text-shadow: 3px 3px 1px #240D46, 3px 3px 1px red;}

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

This text has shadow with #240D46 primary color and red secondary color.


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

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

This text has shadow with #240D46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240D46 on black background.


Color preview on white background

This text has color #240D46 on white background.



Black color preview on #240D46 background

This text has black color on #240D46 background.


White color preview on #240D46 background

This text has white color on #240D46 background.