COLOR #0D4B12

HEX: #0D4B12 RGB: (13,75,18)

Color info

#0D4B12 contains mainly green and blue colors. Web safe color of #0D4B12 is #003300 (or #030).

RGB color model

#0D4B12 color RGB value is (13,75,18).

RGB: (13,75,18) (5%, 29%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 75 of 255 = 29%
B 18 of 255 = 7%

13
75
18

R + G + B ~ 14%. #0D4B12 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 75 + 18 = 106 (100%)
R 13 of 106 ~ 12.26%
G 75 of 106 ~ 70.75%
B 18 of 106 ~ 16.98'%

%12.26
%70.75
%16.98

CMYK color model

#0D4B12 color CMYK value is (83,0,76,71).

  • cyan value is 82.67%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 70.59%

CMYK: (83,0,76,71)
C83M0Y76K71 (83%, 0%, 76%, 71%)
(0.83 / 0.00 / 0.76 / 0.71)

CMYK percentages

%82.67
%0
%76
%70.59

Codes

Color #0D4B12 in popluar color models

0D 4B 12
RGB 13 75 18
HSL 125° 70.45% 17.25%
HSB/HSV 125° 82.67% 29.41%
CMYK 82.67% 0.00% 76.00%
70.59%

Color #0D4B12 in popluar number systems.

HEX 0D 4B 12
Decimal 13 75 18
Binary 1101 1001011 10010
Octal 15 113 22

Shades and tints

Shades of #0D4B12

#0D4B12
(13,75,18)
#0C4511
(12,69,17)
#0B3F10
(11,63,16)
#0A390F
(10,57,15)
#09330E
(9,51,14)
#082D0D
(8,45,13)
#07270C
(7,39,12)
#06210B
(6,33,11)
#051B0A
(5,27,10)
#041509
(4,21,9)
#030F08
(3,15,8)
#000000
(0,0,0)

Tints of #0D4B12

#0D4B12
(13,75,18)
#235B27
(35,91,39)
#396B3C
(57,107,60)
#4F7B51
(79,123,81)
#658B66
(101,139,102)
#7B9B7B
(123,155,123)
#91AB90
(145,171,144)
#A7BBA5
(167,187,165)
#BDCBBA
(189,203,186)
#D3DBCF
(211,219,207)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4B12; }

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

This text font color is #0D4B12.

Background Color

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

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

This div background color is #0D4B12.

Border color

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

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

This div border color is #0D4B12.

Opacity

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

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

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

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

This text has shadow with #0D4B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4B12.

Preview

Color preview on black background

This text has color #0D4B12 on black background.


Color preview on white background

This text has color #0D4B12 on white background.


Black color preview on #0D4B12 background

This text has black color on #0D4B12 background.


White color preview on #0D4B12 background

This text has white color on #0D4B12 background.


Related colors

Complementary color

Complementary color for #hex is #F2B4ED.


I love getcolorcode.com

Triadic colors

1 #120D4B and #4B120D with #0D4B12 are triadic colors.

2 #124B0D and #4B0D12 with #0D4B12 are triadic colors.