COLOR #0D4007

HEX: #0D4007 RGB: (13,64,7)

Color info

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

RGB color model

#0D4007 color RGB value is (13,64,7).

RGB: (13,64,7) (5%, 25%, 3%)

RGB channels and saturation

R 13 of 255 = 5%
G 64 of 255 = 25%
B 7 of 255 = 3%

13
64
7

R + G + B ~ 11%. #0D4007 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 64 + 7 = 84 (100%)
R 13 of 84 ~ 15.48%
G 64 of 84 ~ 76.19%
B 7 of 84 ~ 8.33'%

%15.48
%76.19

CMYK color model

#0D4007 color CMYK value is (80,0,89,75).

  • cyan value is 79.69%
  • magenta value is 0.00%
  • yellow value is 89.06%
  • key color value is 74.90%

CMYK: (80,0,89,75)
C80M0Y89K75 (80%, 0%, 89%, 75%)
(0.80 / 0.00 / 0.89 / 0.75)

CMYK percentages

%79.69
%0
%89.06
%74.9

Codes

Color #0D4007 in popluar color models

0D 40 07
RGB 13 64 7
HSL 114° 80.28% 13.92%
HSB/HSV 114° 89.06% 25.10%
CMYK 79.69% 0.00% 89.06%
74.90%

Color #0D4007 in popluar number systems.

HEX 0D 40 07
Decimal 13 64 7
Binary 1101 1000000 111
Octal 15 100 7

Shades and tints

Shades of #0D4007

#0D4007
(13,64,7)
#0C3B07
(12,59,7)
#0B3607
(11,54,7)
#0A3107
(10,49,7)
#092C07
(9,44,7)
#082707
(8,39,7)
#072207
(7,34,7)
#061D07
(6,29,7)
#051807
(5,24,7)
#041307
(4,19,7)
#030E07
(3,14,7)
#000000
(0,0,0)

Tints of #0D4007

#0D4007
(13,64,7)
#23511D
(35,81,29)
#396233
(57,98,51)
#4F7349
(79,115,73)
#65845F
(101,132,95)
#7B9575
(123,149,117)
#91A68B
(145,166,139)
#A7B7A1
(167,183,161)
#BDC8B7
(189,200,183)
#D3D9CD
(211,217,205)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4007 color. Also use rgb(13,64,7) instead hex code.

Text Font Color

.myTextColor { color: #0D4007; }

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

This text font color is #0D4007.

Background Color

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

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

This div background color is #0D4007.

Border color

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

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

This div border color is #0D4007.

Opacity

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

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

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

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

This text has shadow with #0D4007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4007.

Preview

Color preview on black background

This text has color #0D4007 on black background.


Color preview on white background

This text has color #0D4007 on white background.


Black color preview on #0D4007 background

This text has black color on #0D4007 background.


White color preview on #0D4007 background

This text has white color on #0D4007 background.


Related colors

Complementary color

Complementary color for #hex is #F2BFF8.


I love getcolorcode.com

Triadic colors

1 #070D40 and #40070D with #0D4007 are triadic colors.

2 #07400D and #400D07 with #0D4007 are triadic colors.