COLOR #0D513F

HEX: #0D513F
RGB: (13,81,63)

Color info

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

RGB color model

#0D513F color RGB value is (13,81,63).

  • red value is 13;
  • green value is 81;
  • blue value is 63.
RGB:
(13,81,63)
(5%,32%,25%)

RGB channels and saturation

R 13 of 255 = 5%
G 81 of 255 = 32%
B 63 of 255 = 25%

13
81
63

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

Portions of RGB colors in percentages

R + G + B =
13 + 81 + 63 = 157 (100%)
R 13 of 157 ~ 8.28%
G 81 of 157 ~ 51.59%
B 63 of 157 ~ 40.13%

%51.59
%40.13

CMYK color model

#0D513F color CMYK value is (84,0,22,68).

  • cyan value is 83.95%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(84,0,22,68)
C84M0Y22K68 
(84%,0%,22%,68%)
(0.84/0.00/0.22/0.68)	

CMYK percentages

%83.95
%0
%22.22
%68.24

Codes

Color #0D513F in popluar color models

0D513F
RGB138163
HSL164°72.34%18.43%
HSB/HSV164°83.95%31.76%
CMYK83.95%0.00%22.22%
68.24%

Color #0D513F in popluar number systems.

HEX0D513F
Decimal138163
Binary11011010001111111
Octal1512177

Shades and tints

Shades of #0D513F

#0D513F
(13,81,63)
#0C4A3A
(12,74,58)
#0B4335
(11,67,53)
#0A3C30
(10,60,48)
#09352B
(9,53,43)
#082E26
(8,46,38)
#072721
(7,39,33)
#06201C
(6,32,28)
#051917
(5,25,23)
#041212
(4,18,18)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D513F

#0D513F
(13,81,63)
#236050
(35,96,80)
#396F61
(57,111,97)
#4F7E72
(79,126,114)
#658D83
(101,141,131)
#7B9C94
(123,156,148)
#91ABA5
(145,171,165)
#A7BAB6
(167,186,182)
#BDC9C7
(189,201,199)
#D3D8D8
(211,216,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D513F color. Also use rgb(13,81,63) instead hex code.

Text Font Color

.myTextColor { color: #0D513F; }

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

This text font color is #0D513F.


Background Color

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

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

This div background color is #0D513F.


Border color

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

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

This div border color is #0D513F.


Opacity

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

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

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

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

This text has shadow with #0D513F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D513F on black background.


Color preview on white background

This text has color #0D513F on white background.



Black color preview on #0D513F background

This text has black color on #0D513F background.


White color preview on #0D513F background

This text has white color on #0D513F background.