COLOR #240406

HEX: #240406
RGB: (36,4,6)

Color info

#240406 contains red, green and blue colors in about the same proportion. Web safe color of #240406 is #330000 (or #300).

RGB color model

#240406 color RGB value is (36,4,6).

  • red value is 36;
  • green value is 4;
  • blue value is 6.
RGB:
(36,4,6)
(14%,2%,2%)

RGB channels and saturation

R 36 of 255 = 14%
G 4 of 255 = 2%
B 6 of 255 = 2%

36
4
6

R + G + B ~ 6%. #240406 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 4 + 6 = 46 (100%)
R 36 of 46 ~ 78.26%
G 4 of 46 ~ 8.7%
B 6 of 46 ~ 13.04%

%78.26
%13.04

CMYK color model

#240406 color CMYK value is (0,89,83,86).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 83.33%
  • key color value is 85.88%
CMYK:
(0,89,83,86)
C0M89Y83K86 
(0%,89%,83%,86%)
(0.00/0.89/0.83/0.86)	

CMYK percentages

%0
%88.89
%83.33
%85.88

Codes

Color #240406 in popluar color models

240406
RGB3646
HSL356°80.00%7.84%
HSB/HSV356°88.89%14.12%
CMYK0.00%88.89%83.33%
85.88%

Color #240406 in popluar number systems.

HEX240406
Decimal3646
Binary100100100110
Octal4446

Shades and tints

Shades of #240406

#240406
(36,4,6)
#210406
(33,4,6)
#1E0406
(30,4,6)
#1B0406
(27,4,6)
#180406
(24,4,6)
#150406
(21,4,6)
#120406
(18,4,6)
#0F0406
(15,4,6)
#0C0406
(12,4,6)
#090406
(9,4,6)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #240406

#240406
(36,4,6)
#371A1C
(55,26,28)
#4A3032
(74,48,50)
#5D4648
(93,70,72)
#705C5E
(112,92,94)
#837274
(131,114,116)
#96888A
(150,136,138)
#A99EA0
(169,158,160)
#BCB4B6
(188,180,182)
#CFCACC
(207,202,204)
#E2E0E2
(226,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240406 color. Also use rgb(36,4,6) instead hex code.

Text Font Color

.myTextColor { color: #240406; }

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

This text font color is #240406.


Background Color

.myBgColor { background-color: #240406; }

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

This div background color is #240406.


Border color

.myBorderColor { border: 1px solid #240406; }

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

This div border color is #240406.


Opacity

.myOpacity80 { color: #240406; opacity: 0.8; }

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

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

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

This text has shadow with #240406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240406 on black background.


Color preview on white background

This text has color #240406 on white background.



Black color preview on #240406 background

This text has black color on #240406 background.


White color preview on #240406 background

This text has white color on #240406 background.