COLOR #0D6013

HEX: #0D6013 RGB: (13,96,19)

Color info

#0D6013 contains mainly green color. Web safe color of #0D6013 is #006600 (or #060).

RGB color model

#0D6013 color RGB value is (13,96,19).

RGB: (13,96,19) (5%, 38%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 96 of 255 = 38%
B 19 of 255 = 7%

13
96
19

R + G + B ~ 17%. #0D6013 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 96 + 19 = 128 (100%)
R 13 of 128 ~ 10.16%
G 96 of 128 ~ 75%
B 19 of 128 ~ 14.84'%

%75
%14.84

CMYK color model

#0D6013 color CMYK value is (86,0,80,62).

  • cyan value is 86.46%
  • magenta value is 0.00%
  • yellow value is 80.21%
  • key color value is 62.35%

CMYK: (86,0,80,62)
C86M0Y80K62 (86%, 0%, 80%, 62%)
(0.86 / 0.00 / 0.80 / 0.62)

CMYK percentages

%86.46
%0
%80.21
%62.35

Codes

Color #0D6013 in popluar color models

0D 60 13
RGB 13 96 19
HSL 124° 76.15% 21.37%
HSB/HSV 124° 86.46% 37.65%
CMYK 86.46% 0.00% 80.21%
62.35%

Color #0D6013 in popluar number systems.

HEX 0D 60 13
Decimal 13 96 19
Binary 1101 1100000 10011
Octal 15 140 23

Shades and tints

Shades of #0D6013

#0D6013
(13,96,19)
#0C5812
(12,88,18)
#0B5011
(11,80,17)
#0A4810
(10,72,16)
#09400F
(9,64,15)
#08380E
(8,56,14)
#07300D
(7,48,13)
#06280C
(6,40,12)
#05200B
(5,32,11)
#04180A
(4,24,10)
#031009
(3,16,9)
#000000
(0,0,0)

Tints of #0D6013

#0D6013
(13,96,19)
#236E28
(35,110,40)
#397C3D
(57,124,61)
#4F8A52
(79,138,82)
#659867
(101,152,103)
#7BA67C
(123,166,124)
#91B491
(145,180,145)
#A7C2A6
(167,194,166)
#BDD0BB
(189,208,187)
#D3DED0
(211,222,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6013 color. Also use rgb(13,96,19) instead hex code.

Text Font Color

.myTextColor { color: #0D6013; }

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

This text font color is #0D6013.

Background Color

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

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

This div background color is #0D6013.

Border color

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

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

This div border color is #0D6013.

Opacity

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

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

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

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

This text has shadow with #0D6013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D6013.

Preview

Color preview on black background

This text has color #0D6013 on black background.


Color preview on white background

This text has color #0D6013 on white background.


Black color preview on #0D6013 background

This text has black color on #0D6013 background.


White color preview on #0D6013 background

This text has white color on #0D6013 background.


Related colors

Complementary color

Complementary color for #hex is #F29FEC.


I love getcolorcode.com

Triadic colors

1 #130D60 and #60130D with #0D6013 are triadic colors.

2 #13600D and #600D13 with #0D6013 are triadic colors.