COLOR #0D4817

HEX: #0D4817
RGB: (13,72,23)

Color info

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

RGB color model

#0D4817 color RGB value is (13,72,23).

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

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 23 of 255 = 9%

13
72
23

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

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 23 = 108 (100%)
R 13 of 108 ~ 12.04%
G 72 of 108 ~ 66.67%
B 23 of 108 ~ 21.3%

%12.04
%66.67
%21.3

CMYK color model

#0D4817 color CMYK value is (82,0,68,72).

  • cyan value is 81.94%
  • magenta value is 0.00%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(82,0,68,72)
C82M0Y68K72 
(82%,0%,68%,72%)
(0.82/0.00/0.68/0.72)	

CMYK percentages

%81.94
%0
%68.06
%71.76

Codes

Color #0D4817 in popluar color models

0D4817
RGB137223
HSL130°69.41%16.67%
HSB/HSV130°81.94%28.24%
CMYK81.94%0.00%68.06%
71.76%

Color #0D4817 in popluar number systems.

HEX0D4817
Decimal137223
Binary1101100100010111
Octal1511027

Shades and tints

Shades of #0D4817

#0D4817
(13,72,23)
#0C4215
(12,66,21)
#0B3C13
(11,60,19)
#0A3611
(10,54,17)
#09300F
(9,48,15)
#082A0D
(8,42,13)
#07240B
(7,36,11)
#061E09
(6,30,9)
#051807
(5,24,7)
#041205
(4,18,5)
#030C03
(3,12,3)
#000000
(0,0,0)

Tints of #0D4817

#0D4817
(13,72,23)
#23582C
(35,88,44)
#396841
(57,104,65)
#4F7856
(79,120,86)
#65886B
(101,136,107)
#7B9880
(123,152,128)
#91A895
(145,168,149)
#A7B8AA
(167,184,170)
#BDC8BF
(189,200,191)
#D3D8D4
(211,216,212)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4817 color. Also use rgb(13,72,23) instead hex code.

Text Font Color

.myTextColor { color: #0D4817; }

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

This text font color is #0D4817.


Background Color

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

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

This div background color is #0D4817.


Border color

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

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

This div border color is #0D4817.


Opacity

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

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

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

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

This text has shadow with #0D4817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4817 on black background.


Color preview on white background

This text has color #0D4817 on white background.



Black color preview on #0D4817 background

This text has black color on #0D4817 background.


White color preview on #0D4817 background

This text has white color on #0D4817 background.