COLOR #0D1D0C

HEX: #0D1D0C RGB: (13,29,12)

Color info

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

RGB color model

#0D1D0C color RGB value is (13,29,12).

RGB: (13,29,12) (5%, 11%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 29 of 255 = 11%
B 12 of 255 = 5%

13
29
12

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

Portions of RGB colors in percentages

R + G + B = 13 + 29 + 12 = 54 (100%)
R 13 of 54 ~ 24.07%
G 29 of 54 ~ 53.7%
B 12 of 54 ~ 22.22'%

%24.07
%53.7
%22.22

CMYK color model

#0D1D0C color CMYK value is (55,0,59,89).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 88.63%

CMYK: (55,0,59,89)
C55M0Y59K89 (55%, 0%, 59%, 89%)
(0.55 / 0.00 / 0.59 / 0.89)

CMYK percentages

%55.17
%0
%58.62
%88.63

Codes

Color #0D1D0C in popluar color models

0D 1D 0C
RGB 13 29 12
HSL 116° 41.46% 8.04%
HSB/HSV 116° 58.62% 11.37%
CMYK 55.17% 0.00% 58.62%
88.63%

Color #0D1D0C in popluar number systems.

HEX 0D 1D 0C
Decimal 13 29 12
Binary 1101 11101 1100
Octal 15 35 14

Shades and tints

Shades of #0D1D0C

#0D1D0C
(13,29,12)
#0C1B0B
(12,27,11)
#0B190A
(11,25,10)
#0A1709
(10,23,9)
#091508
(9,21,8)
#081307
(8,19,7)
#071106
(7,17,6)
#060F05
(6,15,5)
#050D04
(5,13,4)
#040B03
(4,11,3)
#030902
(3,9,2)
#000000
(0,0,0)

Tints of #0D1D0C

#0D1D0C
(13,29,12)
#233122
(35,49,34)
#394538
(57,69,56)
#4F594E
(79,89,78)
#656D64
(101,109,100)
#7B817A
(123,129,122)
#919590
(145,149,144)
#A7A9A6
(167,169,166)
#BDBDBC
(189,189,188)
#D3D1D2
(211,209,210)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1D0C; }

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

This text font color is #0D1D0C.

Background Color

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

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

This div background color is #0D1D0C.

Border color

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

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

This div border color is #0D1D0C.

Opacity

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

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

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

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

This text has shadow with #0D1D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1D0C.

Preview

Color preview on black background

This text has color #0D1D0C on black background.


Color preview on white background

This text has color #0D1D0C on white background.


Black color preview on #0D1D0C background

This text has black color on #0D1D0C background.


White color preview on #0D1D0C background

This text has white color on #0D1D0C background.


Related colors

Complementary color

Complementary color for #hex is #F2E2F3.


I love getcolorcode.com

Triadic colors

1 #0C0D1D and #1D0C0D with #0D1D0C are triadic colors.

2 #0C1D0D and #1D0D0C with #0D1D0C are triadic colors.