COLOR #0D1A07

HEX: #0D1A07
RGB: (13,26,7)

Color info

#0D1A07 contains red, green and blue colors in about the same proportion. Web safe color of #0D1A07 is #000000 (or #000).

RGB color model

#0D1A07 color RGB value is (13,26,7).

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

RGB channels and saturation

R 13 of 255 = 5%
G 26 of 255 = 10%
B 7 of 255 = 3%

13
26
7

R + G + B ~ 6%. #0D1A07 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 26 + 7 = 46 (100%)
R 13 of 46 ~ 28.26%
G 26 of 46 ~ 56.52%
B 7 of 46 ~ 15.22%

%28.26
%56.52
%15.22

CMYK color model

#0D1A07 color CMYK value is (50,0,73,90).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 89.80%
CMYK:
(50,0,73,90)
C50M0Y73K90 
(50%,0%,73%,90%)
(0.50/0.00/0.73/0.90)	

CMYK percentages

%50
%0
%73.08
%89.8

Codes

Color #0D1A07 in popluar color models

0D1A07
RGB13267
HSL101°57.58%6.47%
HSB/HSV101°73.08%10.20%
CMYK50.00%0.00%73.08%
89.80%

Color #0D1A07 in popluar number systems.

HEX0D1A07
Decimal13267
Binary110111010111
Octal15327

Shades and tints

Shades of #0D1A07

#0D1A07
(13,26,7)
#0C1807
(12,24,7)
#0B1607
(11,22,7)
#0A1407
(10,20,7)
#091207
(9,18,7)
#081007
(8,16,7)
#070E07
(7,14,7)
#060C07
(6,12,7)
#050A07
(5,10,7)
#040807
(4,8,7)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #0D1A07

#0D1A07
(13,26,7)
#232E1D
(35,46,29)
#394233
(57,66,51)
#4F5649
(79,86,73)
#656A5F
(101,106,95)
#7B7E75
(123,126,117)
#91928B
(145,146,139)
#A7A6A1
(167,166,161)
#BDBAB7
(189,186,183)
#D3CECD
(211,206,205)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1A07; }

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

This text font color is #0D1A07.


Background Color

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

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

This div background color is #0D1A07.


Border color

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

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

This div border color is #0D1A07.


Opacity

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

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

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

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

This text has shadow with #0D1A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1A07 on black background.


Color preview on white background

This text has color #0D1A07 on white background.



Black color preview on #0D1A07 background

This text has black color on #0D1A07 background.


White color preview on #0D1A07 background

This text has white color on #0D1A07 background.