COLOR #0D5E3D

HEX: #0D5E3D
RGB: (13,94,61)

Color info

#0D5E3D contains mainly green and blue colors. Web safe color of #0D5E3D is #006633 (or #063).

RGB color model

#0D5E3D color RGB value is (13,94,61).

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

RGB channels and saturation

R 13 of 255 = 5%
G 94 of 255 = 37%
B 61 of 255 = 24%

13
94
61

R + G + B ~ 22%. #0D5E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 94 + 61 = 168 (100%)
R 13 of 168 ~ 7.74%
G 94 of 168 ~ 55.95%
B 61 of 168 ~ 36.31%

%55.95
%36.31

CMYK color model

#0D5E3D color CMYK value is (86,0,35,63).

  • cyan value is 86.17%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(86,0,35,63)
C86M0Y35K63 
(86%,0%,35%,63%)
(0.86/0.00/0.35/0.63)	

CMYK percentages

%86.17
%0
%35.11
%63.14

Codes

Color #0D5E3D in popluar color models

0D5E3D
RGB139461
HSL156°75.70%20.98%
HSB/HSV156°86.17%36.86%
CMYK86.17%0.00%35.11%
63.14%

Color #0D5E3D in popluar number systems.

HEX0D5E3D
Decimal139461
Binary11011011110111101
Octal1513675

Shades and tints

Shades of #0D5E3D

#0D5E3D
(13,94,61)
#0C5638
(12,86,56)
#0B4E33
(11,78,51)
#0A462E
(10,70,46)
#093E29
(9,62,41)
#083624
(8,54,36)
#072E1F
(7,46,31)
#06261A
(6,38,26)
#051E15
(5,30,21)
#041610
(4,22,16)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #0D5E3D

#0D5E3D
(13,94,61)
#236C4E
(35,108,78)
#397A5F
(57,122,95)
#4F8870
(79,136,112)
#659681
(101,150,129)
#7BA492
(123,164,146)
#91B2A3
(145,178,163)
#A7C0B4
(167,192,180)
#BDCEC5
(189,206,197)
#D3DCD6
(211,220,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5E3D; }

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

This text font color is #0D5E3D.


Background Color

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

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

This div background color is #0D5E3D.


Border color

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

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

This div border color is #0D5E3D.


Opacity

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

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

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

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

This text has shadow with #0D5E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5E3D on black background.


Color preview on white background

This text has color #0D5E3D on white background.



Black color preview on #0D5E3D background

This text has black color on #0D5E3D background.


White color preview on #0D5E3D background

This text has white color on #0D5E3D background.