COLOR #0D0F05

HEX: #0D0F05
RGB: (13,15,5)

Color info

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

RGB color model

#0D0F05 color RGB value is (13,15,5).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 5 of 255 = 2%

13
15
5

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

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 5 = 33 (100%)
R 13 of 33 ~ 39.39%
G 15 of 33 ~ 45.45%
B 5 of 33 ~ 15.15%

%39.39
%45.45
%15.15

CMYK color model

#0D0F05 color CMYK value is (13,0,67,94).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 94.12%
CMYK:
(13,0,67,94)
C13M0Y67K94 
(13%,0%,67%,94%)
(0.13/0.00/0.67/0.94)	

CMYK percentages

%13.33
%0
%66.67
%94.12

Codes

Color #0D0F05 in popluar color models

0D0F05
RGB13155
HSL72°50.00%3.92%
HSB/HSV72°66.67%5.88%
CMYK13.33%0.00%66.67%
94.12%

Color #0D0F05 in popluar number systems.

HEX0D0F05
Decimal13155
Binary11011111101
Octal15175

Shades and tints

Shades of #0D0F05

#0D0F05
(13,15,5)
#0C0E05
(12,14,5)
#0B0D05
(11,13,5)
#0A0C05
(10,12,5)
#090B05
(9,11,5)
#080A05
(8,10,5)
#070905
(7,9,5)
#060805
(6,8,5)
#050705
(5,7,5)
#040605
(4,6,5)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #0D0F05

#0D0F05
(13,15,5)
#23241B
(35,36,27)
#393931
(57,57,49)
#4F4E47
(79,78,71)
#65635D
(101,99,93)
#7B7873
(123,120,115)
#918D89
(145,141,137)
#A7A29F
(167,162,159)
#BDB7B5
(189,183,181)
#D3CCCB
(211,204,203)
#E9E1E1
(233,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F05; }

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

This text font color is #0D0F05.


Background Color

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

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

This div background color is #0D0F05.


Border color

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

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

This div border color is #0D0F05.


Opacity

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

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

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

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

This text has shadow with #0D0F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F05 on black background.


Color preview on white background

This text has color #0D0F05 on white background.



Black color preview on #0D0F05 background

This text has black color on #0D0F05 background.


White color preview on #0D0F05 background

This text has white color on #0D0F05 background.