COLOR #0D4903

HEX: #0D4903
RGB: (13,73,3)

Color info

#0D4903 contains mainly green color. Web safe color of #0D4903 is #003300 (or #030).

RGB color model

#0D4903 color RGB value is (13,73,3).

  • red value is 13;
  • green value is 73;
  • blue value is 3.
RGB:
(13,73,3)
(5%,29%,1%)

RGB channels and saturation

R 13 of 255 = 5%
G 73 of 255 = 29%
B 3 of 255 = 1%

13
73
3

R + G + B ~ 12%. #0D4903 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 73 + 3 = 89 (100%)
R 13 of 89 ~ 14.61%
G 73 of 89 ~ 82.02%
B 3 of 89 ~ 3.37%

%14.61
%82.02

CMYK color model

#0D4903 color CMYK value is (82,0,96,71).

  • cyan value is 82.19%
  • magenta value is 0.00%
  • yellow value is 95.89%
  • key color value is 71.37%
CMYK:
(82,0,96,71)
C82M0Y96K71 
(82%,0%,96%,71%)
(0.82/0.00/0.96/0.71)	

CMYK percentages

%82.19
%0
%95.89
%71.37

Codes

Color #0D4903 in popluar color models

0D4903
RGB13733
HSL111°92.11%14.90%
HSB/HSV111°95.89%28.63%
CMYK82.19%0.00%95.89%
71.37%

Color #0D4903 in popluar number systems.

HEX0D4903
Decimal13733
Binary1101100100111
Octal151113

Shades and tints

Shades of #0D4903

#0D4903
(13,73,3)
#0C4303
(12,67,3)
#0B3D03
(11,61,3)
#0A3703
(10,55,3)
#093103
(9,49,3)
#082B03
(8,43,3)
#072503
(7,37,3)
#061F03
(6,31,3)
#051903
(5,25,3)
#041303
(4,19,3)
#030D03
(3,13,3)
#000000
(0,0,0)

Tints of #0D4903

#0D4903
(13,73,3)
#235919
(35,89,25)
#39692F
(57,105,47)
#4F7945
(79,121,69)
#65895B
(101,137,91)
#7B9971
(123,153,113)
#91A987
(145,169,135)
#A7B99D
(167,185,157)
#BDC9B3
(189,201,179)
#D3D9C9
(211,217,201)
#E9E9DF
(233,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4903 color. Also use rgb(13,73,3) instead hex code.

Text Font Color

.myTextColor { color: #0D4903; }

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

This text font color is #0D4903.


Background Color

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

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

This div background color is #0D4903.


Border color

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

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

This div border color is #0D4903.


Opacity

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

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

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

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

This text has shadow with #0D4903 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4903 on black background.


Color preview on white background

This text has color #0D4903 on white background.



Black color preview on #0D4903 background

This text has black color on #0D4903 background.


White color preview on #0D4903 background

This text has white color on #0D4903 background.