COLOR #011D06

HEX: #011D06
RGB: (1,29,6)

Color info

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

RGB color model

#011D06 color RGB value is (1,29,6).

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

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 6 of 255 = 2%

1
29
6

R + G + B ~ 4%. #011D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 29 + 6 = 36 (100%)
R 1 of 36 ~ 2.78%
G 29 of 36 ~ 80.56%
B 6 of 36 ~ 16.67%

%80.56
%16.67

CMYK color model

#011D06 color CMYK value is (97,0,79,89).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 88.63%
CMYK:
(97,0,79,89)
C97M0Y79K89 
(97%,0%,79%,89%)
(0.97/0.00/0.79/0.89)	

CMYK percentages

%96.55
%0
%79.31
%88.63

Codes

Color #011D06 in popluar color models

011D06
RGB1296
HSL131°93.33%5.88%
HSB/HSV131°96.55%11.37%
CMYK96.55%0.00%79.31%
88.63%

Color #011D06 in popluar number systems.

HEX011D06
Decimal1296
Binary111101110
Octal1356

Shades and tints

Shades of #011D06

#011D06
(1,29,6)
#011B06
(1,27,6)
#011906
(1,25,6)
#011706
(1,23,6)
#011506
(1,21,6)
#011306
(1,19,6)
#011106
(1,17,6)
#010F06
(1,15,6)
#010D06
(1,13,6)
#010B06
(1,11,6)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #011D06

#011D06
(1,29,6)
#18311C
(24,49,28)
#2F4532
(47,69,50)
#465948
(70,89,72)
#5D6D5E
(93,109,94)
#748174
(116,129,116)
#8B958A
(139,149,138)
#A2A9A0
(162,169,160)
#B9BDB6
(185,189,182)
#D0D1CC
(208,209,204)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011D06; }

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

This text font color is #011D06.


Background Color

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

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

This div background color is #011D06.


Border color

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

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

This div border color is #011D06.


Opacity

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

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

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

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

This text has shadow with #011D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011D06 on black background.


Color preview on white background

This text has color #011D06 on white background.



Black color preview on #011D06 background

This text has black color on #011D06 background.


White color preview on #011D06 background

This text has white color on #011D06 background.