COLOR #0D241F

HEX: #0D241F
RGB: (13,36,31)

Color info

#0D241F contains red, green and blue colors in about the same proportion. Web safe color of #0D241F is #003333 (or #033).

RGB color model

#0D241F color RGB value is (13,36,31).

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

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 31 of 255 = 12%

13
36
31

R + G + B ~ 10%. #0D241F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 31 = 80 (100%)
R 13 of 80 ~ 16.25%
G 36 of 80 ~ 45%
B 31 of 80 ~ 38.75%

%16.25
%45
%38.75

CMYK color model

#0D241F color CMYK value is (64,0,14,86).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(64,0,14,86)
C64M0Y14K86 
(64%,0%,14%,86%)
(0.64/0.00/0.14/0.86)	

CMYK percentages

%63.89
%0
%13.89
%85.88

Codes

Color #0D241F in popluar color models

0D241F
RGB133631
HSL167°46.94%9.61%
HSB/HSV167°63.89%14.12%
CMYK63.89%0.00%13.89%
85.88%

Color #0D241F in popluar number systems.

HEX0D241F
Decimal133631
Binary110110010011111
Octal154437

Shades and tints

Shades of #0D241F

#0D241F
(13,36,31)
#0C211D
(12,33,29)
#0B1E1B
(11,30,27)
#0A1B19
(10,27,25)
#091817
(9,24,23)
#081515
(8,21,21)
#071213
(7,18,19)
#060F11
(6,15,17)
#050C0F
(5,12,15)
#04090D
(4,9,13)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #0D241F

#0D241F
(13,36,31)
#233733
(35,55,51)
#394A47
(57,74,71)
#4F5D5B
(79,93,91)
#65706F
(101,112,111)
#7B8383
(123,131,131)
#919697
(145,150,151)
#A7A9AB
(167,169,171)
#BDBCBF
(189,188,191)
#D3CFD3
(211,207,211)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D241F color. Also use rgb(13,36,31) instead hex code.

Text Font Color

.myTextColor { color: #0D241F; }

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

This text font color is #0D241F.


Background Color

.myBgColor { background-color: #0D241F; }

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

This div background color is #0D241F.


Border color

.myBorderColor { border: 1px solid #0D241F; }

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

This div border color is #0D241F.


Opacity

.myOpacity80 { color: #0D241F; opacity: 0.8; }

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

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

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

This text has shadow with #0D241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D241F on black background.


Color preview on white background

This text has color #0D241F on white background.



Black color preview on #0D241F background

This text has black color on #0D241F background.


White color preview on #0D241F background

This text has white color on #0D241F background.