COLOR #0D593B

HEX: #0D593B
RGB: (13,89,59)

Color info

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

RGB color model

#0D593B color RGB value is (13,89,59).

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

RGB channels and saturation

R 13 of 255 = 5%
G 89 of 255 = 35%
B 59 of 255 = 23%

13
89
59

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

Portions of RGB colors in percentages

R + G + B =
13 + 89 + 59 = 161 (100%)
R 13 of 161 ~ 8.07%
G 89 of 161 ~ 55.28%
B 59 of 161 ~ 36.65%

%55.28
%36.65

CMYK color model

#0D593B color CMYK value is (85,0,34,65).

  • cyan value is 85.39%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK:
(85,0,34,65)
C85M0Y34K65 
(85%,0%,34%,65%)
(0.85/0.00/0.34/0.65)	

CMYK percentages

%85.39
%0
%33.71
%65.1

Codes

Color #0D593B in popluar color models

0D593B
RGB138959
HSL156°74.51%20.00%
HSB/HSV156°85.39%34.90%
CMYK85.39%0.00%33.71%
65.10%

Color #0D593B in popluar number systems.

HEX0D593B
Decimal138959
Binary11011011001111011
Octal1513173

Shades and tints

Shades of #0D593B

#0D593B
(13,89,59)
#0C5136
(12,81,54)
#0B4931
(11,73,49)
#0A412C
(10,65,44)
#093927
(9,57,39)
#083122
(8,49,34)
#07291D
(7,41,29)
#062118
(6,33,24)
#051913
(5,25,19)
#04110E
(4,17,14)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #0D593B

#0D593B
(13,89,59)
#23684C
(35,104,76)
#39775D
(57,119,93)
#4F866E
(79,134,110)
#65957F
(101,149,127)
#7BA490
(123,164,144)
#91B3A1
(145,179,161)
#A7C2B2
(167,194,178)
#BDD1C3
(189,209,195)
#D3E0D4
(211,224,212)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D593B; }

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

This text font color is #0D593B.


Background Color

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

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

This div background color is #0D593B.


Border color

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

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

This div border color is #0D593B.


Opacity

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

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

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

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

This text has shadow with #0D593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D593B on black background.


Color preview on white background

This text has color #0D593B on white background.



Black color preview on #0D593B background

This text has black color on #0D593B background.


White color preview on #0D593B background

This text has white color on #0D593B background.