COLOR #0D2431

HEX: #0D2431
RGB: (13,36,49)

Color info

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

RGB color model

#0D2431 color RGB value is (13,36,49).

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

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 49 of 255 = 19%

13
36
49

R + G + B ~ 13%. #0D2431 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 49 = 98 (100%)
R 13 of 98 ~ 13.27%
G 36 of 98 ~ 36.73%
B 49 of 98 ~ 50%

%13.27
%36.73
%50

CMYK color model

#0D2431 color CMYK value is (73,27,0,81).

  • cyan value is 73.47%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(73,27,0,81)
C73M27Y0K81 
(73%,27%,0%,81%)
(0.73/0.27/0.00/0.81)	

CMYK percentages

%73.47
%26.53
%0
%80.78

Codes

Color #0D2431 in popluar color models

0D2431
RGB133649
HSL202°58.06%12.16%
HSB/HSV202°73.47%19.22%
CMYK73.47%26.53%0.00%
80.78%

Color #0D2431 in popluar number systems.

HEX0D2431
Decimal133649
Binary1101100100110001
Octal154461

Shades and tints

Shades of #0D2431

#0D2431
(13,36,49)
#0C212D
(12,33,45)
#0B1E29
(11,30,41)
#0A1B25
(10,27,37)
#091821
(9,24,33)
#08151D
(8,21,29)
#071219
(7,18,25)
#060F15
(6,15,21)
#050C11
(5,12,17)
#04090D
(4,9,13)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #0D2431

#0D2431
(13,36,49)
#233743
(35,55,67)
#394A55
(57,74,85)
#4F5D67
(79,93,103)
#657079
(101,112,121)
#7B838B
(123,131,139)
#91969D
(145,150,157)
#A7A9AF
(167,169,175)
#BDBCC1
(189,188,193)
#D3CFD3
(211,207,211)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2431; }

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

This text font color is #0D2431.


Background Color

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

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

This div background color is #0D2431.


Border color

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

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

This div border color is #0D2431.


Opacity

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

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

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

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

This text has shadow with #0D2431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2431 on black background.


Color preview on white background

This text has color #0D2431 on white background.



Black color preview on #0D2431 background

This text has black color on #0D2431 background.


White color preview on #0D2431 background

This text has white color on #0D2431 background.