COLOR #0D1C0D

HEX: #0D1C0D
RGB: (13,28,13)

Color info

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

RGB color model

#0D1C0D color RGB value is (13,28,13).

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

RGB channels and saturation

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

13
28
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 28 + 13 = 54 (100%)
R 13 of 54 ~ 24.07%
G 28 of 54 ~ 51.85%
B 13 of 54 ~ 24.07%

%24.07
%51.85
%24.07

CMYK color model

#0D1C0D color CMYK value is (54,0,54,89).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 89.02%
CMYK:
(54,0,54,89)
C54M0Y54K89 
(54%,0%,54%,89%)
(0.54/0.00/0.54/0.89)	

CMYK percentages

%53.57
%0
%53.57
%89.02

Codes

Color #0D1C0D in popluar color models

0D1C0D
RGB132813
HSL120°36.59%8.04%
HSB/HSV120°53.57%10.98%
CMYK53.57%0.00%53.57%
89.02%

Color #0D1C0D in popluar number systems.

HEX0D1C0D
Decimal132813
Binary1101111001101
Octal153415

Shades and tints

Shades of #0D1C0D

#0D1C0D
(13,28,13)
#0C1A0C
(12,26,12)
#0B180B
(11,24,11)
#0A160A
(10,22,10)
#091409
(9,20,9)
#081208
(8,18,8)
#071007
(7,16,7)
#060E06
(6,14,6)
#050C05
(5,12,5)
#040A04
(4,10,4)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #0D1C0D

#0D1C0D
(13,28,13)
#233023
(35,48,35)
#394439
(57,68,57)
#4F584F
(79,88,79)
#656C65
(101,108,101)
#7B807B
(123,128,123)
#919491
(145,148,145)
#A7A8A7
(167,168,167)
#BDBCBD
(189,188,189)
#D3D0D3
(211,208,211)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1C0D; }

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

This text font color is #0D1C0D.


Background Color

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

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

This div background color is #0D1C0D.


Border color

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

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

This div border color is #0D1C0D.


Opacity

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

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

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

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

This text has shadow with #0D1C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1C0D on black background.


Color preview on white background

This text has color #0D1C0D on white background.



Black color preview on #0D1C0D background

This text has black color on #0D1C0D background.


White color preview on #0D1C0D background

This text has white color on #0D1C0D background.