COLOR #0D4612

HEX: #0D4612 RGB: (13,70,18)

Color info

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

RGB color model

#0D4612 color RGB value is (13,70,18).

RGB: (13,70,18) (5%, 27%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 70 of 255 = 27%
B 18 of 255 = 7%

13
70
18

R + G + B ~ 13%. #0D4612 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 70 + 18 = 101 (100%)
R 13 of 101 ~ 12.87%
G 70 of 101 ~ 69.31%
B 18 of 101 ~ 17.82'%

%12.87
%69.31
%17.82

CMYK color model

#0D4612 color CMYK value is (81,0,74,73).

  • cyan value is 81.43%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 72.55%
CMYK: (81,0,74,73) C81M0Y74K73 (81%,0%,74%,73%) (0.81/0.00/0.74/0.73) 

CMYK percentages

%81.43
%0
%74.29
%72.55

Codes

Color #0D4612 in popluar color models

0D 46 12
RGB 13 70 18
HSL 125° 68.67% 16.27%
HSB/HSV 125° 81.43% 27.45%
CMYK 81.43% 0.00% 74.29%
72.55%

Color #0D4612 in popluar number systems.

HEX 0D 46 12
Decimal 13 70 18
Binary 1101 1000110 10010
Octal 15 106 22

Shades and tints

Shades of #0D4612

#0D4612
(13,70,18)
#0C4011
(12,64,17)
#0B3A10
(11,58,16)
#0A340F
(10,52,15)
#092E0E
(9,46,14)
#08280D
(8,40,13)
#07220C
(7,34,12)
#061C0B
(6,28,11)
#05160A
(5,22,10)
#041009
(4,16,9)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #0D4612

#0D4612
(13,70,18)
#235627
(35,86,39)
#39663C
(57,102,60)
#4F7651
(79,118,81)
#658666
(101,134,102)
#7B967B
(123,150,123)
#91A690
(145,166,144)
#A7B6A5
(167,182,165)
#BDC6BA
(189,198,186)
#D3D6CF
(211,214,207)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4612 color. Also use rgb(13,70,18) instead hex code.

Text Font Color

.myTextColor { color: #0D4612; }

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

This text font color is #0D4612.

Background Color

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

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

This div background color is #0D4612.

Border color

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

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

This div border color is #0D4612.

Opacity

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

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

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

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

This text has shadow with #0D4612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4612.

Preview

Color preview on black background

This text has color #0D4612 on black background.


Color preview on white background

This text has color #0D4612 on white background.


Black color preview on #0D4612 background

This text has black color on #0D4612 background.


White color preview on #0D4612 background

This text has white color on #0D4612 background.


Related colors

Complementary color

Complementary color for #hex is #F2B9ED.


I love getcolorcode.com

Triadic colors

1 #120D46 and #46120D with #0D4612 are triadic colors.

2 #12460D and #460D12 with #0D4612 are triadic colors.