COLOR #240C06

HEX: #240C06
RGB: (36,12,6)

Color info

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

RGB color model

#240C06 color RGB value is (36,12,6).

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

RGB channels and saturation

R 36 of 255 = 14%
G 12 of 255 = 5%
B 6 of 255 = 2%

36
12
6

R + G + B ~ 7%. #240C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 12 + 6 = 54 (100%)
R 36 of 54 ~ 66.67%
G 12 of 54 ~ 22.22%
B 6 of 54 ~ 11.11%

%66.67
%22.22
%11.11

CMYK color model

#240C06 color CMYK value is (0,67,83,86).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 83.33%
  • key color value is 85.88%
CMYK:
(0,67,83,86)
C0M67Y83K86 
(0%,67%,83%,86%)
(0.00/0.67/0.83/0.86)	

CMYK percentages

%0
%66.67
%83.33
%85.88

Codes

Color #240C06 in popluar color models

240C06
RGB36126
HSL12°71.43%8.24%
HSB/HSV12°83.33%14.12%
CMYK0.00%66.67%83.33%
85.88%

Color #240C06 in popluar number systems.

HEX240C06
Decimal36126
Binary1001001100110
Octal44146

Shades and tints

Shades of #240C06

#240C06
(36,12,6)
#210B06
(33,11,6)
#1E0A06
(30,10,6)
#1B0906
(27,9,6)
#180806
(24,8,6)
#150706
(21,7,6)
#120606
(18,6,6)
#0F0506
(15,5,6)
#0C0406
(12,4,6)
#090306
(9,3,6)
#060206
(6,2,6)
#000000
(0,0,0)

Tints of #240C06

#240C06
(36,12,6)
#37221C
(55,34,28)
#4A3832
(74,56,50)
#5D4E48
(93,78,72)
#70645E
(112,100,94)
#837A74
(131,122,116)
#96908A
(150,144,138)
#A9A6A0
(169,166,160)
#BCBCB6
(188,188,182)
#CFD2CC
(207,210,204)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240C06; }

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

This text font color is #240C06.


Background Color

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

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

This div background color is #240C06.


Border color

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

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

This div border color is #240C06.


Opacity

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

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

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

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

This text has shadow with #240C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240C06 on black background.


Color preview on white background

This text has color #240C06 on white background.



Black color preview on #240C06 background

This text has black color on #240C06 background.


White color preview on #240C06 background

This text has white color on #240C06 background.