COLOR #0D6311

HEX: #0D6311 RGB: (13,99,17)

Color info

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

RGB color model

#0D6311 color RGB value is (13,99,17).

RGB: (13,99,17) (5%, 39%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 99 of 255 = 39%
B 17 of 255 = 7%

13
99
17

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

Portions of RGB colors in percentages

R + G + B = 13 + 99 + 17 = 129 (100%)
R 13 of 129 ~ 10.08%
G 99 of 129 ~ 76.74%
B 17 of 129 ~ 13.18'%

%76.74
%13.18

CMYK color model

#0D6311 color CMYK value is (87,0,83,61).

  • cyan value is 86.87%
  • magenta value is 0.00%
  • yellow value is 82.83%
  • key color value is 61.18%

CMYK: (87,0,83,61)
C87M0Y83K61 (87%, 0%, 83%, 61%)
(0.87 / 0.00 / 0.83 / 0.61)

CMYK percentages

%86.87
%0
%82.83
%61.18

Codes

Color #0D6311 in popluar color models

0D 63 11
RGB 13 99 17
HSL 123° 76.79% 21.96%
HSB/HSV 123° 86.87% 38.82%
CMYK 86.87% 0.00% 82.83%
61.18%

Color #0D6311 in popluar number systems.

HEX 0D 63 11
Decimal 13 99 17
Binary 1101 1100011 10001
Octal 15 143 21

Shades and tints

Shades of #0D6311

#0D6311
(13,99,17)
#0C5A10
(12,90,16)
#0B510F
(11,81,15)
#0A480E
(10,72,14)
#093F0D
(9,63,13)
#08360C
(8,54,12)
#072D0B
(7,45,11)
#06240A
(6,36,10)
#051B09
(5,27,9)
#041208
(4,18,8)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #0D6311

#0D6311
(13,99,17)
#237126
(35,113,38)
#397F3B
(57,127,59)
#4F8D50
(79,141,80)
#659B65
(101,155,101)
#7BA97A
(123,169,122)
#91B78F
(145,183,143)
#A7C5A4
(167,197,164)
#BDD3B9
(189,211,185)
#D3E1CE
(211,225,206)
#E9EFE3
(233,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6311 color. Also use rgb(13,99,17) instead hex code.

Text Font Color

.myTextColor { color: #0D6311; }

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

This text font color is #0D6311.

Background Color

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

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

This div background color is #0D6311.

Border color

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

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

This div border color is #0D6311.

Opacity

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

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

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

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

This text has shadow with #0D6311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D6311.

Preview

Color preview on black background

This text has color #0D6311 on black background.


Color preview on white background

This text has color #0D6311 on white background.


Black color preview on #0D6311 background

This text has black color on #0D6311 background.


White color preview on #0D6311 background

This text has white color on #0D6311 background.


Related colors

Complementary color

Complementary color for #hex is #F29CEE.


I love getcolorcode.com

Triadic colors

1 #110D63 and #63110D with #0D6311 are triadic colors.

2 #11630D and #630D11 with #0D6311 are triadic colors.