COLOR #0D5D1C

HEX: #0D5D1C
RGB: (13,93,28)

Color info

#0D5D1C contains mainly green color. Web safe color of #0D5D1C is #006633 (or #063).

RGB color model

#0D5D1C color RGB value is (13,93,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 93 of 255 = 36%
B 28 of 255 = 11%

13
93
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 93 + 28 = 134 (100%)
R 13 of 134 ~ 9.7%
G 93 of 134 ~ 69.4%
B 28 of 134 ~ 20.9%

%9.7
%69.4
%20.9

CMYK color model

#0D5D1C color CMYK value is (86,0,70,64).

  • cyan value is 86.02%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 63.53%
CMYK:
(86,0,70,64)
C86M0Y70K64 
(86%,0%,70%,64%)
(0.86/0.00/0.70/0.64)	

CMYK percentages

%86.02
%0
%69.89
%63.53

Codes

Color #0D5D1C in popluar color models

0D5D1C
RGB139328
HSL131°75.47%20.78%
HSB/HSV131°86.02%36.47%
CMYK86.02%0.00%69.89%
63.53%

Color #0D5D1C in popluar number systems.

HEX0D5D1C
Decimal139328
Binary1101101110111100
Octal1513534

Shades and tints

Shades of #0D5D1C

#0D5D1C
(13,93,28)
#0C551A
(12,85,26)
#0B4D18
(11,77,24)
#0A4516
(10,69,22)
#093D14
(9,61,20)
#083512
(8,53,18)
#072D10
(7,45,16)
#06250E
(6,37,14)
#051D0C
(5,29,12)
#04150A
(4,21,10)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #0D5D1C

#0D5D1C
(13,93,28)
#236B30
(35,107,48)
#397944
(57,121,68)
#4F8758
(79,135,88)
#65956C
(101,149,108)
#7BA380
(123,163,128)
#91B194
(145,177,148)
#A7BFA8
(167,191,168)
#BDCDBC
(189,205,188)
#D3DBD0
(211,219,208)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5D1C; }

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

This text font color is #0D5D1C.


Background Color

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

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

This div background color is #0D5D1C.


Border color

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

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

This div border color is #0D5D1C.


Opacity

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

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

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

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

This text has shadow with #0D5D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5D1C on black background.


Color preview on white background

This text has color #0D5D1C on white background.



Black color preview on #0D5D1C background

This text has black color on #0D5D1C background.


White color preview on #0D5D1C background

This text has white color on #0D5D1C background.