COLOR #0D1B0D

HEX: #0D1B0D
RGB: (13,27,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
27
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 13 = 53 (100%)
R 13 of 53 ~ 24.53%
G 27 of 53 ~ 50.94%
B 13 of 53 ~ 24.53%

%24.53
%50.94
%24.53

CMYK color model

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

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

CMYK percentages

%51.85
%0
%51.85
%89.41

Codes

Color #0D1B0D in popluar color models

0D1B0D
RGB132713
HSL120°35.00%7.84%
HSB/HSV120°51.85%10.59%
CMYK51.85%0.00%51.85%
89.41%

Color #0D1B0D in popluar number systems.

HEX0D1B0D
Decimal132713
Binary1101110111101
Octal153315

Shades and tints

Shades of #0D1B0D

#0D1B0D
(13,27,13)
#0C190C
(12,25,12)
#0B170B
(11,23,11)
#0A150A
(10,21,10)
#091309
(9,19,9)
#081108
(8,17,8)
#070F07
(7,15,7)
#060D06
(6,13,6)
#050B05
(5,11,5)
#040904
(4,9,4)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #0D1B0D

#0D1B0D
(13,27,13)
#232F23
(35,47,35)
#394339
(57,67,57)
#4F574F
(79,87,79)
#656B65
(101,107,101)
#7B7F7B
(123,127,123)
#919391
(145,147,145)
#A7A7A7
(167,167,167)
#BDBBBD
(189,187,189)
#D3CFD3
(211,207,211)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1B0D; }

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

This text font color is #0D1B0D.


Background Color

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

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

This div background color is #0D1B0D.


Border color

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

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

This div border color is #0D1B0D.


Opacity

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

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

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

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

This text has shadow with #0D1B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B0D on black background.


Color preview on white background

This text has color #0D1B0D on white background.



Black color preview on #0D1B0D background

This text has black color on #0D1B0D background.


White color preview on #0D1B0D background

This text has white color on #0D1B0D background.