COLOR #0D3509

HEX: #0D3509 RGB: (13,53,9)

Color info

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

RGB color model

#0D3509 color RGB value is (13,53,9).

RGB: (13,53,9) (5%, 21%, 4%)

RGB channels and saturation

R 13 of 255 = 5%
G 53 of 255 = 21%
B 9 of 255 = 4%

13
53
9

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

Portions of RGB colors in percentages

R + G + B = 13 + 53 + 9 = 75 (100%)
R 13 of 75 ~ 17.33%
G 53 of 75 ~ 70.67%
B 9 of 75 ~ 12'%

%17.33
%70.67
%12

CMYK color model

#0D3509 color CMYK value is (75,0,83,79).

  • cyan value is 75.47%
  • magenta value is 0.00%
  • yellow value is 83.02%
  • key color value is 79.22%

CMYK: (75,0,83,79)
C75M0Y83K79 (75%, 0%, 83%, 79%)
(0.75 / 0.00 / 0.83 / 0.79)

CMYK percentages

%75.47
%0
%83.02
%79.22

Codes

Color #0D3509 in popluar color models

0D 35 09
RGB 13 53 9
HSL 115° 70.97% 12.16%
HSB/HSV 115° 83.02% 20.78%
CMYK 75.47% 0.00% 83.02%
79.22%

Color #0D3509 in popluar number systems.

HEX 0D 35 09
Decimal 13 53 9
Binary 1101 110101 1001
Octal 15 65 11

Shades and tints

Shades of #0D3509

#0D3509
(13,53,9)
#0C3109
(12,49,9)
#0B2D09
(11,45,9)
#0A2909
(10,41,9)
#092509
(9,37,9)
#082109
(8,33,9)
#071D09
(7,29,9)
#061909
(6,25,9)
#051509
(5,21,9)
#041109
(4,17,9)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #0D3509

#0D3509
(13,53,9)
#23471F
(35,71,31)
#395935
(57,89,53)
#4F6B4B
(79,107,75)
#657D61
(101,125,97)
#7B8F77
(123,143,119)
#91A18D
(145,161,141)
#A7B3A3
(167,179,163)
#BDC5B9
(189,197,185)
#D3D7CF
(211,215,207)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3509; }

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

This text font color is #0D3509.

Background Color

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

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

This div background color is #0D3509.

Border color

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

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

This div border color is #0D3509.

Opacity

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

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

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

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

This text has shadow with #0D3509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3509.

Preview

Color preview on black background

This text has color #0D3509 on black background.


Color preview on white background

This text has color #0D3509 on white background.


Black color preview on #0D3509 background

This text has black color on #0D3509 background.


White color preview on #0D3509 background

This text has white color on #0D3509 background.


Related colors

Complementary color

Complementary color for #hex is #F2CAF6.


I love getcolorcode.com

Triadic colors

1 #090D35 and #35090D with #0D3509 are triadic colors.

2 #09350D and #350D09 with #0D3509 are triadic colors.