COLOR #0D082F

HEX: #0D082F
RGB: (13,8,47)

Color info

#0D082F contains red, green and blue colors in about the same proportion. Web safe color of #0D082F is #000033 (or #003).

RGB color model

#0D082F color RGB value is (13,8,47).

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

RGB channels and saturation

R 13 of 255 = 5%
G 8 of 255 = 3%
B 47 of 255 = 18%

13
8
47

R + G + B ~ 9%. #0D082F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 8 + 47 = 68 (100%)
R 13 of 68 ~ 19.12%
G 8 of 68 ~ 11.76%
B 47 of 68 ~ 69.12%

%19.12
%11.76
%69.12

CMYK color model

#0D082F color CMYK value is (72,83,0,82).

  • cyan value is 72.34%
  • magenta value is 82.98%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(72,83,0,82)
C72M83Y0K82 
(72%,83%,0%,82%)
(0.72/0.83/0.00/0.82)	

CMYK percentages

%72.34
%82.98
%0
%81.57

Codes

Color #0D082F in popluar color models

0D082F
RGB13847
HSL248°70.91%10.78%
HSB/HSV248°82.98%18.43%
CMYK72.34%82.98%0.00%
81.57%

Color #0D082F in popluar number systems.

HEX0D082F
Decimal13847
Binary11011000101111
Octal151057

Shades and tints

Shades of #0D082F

#0D082F
(13,8,47)
#0C082B
(12,8,43)
#0B0827
(11,8,39)
#0A0823
(10,8,35)
#09081F
(9,8,31)
#08081B
(8,8,27)
#070817
(7,8,23)
#060813
(6,8,19)
#05080F
(5,8,15)
#04080B
(4,8,11)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #0D082F

#0D082F
(13,8,47)
#231E41
(35,30,65)
#393453
(57,52,83)
#4F4A65
(79,74,101)
#656077
(101,96,119)
#7B7689
(123,118,137)
#918C9B
(145,140,155)
#A7A2AD
(167,162,173)
#BDB8BF
(189,184,191)
#D3CED1
(211,206,209)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D082F; }

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

This text font color is #0D082F.


Background Color

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

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

This div background color is #0D082F.


Border color

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

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

This div border color is #0D082F.


Opacity

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

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

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

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

This text has shadow with #0D082F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D082F on black background.


Color preview on white background

This text has color #0D082F on white background.



Black color preview on #0D082F background

This text has black color on #0D082F background.


White color preview on #0D082F background

This text has white color on #0D082F background.