COLOR #0D5613

HEX: #0D5613 RGB: (13,86,19)

Color info

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

RGB color model

#0D5613 color RGB value is (13,86,19).

RGB: (13,86,19) (5%, 34%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 86 of 255 = 34%
B 19 of 255 = 7%

13
86
19

R + G + B ~ 15%. #0D5613 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 86 + 19 = 118 (100%)
R 13 of 118 ~ 11.02%
G 86 of 118 ~ 72.88%
B 19 of 118 ~ 16.1'%

%11.02
%72.88
%16.1

CMYK color model

#0D5613 color CMYK value is (85,0,78,66).

  • cyan value is 84.88%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 66.27%
CMYK: (85,0,78,66) C85M0Y78K66 (85%,0%,78%,66%) (0.85/0.00/0.78/0.66) 

CMYK percentages

%84.88
%0
%77.91
%66.27

Codes

Color #0D5613 in popluar color models

0D 56 13
RGB 13 86 19
HSL 125° 73.74% 19.41%
HSB/HSV 125° 84.88% 33.73%
CMYK 84.88% 0.00% 77.91%
66.27%

Color #0D5613 in popluar number systems.

HEX 0D 56 13
Decimal 13 86 19
Binary 1101 1010110 10011
Octal 15 126 23

Shades and tints

Shades of #0D5613

#0D5613
(13,86,19)
#0C4F12
(12,79,18)
#0B4811
(11,72,17)
#0A4110
(10,65,16)
#093A0F
(9,58,15)
#08330E
(8,51,14)
#072C0D
(7,44,13)
#06250C
(6,37,12)
#051E0B
(5,30,11)
#04170A
(4,23,10)
#031009
(3,16,9)
#000000
(0,0,0)

Tints of #0D5613

#0D5613
(13,86,19)
#236528
(35,101,40)
#39743D
(57,116,61)
#4F8352
(79,131,82)
#659267
(101,146,103)
#7BA17C
(123,161,124)
#91B091
(145,176,145)
#A7BFA6
(167,191,166)
#BDCEBB
(189,206,187)
#D3DDD0
(211,221,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5613; }

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

This text font color is #0D5613.

Background Color

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

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

This div background color is #0D5613.

Border color

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

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

This div border color is #0D5613.

Opacity

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

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

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

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

This text has shadow with #0D5613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5613.

Preview

Color preview on black background

This text has color #0D5613 on black background.


Color preview on white background

This text has color #0D5613 on white background.


Black color preview on #0D5613 background

This text has black color on #0D5613 background.


White color preview on #0D5613 background

This text has white color on #0D5613 background.


Related colors

Complementary color

Complementary color for #hex is #F2A9EC.


I love getcolorcode.com

Triadic colors

1 #130D56 and #56130D with #0D5613 are triadic colors.

2 #13560D and #560D13 with #0D5613 are triadic colors.