COLOR #0D1B0F

HEX: #0D1B0F
RGB: (13,27,15)

Color info

#0D1B0F contains red, green and blue colors in about the same proportion. Web safe color of #0D1B0F is #003300 (or #030).

RGB color model

#0D1B0F color RGB value is (13,27,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 15 of 255 = 6%

13
27
15

R + G + B ~ 7%. #0D1B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 15 = 55 (100%)
R 13 of 55 ~ 23.64%
G 27 of 55 ~ 49.09%
B 15 of 55 ~ 27.27%

%23.64
%49.09
%27.27

CMYK color model

#0D1B0F color CMYK value is (52,0,44,89).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 89.41%
CMYK:
(52,0,44,89)
C52M0Y44K89 
(52%,0%,44%,89%)
(0.52/0.00/0.44/0.89)	

CMYK percentages

%51.85
%0
%44.44
%89.41

Codes

Color #0D1B0F in popluar color models

0D1B0F
RGB132715
HSL129°35.00%7.84%
HSB/HSV129°51.85%10.59%
CMYK51.85%0.00%44.44%
89.41%

Color #0D1B0F in popluar number systems.

HEX0D1B0F
Decimal132715
Binary1101110111111
Octal153317

Shades and tints

Shades of #0D1B0F

#0D1B0F
(13,27,15)
#0C190E
(12,25,14)
#0B170D
(11,23,13)
#0A150C
(10,21,12)
#09130B
(9,19,11)
#08110A
(8,17,10)
#070F09
(7,15,9)
#060D08
(6,13,8)
#050B07
(5,11,7)
#040906
(4,9,6)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #0D1B0F

#0D1B0F
(13,27,15)
#232F24
(35,47,36)
#394339
(57,67,57)
#4F574E
(79,87,78)
#656B63
(101,107,99)
#7B7F78
(123,127,120)
#91938D
(145,147,141)
#A7A7A2
(167,167,162)
#BDBBB7
(189,187,183)
#D3CFCC
(211,207,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1B0F; }

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

This text font color is #0D1B0F.


Background Color

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

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

This div background color is #0D1B0F.


Border color

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

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

This div border color is #0D1B0F.


Opacity

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

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

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

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

This text has shadow with #0D1B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B0F on black background.


Color preview on white background

This text has color #0D1B0F on white background.



Black color preview on #0D1B0F background

This text has black color on #0D1B0F background.


White color preview on #0D1B0F background

This text has white color on #0D1B0F background.