COLOR #240D0A

HEX: #240D0A
RGB: (36,13,10)

Color info

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

RGB color model

#240D0A color RGB value is (36,13,10).

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

RGB channels and saturation

R 36 of 255 = 14%
G 13 of 255 = 5%
B 10 of 255 = 4%

36
13
10

R + G + B ~ 8%. #240D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 13 + 10 = 59 (100%)
R 36 of 59 ~ 61.02%
G 13 of 59 ~ 22.03%
B 10 of 59 ~ 16.95%

%61.02
%22.03
%16.95

CMYK color model

#240D0A color CMYK value is (0,64,72,86).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 72.22%
  • key color value is 85.88%
CMYK:
(0,64,72,86)
C0M64Y72K86 
(0%,64%,72%,86%)
(0.00/0.64/0.72/0.86)	

CMYK percentages

%0
%63.89
%72.22
%85.88

Codes

Color #240D0A in popluar color models

240D0A
RGB361310
HSL56.52%9.02%
HSB/HSV72.22%14.12%
CMYK0.00%63.89%72.22%
85.88%

Color #240D0A in popluar number systems.

HEX240D0A
Decimal361310
Binary10010011011010
Octal441512

Shades and tints

Shades of #240D0A

#240D0A
(36,13,10)
#210C0A
(33,12,10)
#1E0B0A
(30,11,10)
#1B0A0A
(27,10,10)
#18090A
(24,9,10)
#15080A
(21,8,10)
#12070A
(18,7,10)
#0F060A
(15,6,10)
#0C050A
(12,5,10)
#09040A
(9,4,10)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #240D0A

#240D0A
(36,13,10)
#372320
(55,35,32)
#4A3936
(74,57,54)
#5D4F4C
(93,79,76)
#706562
(112,101,98)
#837B78
(131,123,120)
#96918E
(150,145,142)
#A9A7A4
(169,167,164)
#BCBDBA
(188,189,186)
#CFD3D0
(207,211,208)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240D0A; }

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

This text font color is #240D0A.


Background Color

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

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

This div background color is #240D0A.


Border color

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

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

This div border color is #240D0A.


Opacity

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

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

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

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

This text has shadow with #240D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240D0A on black background.


Color preview on white background

This text has color #240D0A on white background.



Black color preview on #240D0A background

This text has black color on #240D0A background.


White color preview on #240D0A background

This text has white color on #240D0A background.