COLOR #0D242B

HEX: #0D242B RGB: (13,36,43)

Color info

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

RGB color model

#0D242B color RGB value is (13,36,43).

RGB: (13,36,43) (5%, 14%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 43 of 255 = 17%

13
36
43

R + G + B ~ 12%. #0D242B is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 36 + 43 = 92 (100%)
R 13 of 92 ~ 14.13%
G 36 of 92 ~ 39.13%
B 43 of 92 ~ 46.74'%

%14.13
%39.13
%46.74

CMYK color model

#0D242B color CMYK value is (70,16,0,83).

  • cyan value is 69.77%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (70,16,0,83)
C70M16Y0K83 (70%, 16%, 0%, 83%)
(0.70 / 0.16 / 0.00 / 0.83)

CMYK percentages

%69.77
%16.28
%0
%83.14

Codes

Color #0D242B in popluar color models

0D 24 2B
RGB 13 36 43
HSL 194° 53.57% 10.98%
HSB/HSV 194° 69.77% 16.86%
CMYK 69.77% 16.28% 0.00%
83.14%

Color #0D242B in popluar number systems.

HEX 0D 24 2B
Decimal 13 36 43
Binary 1101 100100 101011
Octal 15 44 53

Shades and tints

Shades of #0D242B

#0D242B
(13,36,43)
#0C2128
(12,33,40)
#0B1E25
(11,30,37)
#0A1B22
(10,27,34)
#09181F
(9,24,31)
#08151C
(8,21,28)
#071219
(7,18,25)
#060F16
(6,15,22)
#050C13
(5,12,19)
#040910
(4,9,16)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #0D242B

#0D242B
(13,36,43)
#23373E
(35,55,62)
#394A51
(57,74,81)
#4F5D64
(79,93,100)
#657077
(101,112,119)
#7B838A
(123,131,138)
#91969D
(145,150,157)
#A7A9B0
(167,169,176)
#BDBCC3
(189,188,195)
#D3CFD6
(211,207,214)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D242B; }

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

This text font color is #0D242B.

Background Color

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

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

This div background color is #0D242B.

Border color

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

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

This div border color is #0D242B.

Opacity

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

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

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

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

This text has shadow with #0D242B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D242B.

Preview

Color preview on black background

This text has color #0D242B on black background.


Color preview on white background

This text has color #0D242B on white background.


Black color preview on #0D242B background

This text has black color on #0D242B background.


White color preview on #0D242B background

This text has white color on #0D242B background.


Related colors

Complementary color

Complementary color for #hex is #F2DBD4.


I love getcolorcode.com

Triadic colors

1 #2B0D24 and #242B0D with #0D242B are triadic colors.

2 #2B240D and #240D2B with #0D242B are triadic colors.