COLOR #0D072A

HEX: #0D072A
RGB: (13,7,42)

Color info

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

RGB color model

#0D072A color RGB value is (13,7,42).

  • red value is 13;
  • green value is 7;
  • blue value is 42.
RGB:
(13,7,42)
(5%,3%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 7 of 255 = 3%
B 42 of 255 = 16%

13
7
42

R + G + B ~ 8%. #0D072A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 7 + 42 = 62 (100%)
R 13 of 62 ~ 20.97%
G 7 of 62 ~ 11.29%
B 42 of 62 ~ 67.74%

%20.97
%11.29
%67.74

CMYK color model

#0D072A color CMYK value is (69,83,0,84).

  • cyan value is 69.05%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(69,83,0,84)
C69M83Y0K84 
(69%,83%,0%,84%)
(0.69/0.83/0.00/0.84)	

CMYK percentages

%69.05
%83.33
%0
%83.53

Codes

Color #0D072A in popluar color models

0D072A
RGB13742
HSL250°71.43%9.61%
HSB/HSV250°83.33%16.47%
CMYK69.05%83.33%0.00%
83.53%

Color #0D072A in popluar number systems.

HEX0D072A
Decimal13742
Binary1101111101010
Octal15752

Shades and tints

Shades of #0D072A

#0D072A
(13,7,42)
#0C0727
(12,7,39)
#0B0724
(11,7,36)
#0A0721
(10,7,33)
#09071E
(9,7,30)
#08071B
(8,7,27)
#070718
(7,7,24)
#060715
(6,7,21)
#050712
(5,7,18)
#04070F
(4,7,15)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #0D072A

#0D072A
(13,7,42)
#231D3D
(35,29,61)
#393350
(57,51,80)
#4F4963
(79,73,99)
#655F76
(101,95,118)
#7B7589
(123,117,137)
#918B9C
(145,139,156)
#A7A1AF
(167,161,175)
#BDB7C2
(189,183,194)
#D3CDD5
(211,205,213)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D072A color. Also use rgb(13,7,42) instead hex code.

Text Font Color

.myTextColor { color: #0D072A; }

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

This text font color is #0D072A.


Background Color

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

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

This div background color is #0D072A.


Border color

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

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

This div border color is #0D072A.


Opacity

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

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

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

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

This text has shadow with #0D072A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D072A on black background.


Color preview on white background

This text has color #0D072A on white background.



Black color preview on #0D072A background

This text has black color on #0D072A background.


White color preview on #0D072A background

This text has white color on #0D072A background.