COLOR #0D5809

HEX: #0D5809
RGB: (13,88,9)

Color info

#0D5809 contains mainly green color. Web safe color of #0D5809 is #006600 (or #060).

RGB color model

#0D5809 color RGB value is (13,88,9).

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

RGB channels and saturation

R 13 of 255 = 5%
G 88 of 255 = 35%
B 9 of 255 = 4%

13
88
9

R + G + B ~ 15%. #0D5809 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 88 + 9 = 110 (100%)
R 13 of 110 ~ 11.82%
G 88 of 110 ~ 80%
B 9 of 110 ~ 8.18%

%11.82
%80

CMYK color model

#0D5809 color CMYK value is (85,0,90,65).

  • cyan value is 85.23%
  • magenta value is 0.00%
  • yellow value is 89.77%
  • key color value is 65.49%
CMYK:
(85,0,90,65)
C85M0Y90K65 
(85%,0%,90%,65%)
(0.85/0.00/0.90/0.65)	

CMYK percentages

%85.23
%0
%89.77
%65.49

Codes

Color #0D5809 in popluar color models

0D5809
RGB13889
HSL117°81.44%19.02%
HSB/HSV117°89.77%34.51%
CMYK85.23%0.00%89.77%
65.49%

Color #0D5809 in popluar number systems.

HEX0D5809
Decimal13889
Binary110110110001001
Octal1513011

Shades and tints

Shades of #0D5809

#0D5809
(13,88,9)
#0C5009
(12,80,9)
#0B4809
(11,72,9)
#0A4009
(10,64,9)
#093809
(9,56,9)
#083009
(8,48,9)
#072809
(7,40,9)
#062009
(6,32,9)
#051809
(5,24,9)
#041009
(4,16,9)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #0D5809

#0D5809
(13,88,9)
#23671F
(35,103,31)
#397635
(57,118,53)
#4F854B
(79,133,75)
#659461
(101,148,97)
#7BA377
(123,163,119)
#91B28D
(145,178,141)
#A7C1A3
(167,193,163)
#BDD0B9
(189,208,185)
#D3DFCF
(211,223,207)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5809; }

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

This text font color is #0D5809.


Background Color

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

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

This div background color is #0D5809.


Border color

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

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

This div border color is #0D5809.


Opacity

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

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

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

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

This text has shadow with #0D5809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5809 on black background.


Color preview on white background

This text has color #0D5809 on white background.



Black color preview on #0D5809 background

This text has black color on #0D5809 background.


White color preview on #0D5809 background

This text has white color on #0D5809 background.