COLOR #0D3F09

HEX: #0D3F09
RGB: (13,63,9)

Color info

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

RGB color model

#0D3F09 color RGB value is (13,63,9).

  • red value is 13;
  • green value is 63;
  • blue value is 9.
RGB:
(13,63,9)
(5%,25%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 9 of 255 = 4%

13
63
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 63 + 9 = 85 (100%)
R 13 of 85 ~ 15.29%
G 63 of 85 ~ 74.12%
B 9 of 85 ~ 10.59%

%15.29
%74.12
%10.59

CMYK color model

#0D3F09 color CMYK value is (79,0,86,75).

  • cyan value is 79.37%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 75.29%
CMYK:
(79,0,86,75)
C79M0Y86K75 
(79%,0%,86%,75%)
(0.79/0.00/0.86/0.75)	

CMYK percentages

%79.37
%0
%85.71
%75.29

Codes

Color #0D3F09 in popluar color models

0D3F09
RGB13639
HSL116°75.00%14.12%
HSB/HSV116°85.71%24.71%
CMYK79.37%0.00%85.71%
75.29%

Color #0D3F09 in popluar number systems.

HEX0D3F09
Decimal13639
Binary11011111111001
Octal157711

Shades and tints

Shades of #0D3F09

#0D3F09
(13,63,9)
#0C3A09
(12,58,9)
#0B3509
(11,53,9)
#0A3009
(10,48,9)
#092B09
(9,43,9)
#082609
(8,38,9)
#072109
(7,33,9)
#061C09
(6,28,9)
#051709
(5,23,9)
#041209
(4,18,9)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #0D3F09

#0D3F09
(13,63,9)
#23501F
(35,80,31)
#396135
(57,97,53)
#4F724B
(79,114,75)
#658361
(101,131,97)
#7B9477
(123,148,119)
#91A58D
(145,165,141)
#A7B6A3
(167,182,163)
#BDC7B9
(189,199,185)
#D3D8CF
(211,216,207)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3F09 color. Also use rgb(13,63,9) instead hex code.

Text Font Color

.myTextColor { color: #0D3F09; }

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

This text font color is #0D3F09.


Background Color

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

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

This div background color is #0D3F09.


Border color

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

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

This div border color is #0D3F09.


Opacity

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

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

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

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

This text has shadow with #0D3F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3F09 on black background.


Color preview on white background

This text has color #0D3F09 on white background.



Black color preview on #0D3F09 background

This text has black color on #0D3F09 background.


White color preview on #0D3F09 background

This text has white color on #0D3F09 background.