COLOR #0D5E05

HEX: #0D5E05
RGB: (13,94,5)

Color info

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

RGB color model

#0D5E05 color RGB value is (13,94,5).

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

RGB channels and saturation

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

13
94
5

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

Portions of RGB colors in percentages

R + G + B =
13 + 94 + 5 = 112 (100%)
R 13 of 112 ~ 11.61%
G 94 of 112 ~ 83.93%
B 5 of 112 ~ 4.46%

%11.61
%83.93

CMYK color model

#0D5E05 color CMYK value is (86,0,95,63).

  • cyan value is 86.17%
  • magenta value is 0.00%
  • yellow value is 94.68%
  • key color value is 63.14%
CMYK:
(86,0,95,63)
C86M0Y95K63 
(86%,0%,95%,63%)
(0.86/0.00/0.95/0.63)	

CMYK percentages

%86.17
%0
%94.68
%63.14

Codes

Color #0D5E05 in popluar color models

0D5E05
RGB13945
HSL115°89.90%19.41%
HSB/HSV115°94.68%36.86%
CMYK86.17%0.00%94.68%
63.14%

Color #0D5E05 in popluar number systems.

HEX0D5E05
Decimal13945
Binary11011011110101
Octal151365

Shades and tints

Shades of #0D5E05

#0D5E05
(13,94,5)
#0C5605
(12,86,5)
#0B4E05
(11,78,5)
#0A4605
(10,70,5)
#093E05
(9,62,5)
#083605
(8,54,5)
#072E05
(7,46,5)
#062605
(6,38,5)
#051E05
(5,30,5)
#041605
(4,22,5)
#030E05
(3,14,5)
#000000
(0,0,0)

Tints of #0D5E05

#0D5E05
(13,94,5)
#236C1B
(35,108,27)
#397A31
(57,122,49)
#4F8847
(79,136,71)
#65965D
(101,150,93)
#7BA473
(123,164,115)
#91B289
(145,178,137)
#A7C09F
(167,192,159)
#BDCEB5
(189,206,181)
#D3DCCB
(211,220,203)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5E05; }

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

This text font color is #0D5E05.


Background Color

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

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

This div background color is #0D5E05.


Border color

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

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

This div border color is #0D5E05.


Opacity

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

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

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

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

This text has shadow with #0D5E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5E05 on black background.


Color preview on white background

This text has color #0D5E05 on white background.



Black color preview on #0D5E05 background

This text has black color on #0D5E05 background.


White color preview on #0D5E05 background

This text has white color on #0D5E05 background.