COLOR #016D0D

HEX: #016D0D RGB: (1,109,13)

Color info

#016D0D contains mainly green color. Web safe color of #016D0D is #006600 (or #060).

RGB color model

#016D0D color RGB value is (1,109,13).

RGB: (1,109,13) (0%, 43%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 109 of 255 = 43%
B 13 of 255 = 5%

1
109
13

R + G + B ~ 16%. #016D0D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 109 + 13 = 123 (100%)
R 1 of 123 ~ 0.81%
G 109 of 123 ~ 88.62%
B 13 of 123 ~ 10.57'%

%88.62
%10.57

CMYK color model

#016D0D color CMYK value is (99,0,88,57).

  • cyan value is 99.08%
  • magenta value is 0.00%
  • yellow value is 88.07%
  • key color value is 57.25%

CMYK: (99,0,88,57)
C99M0Y88K57 (99%, 0%, 88%, 57%)
(0.99 / 0.00 / 0.88 / 0.57)

CMYK percentages

%99.08
%0
%88.07
%57.25

Codes

Color #016D0D in popluar color models

01 6D 0D
RGB 1 109 13
HSL 127° 98.18% 21.57%
HSB/HSV 127° 99.08% 42.75%
CMYK 99.08% 0.00% 88.07%
57.25%

Color #016D0D in popluar number systems.

HEX 01 6D 0D
Decimal 1 109 13
Binary 1 1101101 1101
Octal 1 155 15

Shades and tints

Shades of #016D0D

#016D0D
(1,109,13)
#01640C
(1,100,12)
#015B0B
(1,91,11)
#01520A
(1,82,10)
#014909
(1,73,9)
#014008
(1,64,8)
#013707
(1,55,7)
#012E06
(1,46,6)
#012505
(1,37,5)
#011C04
(1,28,4)
#011303
(1,19,3)
#000000
(0,0,0)

Tints of #016D0D

#016D0D
(1,109,13)
#187A23
(24,122,35)
#2F8739
(47,135,57)
#46944F
(70,148,79)
#5DA165
(93,161,101)
#74AE7B
(116,174,123)
#8BBB91
(139,187,145)
#A2C8A7
(162,200,167)
#B9D5BD
(185,213,189)
#D0E2D3
(208,226,211)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #016D0D; }

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

This text font color is #016D0D.

Background Color

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

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

This div background color is #016D0D.

Border color

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

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

This div border color is #016D0D.

Opacity

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

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

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

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

This text has shadow with #016D0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #016D0D.

Preview

Color preview on black background

This text has color #016D0D on black background.


Color preview on white background

This text has color #016D0D on white background.


Black color preview on #016D0D background

This text has black color on #016D0D background.


White color preview on #016D0D background

This text has white color on #016D0D background.


Related colors

Complementary color

Complementary color for #hex is #FE92F2.


I love getcolorcode.com

Triadic colors

1 #0D016D and #6D0D01 with #016D0D are triadic colors.

2 #0D6D01 and #6D010D with #016D0D are triadic colors.