COLOR #0D5739

HEX: #0D5739 RGB: (13,87,57)

Color info

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

RGB color model

#0D5739 color RGB value is (13,87,57).

RGB: (13,87,57) (5%, 34%, 22%)

RGB channels and saturation

R 13 of 255 = 5%
G 87 of 255 = 34%
B 57 of 255 = 22%

13
87
57

R + G + B ~ 20%. #0D5739 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 87 + 57 = 157 (100%)
R 13 of 157 ~ 8.28%
G 87 of 157 ~ 55.41%
B 57 of 157 ~ 36.31'%

%55.41
%36.31

CMYK color model

#0D5739 color CMYK value is (85,0,34,66).

  • cyan value is 85.06%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 65.88%

CMYK: (85,0,34,66)
C85M0Y34K66 (85%, 0%, 34%, 66%)
(0.85 / 0.00 / 0.34 / 0.66)

CMYK percentages

%85.06
%0
%34.48
%65.88

Codes

Color #0D5739 in popluar color models

0D 57 39
RGB 13 87 57
HSL 156° 74.00% 19.61%
HSB/HSV 156° 85.06% 34.12%
CMYK 85.06% 0.00% 34.48%
65.88%

Color #0D5739 in popluar number systems.

HEX 0D 57 39
Decimal 13 87 57
Binary 1101 1010111 111001
Octal 15 127 71

Shades and tints

Shades of #0D5739

#0D5739
(13,87,57)
#0C5034
(12,80,52)
#0B492F
(11,73,47)
#0A422A
(10,66,42)
#093B25
(9,59,37)
#083420
(8,52,32)
#072D1B
(7,45,27)
#062616
(6,38,22)
#051F11
(5,31,17)
#04180C
(4,24,12)
#031107
(3,17,7)
#000000
(0,0,0)

Tints of #0D5739

#0D5739
(13,87,57)
#23664B
(35,102,75)
#39755D
(57,117,93)
#4F846F
(79,132,111)
#659381
(101,147,129)
#7BA293
(123,162,147)
#91B1A5
(145,177,165)
#A7C0B7
(167,192,183)
#BDCFC9
(189,207,201)
#D3DEDB
(211,222,219)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5739 color. Also use rgb(13,87,57) instead hex code.

Text Font Color

.myTextColor { color: #0D5739; }

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

This text font color is #0D5739.

Background Color

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

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

This div background color is #0D5739.

Border color

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

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

This div border color is #0D5739.

Opacity

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

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

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

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

This text has shadow with #0D5739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5739.

Preview

Color preview on black background

This text has color #0D5739 on black background.


Color preview on white background

This text has color #0D5739 on white background.


Black color preview on #0D5739 background

This text has black color on #0D5739 background.


White color preview on #0D5739 background

This text has white color on #0D5739 background.


Related colors

Complementary color

Complementary color for #hex is #F2A8C6.


I love getcolorcode.com

Triadic colors

1 #390D57 and #57390D with #0D5739 are triadic colors.

2 #39570D and #570D39 with #0D5739 are triadic colors.