COLOR #0D7F09

HEX: #0D7F09
RGB: (13,127,9)

Color info

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

RGB color model

#0D7F09 color RGB value is (13,127,9).

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

RGB channels and saturation

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

13
127
9

R + G + B ~ 20%. #0D7F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 127 + 9 = 149 (100%)
R 13 of 149 ~ 8.72%
G 127 of 149 ~ 85.23%
B 9 of 149 ~ 6.04%

%85.23

CMYK color model

#0D7F09 color CMYK value is (90,0,93,50).

  • cyan value is 89.76%
  • magenta value is 0.00%
  • yellow value is 92.91%
  • key color value is 50.20%
CMYK:
(90,0,93,50)
C90M0Y93K50 
(90%,0%,93%,50%)
(0.90/0.00/0.93/0.50)	

CMYK percentages

%89.76
%0
%92.91
%50.2

Codes

Color #0D7F09 in popluar color models

0D7F09
RGB131279
HSL118°86.76%26.67%
HSB/HSV118°92.91%49.80%
CMYK89.76%0.00%92.91%
50.20%

Color #0D7F09 in popluar number systems.

HEX0D7F09
Decimal131279
Binary110111111111001
Octal1517711

Shades and tints

Shades of #0D7F09

#0D7F09
(13,127,9)
#0C7409
(12,116,9)
#0B6909
(11,105,9)
#0A5E09
(10,94,9)
#095309
(9,83,9)
#084809
(8,72,9)
#073D09
(7,61,9)
#063209
(6,50,9)
#052709
(5,39,9)
#041C09
(4,28,9)
#031109
(3,17,9)
#000000
(0,0,0)

Tints of #0D7F09

#0D7F09
(13,127,9)
#238A1F
(35,138,31)
#399535
(57,149,53)
#4FA04B
(79,160,75)
#65AB61
(101,171,97)
#7BB677
(123,182,119)
#91C18D
(145,193,141)
#A7CCA3
(167,204,163)
#BDD7B9
(189,215,185)
#D3E2CF
(211,226,207)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D7F09; }

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

This text font color is #0D7F09.


Background Color

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

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

This div background color is #0D7F09.


Border color

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

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

This div border color is #0D7F09.


Opacity

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

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

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

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

This text has shadow with #0D7F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7F09 on black background.


Color preview on white background

This text has color #0D7F09 on white background.



Black color preview on #0D7F09 background

This text has black color on #0D7F09 background.


White color preview on #0D7F09 background

This text has white color on #0D7F09 background.