COLOR #0D3209

HEX: #0D3209
RGB: (13,50,9)

Color info

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

RGB color model

#0D3209 color RGB value is (13,50,9).

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

RGB channels and saturation

R 13 of 255 = 5%
G 50 of 255 = 20%
B 9 of 255 = 4%

13
50
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 50 + 9 = 72 (100%)
R 13 of 72 ~ 18.06%
G 50 of 72 ~ 69.44%
B 9 of 72 ~ 12.5%

%18.06
%69.44
%12.5

CMYK color model

#0D3209 color CMYK value is (74,0,82,80).

  • cyan value is 74.00%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 80.39%
CMYK:
(74,0,82,80)
C74M0Y82K80 
(74%,0%,82%,80%)
(0.74/0.00/0.82/0.80)	

CMYK percentages

%74
%0
%82
%80.39

Codes

Color #0D3209 in popluar color models

0D3209
RGB13509
HSL114°69.49%11.57%
HSB/HSV114°82.00%19.61%
CMYK74.00%0.00%82.00%
80.39%

Color #0D3209 in popluar number systems.

HEX0D3209
Decimal13509
Binary11011100101001
Octal156211

Shades and tints

Shades of #0D3209

#0D3209
(13,50,9)
#0C2E09
(12,46,9)
#0B2A09
(11,42,9)
#0A2609
(10,38,9)
#092209
(9,34,9)
#081E09
(8,30,9)
#071A09
(7,26,9)
#061609
(6,22,9)
#051209
(5,18,9)
#040E09
(4,14,9)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D3209

#0D3209
(13,50,9)
#23441F
(35,68,31)
#395635
(57,86,53)
#4F684B
(79,104,75)
#657A61
(101,122,97)
#7B8C77
(123,140,119)
#919E8D
(145,158,141)
#A7B0A3
(167,176,163)
#BDC2B9
(189,194,185)
#D3D4CF
(211,212,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3209; }

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

This text font color is #0D3209.


Background Color

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

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

This div background color is #0D3209.


Border color

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

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

This div border color is #0D3209.


Opacity

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

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

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

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

This text has shadow with #0D3209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3209 on black background.


Color preview on white background

This text has color #0D3209 on white background.



Black color preview on #0D3209 background

This text has black color on #0D3209 background.


White color preview on #0D3209 background

This text has white color on #0D3209 background.