COLOR #0D1B0E

HEX: #0D1B0E
RGB: (13,27,14)

Color info

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

RGB color model

#0D1B0E color RGB value is (13,27,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 14 of 255 = 5%

13
27
14

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

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 14 = 54 (100%)
R 13 of 54 ~ 24.07%
G 27 of 54 ~ 50%
B 14 of 54 ~ 25.93%

%24.07
%50
%25.93

CMYK color model

#0D1B0E color CMYK value is (52,0,48,89).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 89.41%
CMYK:
(52,0,48,89)
C52M0Y48K89 
(52%,0%,48%,89%)
(0.52/0.00/0.48/0.89)	

CMYK percentages

%51.85
%0
%48.15
%89.41

Codes

Color #0D1B0E in popluar color models

0D1B0E
RGB132714
HSL124°35.00%7.84%
HSB/HSV124°51.85%10.59%
CMYK51.85%0.00%48.15%
89.41%

Color #0D1B0E in popluar number systems.

HEX0D1B0E
Decimal132714
Binary1101110111110
Octal153316

Shades and tints

Shades of #0D1B0E

#0D1B0E
(13,27,14)
#0C190D
(12,25,13)
#0B170C
(11,23,12)
#0A150B
(10,21,11)
#09130A
(9,19,10)
#081109
(8,17,9)
#070F08
(7,15,8)
#060D07
(6,13,7)
#050B06
(5,11,6)
#040905
(4,9,5)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #0D1B0E

#0D1B0E
(13,27,14)
#232F23
(35,47,35)
#394338
(57,67,56)
#4F574D
(79,87,77)
#656B62
(101,107,98)
#7B7F77
(123,127,119)
#91938C
(145,147,140)
#A7A7A1
(167,167,161)
#BDBBB6
(189,187,182)
#D3CFCB
(211,207,203)
#E9E3E0
(233,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1B0E; }

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

This text font color is #0D1B0E.


Background Color

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

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

This div background color is #0D1B0E.


Border color

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

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

This div border color is #0D1B0E.


Opacity

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

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

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

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

This text has shadow with #0D1B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B0E on black background.


Color preview on white background

This text has color #0D1B0E on white background.



Black color preview on #0D1B0E background

This text has black color on #0D1B0E background.


White color preview on #0D1B0E background

This text has white color on #0D1B0E background.