COLOR #0D5D19

HEX: #0D5D19
RGB: (13,93,25)

Color info

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

RGB color model

#0D5D19 color RGB value is (13,93,25).

  • red value is 13;
  • green value is 93;
  • blue value is 25.
RGB:
(13,93,25)
(5%,36%,10%)

RGB channels and saturation

R 13 of 255 = 5%
G 93 of 255 = 36%
B 25 of 255 = 10%

13
93
25

R + G + B ~ 17%. #0D5D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 93 + 25 = 131 (100%)
R 13 of 131 ~ 9.92%
G 93 of 131 ~ 70.99%
B 25 of 131 ~ 19.08%

%9.92
%70.99
%19.08

CMYK color model

#0D5D19 color CMYK value is (86,0,73,64).

  • cyan value is 86.02%
  • magenta value is 0.00%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(86,0,73,64)
C86M0Y73K64 
(86%,0%,73%,64%)
(0.86/0.00/0.73/0.64)	

CMYK percentages

%86.02
%0
%73.12
%63.53

Codes

Color #0D5D19 in popluar color models

0D5D19
RGB139325
HSL129°75.47%20.78%
HSB/HSV129°86.02%36.47%
CMYK86.02%0.00%73.12%
63.53%

Color #0D5D19 in popluar number systems.

HEX0D5D19
Decimal139325
Binary1101101110111001
Octal1513531

Shades and tints

Shades of #0D5D19

#0D5D19
(13,93,25)
#0C5517
(12,85,23)
#0B4D15
(11,77,21)
#0A4513
(10,69,19)
#093D11
(9,61,17)
#08350F
(8,53,15)
#072D0D
(7,45,13)
#06250B
(6,37,11)
#051D09
(5,29,9)
#041507
(4,21,7)
#030D05
(3,13,5)
#000000
(0,0,0)

Tints of #0D5D19

#0D5D19
(13,93,25)
#236B2D
(35,107,45)
#397941
(57,121,65)
#4F8755
(79,135,85)
#659569
(101,149,105)
#7BA37D
(123,163,125)
#91B191
(145,177,145)
#A7BFA5
(167,191,165)
#BDCDB9
(189,205,185)
#D3DBCD
(211,219,205)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5D19; }

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

This text font color is #0D5D19.


Background Color

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

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

This div background color is #0D5D19.


Border color

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

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

This div border color is #0D5D19.


Opacity

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

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

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

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

This text has shadow with #0D5D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5D19 on black background.


Color preview on white background

This text has color #0D5D19 on white background.



Black color preview on #0D5D19 background

This text has black color on #0D5D19 background.


White color preview on #0D5D19 background

This text has white color on #0D5D19 background.