COLOR #0D5661

HEX: #0D5661 RGB: (13,86,97)

Color info

#0D5661 contains mainly green and blue colors. Web safe color of #0D5661 is #006666 (or #066).

RGB color model

#0D5661 color RGB value is (13,86,97).

RGB: (13,86,97) (5%, 34%, 38%)

RGB channels and saturation

R 13 of 255 = 5%
G 86 of 255 = 34%
B 97 of 255 = 38%

13
86
97

R + G + B ~ 26%. #0D5661 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 86 + 97 = 196 (100%)
R 13 of 196 ~ 6.63%
G 86 of 196 ~ 43.88%
B 97 of 196 ~ 49.49'%

%43.88
%49.49

CMYK color model

#0D5661 color CMYK value is (87,11,0,62).

  • cyan value is 86.60%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (87,11,0,62) C87M11Y0K62 (87%,11%,0%,62%) (0.87/0.11/0.00/0.62) 

CMYK percentages

%86.6
%11.34
%0
%61.96

Codes

Color #0D5661 in popluar color models

0D 56 61
RGB 13 86 97
HSL 188° 76.36% 21.57%
HSB/HSV 188° 86.60% 38.04%
CMYK 86.60% 11.34% 0.00%
61.96%

Color #0D5661 in popluar number systems.

HEX 0D 56 61
Decimal 13 86 97
Binary 1101 1010110 1100001
Octal 15 126 141

Shades and tints

Shades of #0D5661

#0D5661
(13,86,97)
#0C4F59
(12,79,89)
#0B4851
(11,72,81)
#0A4149
(10,65,73)
#093A41
(9,58,65)
#083339
(8,51,57)
#072C31
(7,44,49)
#062529
(6,37,41)
#051E21
(5,30,33)
#041719
(4,23,25)
#031011
(3,16,17)
#000000
(0,0,0)

Tints of #0D5661

#0D5661
(13,86,97)
#23656F
(35,101,111)
#39747D
(57,116,125)
#4F838B
(79,131,139)
#659299
(101,146,153)
#7BA1A7
(123,161,167)
#91B0B5
(145,176,181)
#A7BFC3
(167,191,195)
#BDCED1
(189,206,209)
#D3DDDF
(211,221,223)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5661; }

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

This text font color is #0D5661.

Background Color

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

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

This div background color is #0D5661.

Border color

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

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

This div border color is #0D5661.

Opacity

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

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

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

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

This text has shadow with #0D5661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5661.

Preview

Color preview on black background

This text has color #0D5661 on black background.


Color preview on white background

This text has color #0D5661 on white background.


Black color preview on #0D5661 background

This text has black color on #0D5661 background.


White color preview on #0D5661 background

This text has white color on #0D5661 background.


Related colors

Complementary color

Complementary color for #hex is #F2A99E.


I love getcolorcode.com

Triadic colors

1 #610D56 and #56610D with #0D5661 are triadic colors.

2 #61560D and #560D61 with #0D5661 are triadic colors.