COLOR #0D5039

HEX: #0D5039
RGB: (13,80,57)

Color info

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

RGB color model

#0D5039 color RGB value is (13,80,57).

  • red value is 13;
  • green value is 80;
  • blue value is 57.
RGB:
(13,80,57)
(5%,31%,22%)

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 57 of 255 = 22%

13
80
57

R + G + B ~ 19%. #0D5039 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 80 + 57 = 150 (100%)
R 13 of 150 ~ 8.67%
G 80 of 150 ~ 53.33%
B 57 of 150 ~ 38%

%53.33
%38

CMYK color model

#0D5039 color CMYK value is (84,0,29,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • key color value is 68.63%
CMYK:
(84,0,29,69)
C84M0Y29K69 
(84%,0%,29%,69%)
(0.84/0.00/0.29/0.69)	

CMYK percentages

%83.75
%0
%28.75
%68.63

Codes

Color #0D5039 in popluar color models

0D5039
RGB138057
HSL159°72.04%18.24%
HSB/HSV159°83.75%31.37%
CMYK83.75%0.00%28.75%
68.63%

Color #0D5039 in popluar number systems.

HEX0D5039
Decimal138057
Binary11011010000111001
Octal1512071

Shades and tints

Shades of #0D5039

#0D5039
(13,80,57)
#0C4934
(12,73,52)
#0B422F
(11,66,47)
#0A3B2A
(10,59,42)
#093425
(9,52,37)
#082D20
(8,45,32)
#07261B
(7,38,27)
#061F16
(6,31,22)
#051811
(5,24,17)
#04110C
(4,17,12)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #0D5039

#0D5039
(13,80,57)
#235F4B
(35,95,75)
#396E5D
(57,110,93)
#4F7D6F
(79,125,111)
#658C81
(101,140,129)
#7B9B93
(123,155,147)
#91AAA5
(145,170,165)
#A7B9B7
(167,185,183)
#BDC8C9
(189,200,201)
#D3D7DB
(211,215,219)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5039; }

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

This text font color is #0D5039.


Background Color

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

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

This div background color is #0D5039.


Border color

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

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

This div border color is #0D5039.


Opacity

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

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

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

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

This text has shadow with #0D5039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5039 on black background.


Color preview on white background

This text has color #0D5039 on white background.



Black color preview on #0D5039 background

This text has black color on #0D5039 background.


White color preview on #0D5039 background

This text has white color on #0D5039 background.