COLOR #0D241E

HEX: #0D241E
RGB: (13,36,30)

Color info

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

RGB color model

#0D241E color RGB value is (13,36,30).

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

RGB channels and saturation

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

13
36
30

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

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 30 = 79 (100%)
R 13 of 79 ~ 16.46%
G 36 of 79 ~ 45.57%
B 30 of 79 ~ 37.97%

%16.46
%45.57
%37.97

CMYK color model

#0D241E color CMYK value is (64,0,17,86).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK:
(64,0,17,86)
C64M0Y17K86 
(64%,0%,17%,86%)
(0.64/0.00/0.17/0.86)	

CMYK percentages

%63.89
%0
%16.67
%85.88

Codes

Color #0D241E in popluar color models

0D241E
RGB133630
HSL164°46.94%9.61%
HSB/HSV164°63.89%14.12%
CMYK63.89%0.00%16.67%
85.88%

Color #0D241E in popluar number systems.

HEX0D241E
Decimal133630
Binary110110010011110
Octal154436

Shades and tints

Shades of #0D241E

#0D241E
(13,36,30)
#0C211C
(12,33,28)
#0B1E1A
(11,30,26)
#0A1B18
(10,27,24)
#091816
(9,24,22)
#081514
(8,21,20)
#071212
(7,18,18)
#060F10
(6,15,16)
#050C0E
(5,12,14)
#04090C
(4,9,12)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #0D241E

#0D241E
(13,36,30)
#233732
(35,55,50)
#394A46
(57,74,70)
#4F5D5A
(79,93,90)
#65706E
(101,112,110)
#7B8382
(123,131,130)
#919696
(145,150,150)
#A7A9AA
(167,169,170)
#BDBCBE
(189,188,190)
#D3CFD2
(211,207,210)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D241E; }

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

This text font color is #0D241E.


Background Color

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

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

This div background color is #0D241E.


Border color

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

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

This div border color is #0D241E.


Opacity

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

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

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

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

This text has shadow with #0D241E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D241E on black background.


Color preview on white background

This text has color #0D241E on white background.



Black color preview on #0D241E background

This text has black color on #0D241E background.


White color preview on #0D241E background

This text has white color on #0D241E background.