COLOR #0D1B0A

HEX: #0D1B0A
RGB: (13,27,10)

Color info

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

RGB color model

#0D1B0A color RGB value is (13,27,10).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 10 of 255 = 4%

13
27
10

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

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 10 = 50 (100%)
R 13 of 50 ~ 26%
G 27 of 50 ~ 54%
B 10 of 50 ~ 20%

%26
%54
%20

CMYK color model

#0D1B0A color CMYK value is (52,0,63,89).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 89.41%
CMYK:
(52,0,63,89)
C52M0Y63K89 
(52%,0%,63%,89%)
(0.52/0.00/0.63/0.89)	

CMYK percentages

%51.85
%0
%62.96
%89.41

Codes

Color #0D1B0A in popluar color models

0D1B0A
RGB132710
HSL109°45.95%7.25%
HSB/HSV109°62.96%10.59%
CMYK51.85%0.00%62.96%
89.41%

Color #0D1B0A in popluar number systems.

HEX0D1B0A
Decimal132710
Binary1101110111010
Octal153312

Shades and tints

Shades of #0D1B0A

#0D1B0A
(13,27,10)
#0C190A
(12,25,10)
#0B170A
(11,23,10)
#0A150A
(10,21,10)
#09130A
(9,19,10)
#08110A
(8,17,10)
#070F0A
(7,15,10)
#060D0A
(6,13,10)
#050B0A
(5,11,10)
#04090A
(4,9,10)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #0D1B0A

#0D1B0A
(13,27,10)
#232F20
(35,47,32)
#394336
(57,67,54)
#4F574C
(79,87,76)
#656B62
(101,107,98)
#7B7F78
(123,127,120)
#91938E
(145,147,142)
#A7A7A4
(167,167,164)
#BDBBBA
(189,187,186)
#D3CFD0
(211,207,208)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1B0A; }

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

This text font color is #0D1B0A.


Background Color

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

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

This div background color is #0D1B0A.


Border color

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

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

This div border color is #0D1B0A.


Opacity

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

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

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

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

This text has shadow with #0D1B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B0A on black background.


Color preview on white background

This text has color #0D1B0A on white background.



Black color preview on #0D1B0A background

This text has black color on #0D1B0A background.


White color preview on #0D1B0A background

This text has white color on #0D1B0A background.