COLOR #0D5C37

HEX: #0D5C37
RGB: (13,92,55)

Color info

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

RGB color model

#0D5C37 color RGB value is (13,92,55).

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

RGB channels and saturation

R 13 of 255 = 5%
G 92 of 255 = 36%
B 55 of 255 = 22%

13
92
55

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

Portions of RGB colors in percentages

R + G + B =
13 + 92 + 55 = 160 (100%)
R 13 of 160 ~ 8.13%
G 92 of 160 ~ 57.5%
B 55 of 160 ~ 34.38%

%57.5
%34.38

CMYK color model

#0D5C37 color CMYK value is (86,0,40,64).

  • cyan value is 85.87%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(86,0,40,64)
C86M0Y40K64 
(86%,0%,40%,64%)
(0.86/0.00/0.40/0.64)	

CMYK percentages

%85.87
%0
%40.22
%63.92

Codes

Color #0D5C37 in popluar color models

0D5C37
RGB139255
HSL152°75.24%20.59%
HSB/HSV152°85.87%36.08%
CMYK85.87%0.00%40.22%
63.92%

Color #0D5C37 in popluar number systems.

HEX0D5C37
Decimal139255
Binary11011011100110111
Octal1513467

Shades and tints

Shades of #0D5C37

#0D5C37
(13,92,55)
#0C5432
(12,84,50)
#0B4C2D
(11,76,45)
#0A4428
(10,68,40)
#093C23
(9,60,35)
#08341E
(8,52,30)
#072C19
(7,44,25)
#062414
(6,36,20)
#051C0F
(5,28,15)
#04140A
(4,20,10)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #0D5C37

#0D5C37
(13,92,55)
#236A49
(35,106,73)
#39785B
(57,120,91)
#4F866D
(79,134,109)
#65947F
(101,148,127)
#7BA291
(123,162,145)
#91B0A3
(145,176,163)
#A7BEB5
(167,190,181)
#BDCCC7
(189,204,199)
#D3DAD9
(211,218,217)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5C37; }

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

This text font color is #0D5C37.


Background Color

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

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

This div background color is #0D5C37.


Border color

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

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

This div border color is #0D5C37.


Opacity

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

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

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

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

This text has shadow with #0D5C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5C37 on black background.


Color preview on white background

This text has color #0D5C37 on white background.



Black color preview on #0D5C37 background

This text has black color on #0D5C37 background.


White color preview on #0D5C37 background

This text has white color on #0D5C37 background.