COLOR #0D5F00

HEX: #0D5F00
RGB: (13,95,0)

Color info

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

RGB color model

#0D5F00 color RGB value is (13,95,0).

  • red value is 13;
  • green value is 95;
  • blue value is 0.
RGB:
(13,95,0)
(5%,37%,0%)

RGB channels and saturation

R 13 of 255 = 5%
G 95 of 255 = 37%
B 0 of 255 = 0%

13
95
0

R + G + B ~ 14%. #0D5F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 95 + 0 = 108 (100%)
R 13 of 108 ~ 12.04%
G 95 of 108 ~ 87.96%
B 0 of 108 ~ 0%

%12.04
%87.96

CMYK color model

#0D5F00 color CMYK value is (86,0,100,63).

  • cyan value is 86.32%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.75%
CMYK:
(86,0,100,63)
C86M0Y100K63 
(86%,0%,100%,63%)
(0.86/0.00/1.00/0.63)	

CMYK percentages

%86.32
%0
%100
%62.75

Codes

Color #0D5F00 in popluar color models

0D5F00
RGB13950
HSL112°100.00%18.63%
HSB/HSV112°100.00%37.25%
CMYK86.32%0.00%100.00%
62.75%

Color #0D5F00 in popluar number systems.

HEX0D5F00
Decimal13950
Binary110110111110
Octal151370

Shades and tints

Shades of #0D5F00

#0D5F00
(13,95,0)
#0C5700
(12,87,0)
#0B4F00
(11,79,0)
#0A4700
(10,71,0)
#093F00
(9,63,0)
#083700
(8,55,0)
#072F00
(7,47,0)
#062700
(6,39,0)
#051F00
(5,31,0)
#041700
(4,23,0)
#030F00
(3,15,0)
#000000
(0,0,0)

Tints of #0D5F00

#0D5F00
(13,95,0)
#236D17
(35,109,23)
#397B2E
(57,123,46)
#4F8945
(79,137,69)
#65975C
(101,151,92)
#7BA573
(123,165,115)
#91B38A
(145,179,138)
#A7C1A1
(167,193,161)
#BDCFB8
(189,207,184)
#D3DDCF
(211,221,207)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5F00; }

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

This text font color is #0D5F00.


Background Color

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

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

This div background color is #0D5F00.


Border color

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

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

This div border color is #0D5F00.


Opacity

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

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

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

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

This text has shadow with #0D5F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5F00 on black background.


Color preview on white background

This text has color #0D5F00 on white background.



Black color preview on #0D5F00 background

This text has black color on #0D5F00 background.


White color preview on #0D5F00 background

This text has white color on #0D5F00 background.