COLOR #0D5937

HEX: #0D5937
RGB: (13,89,55)

Color info

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

RGB color model

#0D5937 color RGB value is (13,89,55).

  • red value is 13;
  • green value is 89;
  • blue value is 55.
RGB:
(13,89,55)
(5%,35%,22%)

RGB channels and saturation

R 13 of 255 = 5%
G 89 of 255 = 35%
B 55 of 255 = 22%

13
89
55

R + G + B ~ 21%. #0D5937 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 89 + 55 = 157 (100%)
R 13 of 157 ~ 8.28%
G 89 of 157 ~ 56.69%
B 55 of 157 ~ 35.03%

%56.69
%35.03

CMYK color model

#0D5937 color CMYK value is (85,0,38,65).

  • cyan value is 85.39%
  • magenta value is 0.00%
  • yellow value is 38.20%
  • key color value is 65.10%
CMYK:
(85,0,38,65)
C85M0Y38K65 
(85%,0%,38%,65%)
(0.85/0.00/0.38/0.65)	

CMYK percentages

%85.39
%0
%38.2
%65.1

Codes

Color #0D5937 in popluar color models

0D5937
RGB138955
HSL153°74.51%20.00%
HSB/HSV153°85.39%34.90%
CMYK85.39%0.00%38.20%
65.10%

Color #0D5937 in popluar number systems.

HEX0D5937
Decimal138955
Binary11011011001110111
Octal1513167

Shades and tints

Shades of #0D5937

#0D5937
(13,89,55)
#0C5132
(12,81,50)
#0B492D
(11,73,45)
#0A4128
(10,65,40)
#093923
(9,57,35)
#08311E
(8,49,30)
#072919
(7,41,25)
#062114
(6,33,20)
#05190F
(5,25,15)
#04110A
(4,17,10)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #0D5937

#0D5937
(13,89,55)
#236849
(35,104,73)
#39775B
(57,119,91)
#4F866D
(79,134,109)
#65957F
(101,149,127)
#7BA491
(123,164,145)
#91B3A3
(145,179,163)
#A7C2B5
(167,194,181)
#BDD1C7
(189,209,199)
#D3E0D9
(211,224,217)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5937 color. Also use rgb(13,89,55) instead hex code.

Text Font Color

.myTextColor { color: #0D5937; }

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

This text font color is #0D5937.


Background Color

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

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

This div background color is #0D5937.


Border color

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

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

This div border color is #0D5937.


Opacity

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

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

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

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

This text has shadow with #0D5937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5937 on black background.


Color preview on white background

This text has color #0D5937 on white background.



Black color preview on #0D5937 background

This text has black color on #0D5937 background.


White color preview on #0D5937 background

This text has white color on #0D5937 background.