COLOR #0D5E04

HEX: #0D5E04
RGB: (13,94,4)

Color info

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

RGB color model

#0D5E04 color RGB value is (13,94,4).

  • red value is 13;
  • green value is 94;
  • blue value is 4.
RGB:
(13,94,4)
(5%,37%,2%)

RGB channels and saturation

R 13 of 255 = 5%
G 94 of 255 = 37%
B 4 of 255 = 2%

13
94
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 94 + 4 = 111 (100%)
R 13 of 111 ~ 11.71%
G 94 of 111 ~ 84.68%
B 4 of 111 ~ 3.6%

%11.71
%84.68

CMYK color model

#0D5E04 color CMYK value is (86,0,96,63).

  • cyan value is 86.17%
  • magenta value is 0.00%
  • yellow value is 95.74%
  • key color value is 63.14%
CMYK:
(86,0,96,63)
C86M0Y96K63 
(86%,0%,96%,63%)
(0.86/0.00/0.96/0.63)	

CMYK percentages

%86.17
%0
%95.74
%63.14

Codes

Color #0D5E04 in popluar color models

0D5E04
RGB13944
HSL114°91.84%19.22%
HSB/HSV114°95.74%36.86%
CMYK86.17%0.00%95.74%
63.14%

Color #0D5E04 in popluar number systems.

HEX0D5E04
Decimal13944
Binary11011011110100
Octal151364

Shades and tints

Shades of #0D5E04

#0D5E04
(13,94,4)
#0C5604
(12,86,4)
#0B4E04
(11,78,4)
#0A4604
(10,70,4)
#093E04
(9,62,4)
#083604
(8,54,4)
#072E04
(7,46,4)
#062604
(6,38,4)
#051E04
(5,30,4)
#041604
(4,22,4)
#030E04
(3,14,4)
#000000
(0,0,0)

Tints of #0D5E04

#0D5E04
(13,94,4)
#236C1A
(35,108,26)
#397A30
(57,122,48)
#4F8846
(79,136,70)
#65965C
(101,150,92)
#7BA472
(123,164,114)
#91B288
(145,178,136)
#A7C09E
(167,192,158)
#BDCEB4
(189,206,180)
#D3DCCA
(211,220,202)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5E04; }

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

This text font color is #0D5E04.


Background Color

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

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

This div background color is #0D5E04.


Border color

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

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

This div border color is #0D5E04.


Opacity

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

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

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

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

This text has shadow with #0D5E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5E04 on black background.


Color preview on white background

This text has color #0D5E04 on white background.



Black color preview on #0D5E04 background

This text has black color on #0D5E04 background.


White color preview on #0D5E04 background

This text has white color on #0D5E04 background.