COLOR #0D563E

HEX: #0D563E
RGB: (13,86,62)

Color info

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

RGB color model

#0D563E color RGB value is (13,86,62).

  • red value is 13;
  • green value is 86;
  • blue value is 62.
RGB:
(13,86,62)
(5%,34%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 86 of 255 = 34%
B 62 of 255 = 24%

13
86
62

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

Portions of RGB colors in percentages

R + G + B =
13 + 86 + 62 = 161 (100%)
R 13 of 161 ~ 8.07%
G 86 of 161 ~ 53.42%
B 62 of 161 ~ 38.51%

%53.42
%38.51

CMYK color model

#0D563E color CMYK value is (85,0,28,66).

  • cyan value is 84.88%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 66.27%
CMYK:
(85,0,28,66)
C85M0Y28K66 
(85%,0%,28%,66%)
(0.85/0.00/0.28/0.66)	

CMYK percentages

%84.88
%0
%27.91
%66.27

Codes

Color #0D563E in popluar color models

0D563E
RGB138662
HSL160°73.74%19.41%
HSB/HSV160°84.88%33.73%
CMYK84.88%0.00%27.91%
66.27%

Color #0D563E in popluar number systems.

HEX0D563E
Decimal138662
Binary11011010110111110
Octal1512676

Shades and tints

Shades of #0D563E

#0D563E
(13,86,62)
#0C4F39
(12,79,57)
#0B4834
(11,72,52)
#0A412F
(10,65,47)
#093A2A
(9,58,42)
#083325
(8,51,37)
#072C20
(7,44,32)
#06251B
(6,37,27)
#051E16
(5,30,22)
#041711
(4,23,17)
#03100C
(3,16,12)
#000000
(0,0,0)

Tints of #0D563E

#0D563E
(13,86,62)
#23654F
(35,101,79)
#397460
(57,116,96)
#4F8371
(79,131,113)
#659282
(101,146,130)
#7BA193
(123,161,147)
#91B0A4
(145,176,164)
#A7BFB5
(167,191,181)
#BDCEC6
(189,206,198)
#D3DDD7
(211,221,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D563E color. Also use rgb(13,86,62) instead hex code.

Text Font Color

.myTextColor { color: #0D563E; }

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

This text font color is #0D563E.


Background Color

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

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

This div background color is #0D563E.


Border color

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

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

This div border color is #0D563E.


Opacity

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

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

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

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

This text has shadow with #0D563E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D563E on black background.


Color preview on white background

This text has color #0D563E on white background.



Black color preview on #0D563E background

This text has black color on #0D563E background.


White color preview on #0D563E background

This text has white color on #0D563E background.