COLOR #001D0C

HEX: #001D0C RGB: (0,29,12)

Color info

#001D0C contains only green and blue colors. Web safe color of #001D0C is #003300 (or #030).

RGB color model

#001D0C color RGB value is (0,29,12).

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

RGB channels and saturation

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

0
29
12

R + G + B ~ 5%. #001D0C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 29 + 12 = 41 (100%)
R 0 of 41 ~ 0%
G 29 of 41 ~ 70.73%
B 12 of 41 ~ 29.27'%

%70.73
%29.27

CMYK color model

#001D0C color CMYK value is (100,0,59,89).

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

CMYK: (100,0,59,89)
C100M0Y59K89 (100%, 0%, 59%, 89%)
(1.00 / 0.00 / 0.59 / 0.89)

CMYK percentages

%100
%0
%58.62
%88.63

Codes

Color #001D0C in popluar color models

00 1D 0C
RGB 0 29 12
HSL 145° 100.00% 5.69%
HSB/HSV 145° 100.00% 11.37%
CMYK 100.00% 0.00% 58.62%
88.63%

Color #001D0C in popluar number systems.

HEX 00 1D 0C
Decimal 0 29 12
Binary 0 11101 1100
Octal 0 35 14

Shades and tints

Shades of #001D0C

#001D0C
(0,29,12)
#001B0B
(0,27,11)
#00190A
(0,25,10)
#001709
(0,23,9)
#001508
(0,21,8)
#001307
(0,19,7)
#001106
(0,17,6)
#000F05
(0,15,5)
#000D04
(0,13,4)
#000B03
(0,11,3)
#000902
(0,9,2)
#000000
(0,0,0)

Tints of #001D0C

#001D0C
(0,29,12)
#173122
(23,49,34)
#2E4538
(46,69,56)
#45594E
(69,89,78)
#5C6D64
(92,109,100)
#73817A
(115,129,122)
#8A9590
(138,149,144)
#A1A9A6
(161,169,166)
#B8BDBC
(184,189,188)
#CFD1D2
(207,209,210)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D0C; }

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

This text font color is #001D0C.

Background Color

.myBgColor { background-color: #001D0C; }

<div style="background-color:#001D0C">Inner text</div>

This div background color is #001D0C.

Border color

.myBorderColor { border: 1px solid #001D0C; }

<div style="border:3px solid #001D0C">Div</div>

This div border color is #001D0C.

Opacity

.myOpacity80 { color: #001D0C; opacity: 0.8; }

<p style="color:#001D0C;opacity:0.8;">80%</p>

Text with #001D0C 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 #001D0C;}

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

This text has shadow with #001D0C color.


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

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

This text has shadow with #001D0C primary color and red secondary color.


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

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

This text has shadow with #001D0C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #001D0C.

Preview

Color preview on black background

This text has color #001D0C on black background.


Color preview on white background

This text has color #001D0C on white background.


Black color preview on #001D0C background

This text has black color on #001D0C background.


White color preview on #001D0C background

This text has white color on #001D0C background.


Related colors

Complementary color

Complementary color for #hex is #FFE2F3.


I love getcolorcode.com

Triadic colors

1 #0C001D and #1D0C00 with #001D0C are triadic colors.

2 #0C1D00 and #1D000C with #001D0C are triadic colors.