COLOR #0D4718

HEX: #0D4718
RGB: (13,71,24)

Color info

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

RGB color model

#0D4718 color RGB value is (13,71,24).

  • red value is 13;
  • green value is 71;
  • blue value is 24.
RGB:
(13,71,24)
(5%,28%,9%)

RGB channels and saturation

R 13 of 255 = 5%
G 71 of 255 = 28%
B 24 of 255 = 9%

13
71
24

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

Portions of RGB colors in percentages

R + G + B =
13 + 71 + 24 = 108 (100%)
R 13 of 108 ~ 12.04%
G 71 of 108 ~ 65.74%
B 24 of 108 ~ 22.22%

%12.04
%65.74
%22.22

CMYK color model

#0D4718 color CMYK value is (82,0,66,72).

  • cyan value is 81.69%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(82,0,66,72)
C82M0Y66K72 
(82%,0%,66%,72%)
(0.82/0.00/0.66/0.72)	

CMYK percentages

%81.69
%0
%66.2
%72.16

Codes

Color #0D4718 in popluar color models

0D4718
RGB137124
HSL131°69.05%16.47%
HSB/HSV131°81.69%27.84%
CMYK81.69%0.00%66.20%
72.16%

Color #0D4718 in popluar number systems.

HEX0D4718
Decimal137124
Binary1101100011111000
Octal1510730

Shades and tints

Shades of #0D4718

#0D4718
(13,71,24)
#0C4116
(12,65,22)
#0B3B14
(11,59,20)
#0A3512
(10,53,18)
#092F10
(9,47,16)
#08290E
(8,41,14)
#07230C
(7,35,12)
#061D0A
(6,29,10)
#051708
(5,23,8)
#041106
(4,17,6)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #0D4718

#0D4718
(13,71,24)
#23572D
(35,87,45)
#396742
(57,103,66)
#4F7757
(79,119,87)
#65876C
(101,135,108)
#7B9781
(123,151,129)
#91A796
(145,167,150)
#A7B7AB
(167,183,171)
#BDC7C0
(189,199,192)
#D3D7D5
(211,215,213)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4718 color. Also use rgb(13,71,24) instead hex code.

Text Font Color

.myTextColor { color: #0D4718; }

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

This text font color is #0D4718.


Background Color

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

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

This div background color is #0D4718.


Border color

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

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

This div border color is #0D4718.


Opacity

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

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

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

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

This text has shadow with #0D4718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4718 on black background.


Color preview on white background

This text has color #0D4718 on white background.



Black color preview on #0D4718 background

This text has black color on #0D4718 background.


White color preview on #0D4718 background

This text has white color on #0D4718 background.