COLOR #0D3709

HEX: #0D3709
RGB: (13,55,9)

Color info

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

RGB color model

#0D3709 color RGB value is (13,55,9).

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

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 9 of 255 = 4%

13
55
9

R + G + B ~ 10%. #0D3709 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 9 = 77 (100%)
R 13 of 77 ~ 16.88%
G 55 of 77 ~ 71.43%
B 9 of 77 ~ 11.69%

%16.88
%71.43
%11.69

CMYK color model

#0D3709 color CMYK value is (76,0,84,78).

  • cyan value is 76.36%
  • magenta value is 0.00%
  • yellow value is 83.64%
  • key color value is 78.43%
CMYK:
(76,0,84,78)
C76M0Y84K78 
(76%,0%,84%,78%)
(0.76/0.00/0.84/0.78)	

CMYK percentages

%76.36
%0
%83.64
%78.43

Codes

Color #0D3709 in popluar color models

0D3709
RGB13559
HSL115°71.88%12.55%
HSB/HSV115°83.64%21.57%
CMYK76.36%0.00%83.64%
78.43%

Color #0D3709 in popluar number systems.

HEX0D3709
Decimal13559
Binary11011101111001
Octal156711

Shades and tints

Shades of #0D3709

#0D3709
(13,55,9)
#0C3209
(12,50,9)
#0B2D09
(11,45,9)
#0A2809
(10,40,9)
#092309
(9,35,9)
#081E09
(8,30,9)
#071909
(7,25,9)
#061409
(6,20,9)
#050F09
(5,15,9)
#040A09
(4,10,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D3709

#0D3709
(13,55,9)
#23491F
(35,73,31)
#395B35
(57,91,53)
#4F6D4B
(79,109,75)
#657F61
(101,127,97)
#7B9177
(123,145,119)
#91A38D
(145,163,141)
#A7B5A3
(167,181,163)
#BDC7B9
(189,199,185)
#D3D9CF
(211,217,207)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3709; }

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

This text font color is #0D3709.


Background Color

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

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

This div background color is #0D3709.


Border color

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

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

This div border color is #0D3709.


Opacity

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

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

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

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

This text has shadow with #0D3709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3709 on black background.


Color preview on white background

This text has color #0D3709 on white background.



Black color preview on #0D3709 background

This text has black color on #0D3709 background.


White color preview on #0D3709 background

This text has white color on #0D3709 background.