COLOR #0D0F03

HEX: #0D0F03
RGB: (13,15,3)

Color info

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

RGB color model

#0D0F03 color RGB value is (13,15,3).

  • red value is 13;
  • green value is 15;
  • blue value is 3.
RGB:
(13,15,3)
(5%,6%,1%)

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 3 of 255 = 1%

13
15
3

R + G + B ~ 4%. #0D0F03 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 3 = 31 (100%)
R 13 of 31 ~ 41.94%
G 15 of 31 ~ 48.39%
B 3 of 31 ~ 9.68%

%41.94
%48.39
%9.68

CMYK color model

#0D0F03 color CMYK value is (13,0,80,94).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 94.12%
CMYK:
(13,0,80,94)
C13M0Y80K94 
(13%,0%,80%,94%)
(0.13/0.00/0.80/0.94)	

CMYK percentages

%13.33
%0
%80
%94.12

Codes

Color #0D0F03 in popluar color models

0D0F03
RGB13153
HSL70°66.67%3.53%
HSB/HSV70°80.00%5.88%
CMYK13.33%0.00%80.00%
94.12%

Color #0D0F03 in popluar number systems.

HEX0D0F03
Decimal13153
Binary1101111111
Octal15173

Shades and tints

Shades of #0D0F03

#0D0F03
(13,15,3)
#0C0E03
(12,14,3)
#0B0D03
(11,13,3)
#0A0C03
(10,12,3)
#090B03
(9,11,3)
#080A03
(8,10,3)
#070903
(7,9,3)
#060803
(6,8,3)
#050703
(5,7,3)
#040603
(4,6,3)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #0D0F03

#0D0F03
(13,15,3)
#232419
(35,36,25)
#39392F
(57,57,47)
#4F4E45
(79,78,69)
#65635B
(101,99,91)
#7B7871
(123,120,113)
#918D87
(145,141,135)
#A7A29D
(167,162,157)
#BDB7B3
(189,183,179)
#D3CCC9
(211,204,201)
#E9E1DF
(233,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0F03 color. Also use rgb(13,15,3) instead hex code.

Text Font Color

.myTextColor { color: #0D0F03; }

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

This text font color is #0D0F03.


Background Color

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

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

This div background color is #0D0F03.


Border color

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

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

This div border color is #0D0F03.


Opacity

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

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

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

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

This text has shadow with #0D0F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F03 on black background.


Color preview on white background

This text has color #0D0F03 on white background.



Black color preview on #0D0F03 background

This text has black color on #0D0F03 background.


White color preview on #0D0F03 background

This text has white color on #0D0F03 background.