COLOR #0D282F

HEX: #0D282F
RGB: (13,40,47)

Color info

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

RGB color model

#0D282F color RGB value is (13,40,47).

  • red value is 13;
  • green value is 40;
  • blue value is 47.
RGB:
(13,40,47)
(5%,16%,18%)

RGB channels and saturation

R 13 of 255 = 5%
G 40 of 255 = 16%
B 47 of 255 = 18%

13
40
47

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

Portions of RGB colors in percentages

R + G + B =
13 + 40 + 47 = 100 (100%)
R 13 of 100 ~ 13%
G 40 of 100 ~ 40%
B 47 of 100 ~ 47%

%13
%40
%47

CMYK color model

#0D282F color CMYK value is (72,15,0,82).

  • cyan value is 72.34%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(72,15,0,82)
C72M15Y0K82 
(72%,15%,0%,82%)
(0.72/0.15/0.00/0.82)	

CMYK percentages

%72.34
%14.89
%0
%81.57

Codes

Color #0D282F in popluar color models

0D282F
RGB134047
HSL192°56.67%11.76%
HSB/HSV192°72.34%18.43%
CMYK72.34%14.89%0.00%
81.57%

Color #0D282F in popluar number systems.

HEX0D282F
Decimal134047
Binary1101101000101111
Octal155057

Shades and tints

Shades of #0D282F

#0D282F
(13,40,47)
#0C252B
(12,37,43)
#0B2227
(11,34,39)
#0A1F23
(10,31,35)
#091C1F
(9,28,31)
#08191B
(8,25,27)
#071617
(7,22,23)
#061313
(6,19,19)
#05100F
(5,16,15)
#040D0B
(4,13,11)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #0D282F

#0D282F
(13,40,47)
#233B41
(35,59,65)
#394E53
(57,78,83)
#4F6165
(79,97,101)
#657477
(101,116,119)
#7B8789
(123,135,137)
#919A9B
(145,154,155)
#A7ADAD
(167,173,173)
#BDC0BF
(189,192,191)
#D3D3D1
(211,211,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D282F color. Also use rgb(13,40,47) instead hex code.

Text Font Color

.myTextColor { color: #0D282F; }

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

This text font color is #0D282F.


Background Color

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

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

This div background color is #0D282F.


Border color

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

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

This div border color is #0D282F.


Opacity

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

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

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

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

This text has shadow with #0D282F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D282F on black background.


Color preview on white background

This text has color #0D282F on white background.



Black color preview on #0D282F background

This text has black color on #0D282F background.


White color preview on #0D282F background

This text has white color on #0D282F background.