COLOR #011D0D

HEX: #011D0D
RGB: (1,29,13)

Color info

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

RGB color model

#011D0D color RGB value is (1,29,13).

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

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 13 of 255 = 5%

1
29
13

R + G + B ~ 5%. #011D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 29 + 13 = 43 (100%)
R 1 of 43 ~ 2.33%
G 29 of 43 ~ 67.44%
B 13 of 43 ~ 30.23%

%67.44
%30.23

CMYK color model

#011D0D color CMYK value is (97,0,55,89).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 88.63%
CMYK:
(97,0,55,89)
C97M0Y55K89 
(97%,0%,55%,89%)
(0.97/0.00/0.55/0.89)	

CMYK percentages

%96.55
%0
%55.17
%88.63

Codes

Color #011D0D in popluar color models

011D0D
RGB12913
HSL146°93.33%5.88%
HSB/HSV146°96.55%11.37%
CMYK96.55%0.00%55.17%
88.63%

Color #011D0D in popluar number systems.

HEX011D0D
Decimal12913
Binary1111011101
Octal13515

Shades and tints

Shades of #011D0D

#011D0D
(1,29,13)
#011B0C
(1,27,12)
#01190B
(1,25,11)
#01170A
(1,23,10)
#011509
(1,21,9)
#011308
(1,19,8)
#011107
(1,17,7)
#010F06
(1,15,6)
#010D05
(1,13,5)
#010B04
(1,11,4)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #011D0D

#011D0D
(1,29,13)
#183123
(24,49,35)
#2F4539
(47,69,57)
#46594F
(70,89,79)
#5D6D65
(93,109,101)
#74817B
(116,129,123)
#8B9591
(139,149,145)
#A2A9A7
(162,169,167)
#B9BDBD
(185,189,189)
#D0D1D3
(208,209,211)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011D0D color. Also use rgb(1,29,13) instead hex code.

Text Font Color

.myTextColor { color: #011D0D; }

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

This text font color is #011D0D.


Background Color

.myBgColor { background-color: #011D0D; }

<div style="background-color:#011D0D">Inner text</div>

This div background color is #011D0D.


Border color

.myBorderColor { border: 1px solid #011D0D; }

<div style="border:3px solid #011D0D">Div</div>

This div border color is #011D0D.


Opacity

.myOpacity80 { color: #011D0D; opacity: 0.8; }

<p style="color:#011D0D;opacity:0.8;">80%</p>

Text with #011D0D 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 #011D0D;}

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

This text has shadow with #011D0D color.

.textShadow {text-shadow: 3px 3px 1px #011D0D, 3px 3px 1px red;}

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

This text has shadow with #011D0D primary color and red secondary color.


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

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

This text has shadow with #011D0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011D0D on black background.


Color preview on white background

This text has color #011D0D on white background.



Black color preview on #011D0D background

This text has black color on #011D0D background.


White color preview on #011D0D background

This text has white color on #011D0D background.