COLOR #0D646D

HEX: #0D646D RGB: (13,100,109)

Color info

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

RGB color model

#0D646D color RGB value is (13,100,109).

RGB: (13,100,109) (5%, 39%, 43%)

RGB channels and saturation

R 13 of 255 = 5%
G 100 of 255 = 39%
B 109 of 255 = 43%

13
100
109

R + G + B ~ 29%. #0D646D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 100 + 109 = 222 (100%)
R 13 of 222 ~ 5.86%
G 100 of 222 ~ 45.05%
B 109 of 222 ~ 49.1'%

%45.05
%49.1

CMYK color model

#0D646D color CMYK value is (88,8,0,57).

  • cyan value is 88.07%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (88,8,0,57) C88M8Y0K57 (88%,8%,0%,57%) (0.88/0.08/0.00/0.57) 

CMYK percentages

%88.07
%8.26
%0
%57.25

Codes

Color #0D646D in popluar color models

0D 64 6D
RGB 13 100 109
HSL 186° 78.69% 23.92%
HSB/HSV 186° 88.07% 42.75%
CMYK 88.07% 8.26% 0.00%
57.25%

Color #0D646D in popluar number systems.

HEX 0D 64 6D
Decimal 13 100 109
Binary 1101 1100100 1101101
Octal 15 144 155

Shades and tints

Shades of #0D646D

#0D646D
(13,100,109)
#0C5B64
(12,91,100)
#0B525B
(11,82,91)
#0A4952
(10,73,82)
#094049
(9,64,73)
#083740
(8,55,64)
#072E37
(7,46,55)
#06252E
(6,37,46)
#051C25
(5,28,37)
#04131C
(4,19,28)
#030A13
(3,10,19)
#000000
(0,0,0)

Tints of #0D646D

#0D646D
(13,100,109)
#23727A
(35,114,122)
#398087
(57,128,135)
#4F8E94
(79,142,148)
#659CA1
(101,156,161)
#7BAAAE
(123,170,174)
#91B8BB
(145,184,187)
#A7C6C8
(167,198,200)
#BDD4D5
(189,212,213)
#D3E2E2
(211,226,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D646D color. Also use rgb(13,100,109) instead hex code.

Text Font Color

.myTextColor { color: #0D646D; }

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

This text font color is #0D646D.

Background Color

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

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

This div background color is #0D646D.

Border color

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

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

This div border color is #0D646D.

Opacity

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

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

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

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

This text has shadow with #0D646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D646D.

Preview

Color preview on black background

This text has color #0D646D on black background.


Color preview on white background

This text has color #0D646D on white background.


Black color preview on #0D646D background

This text has black color on #0D646D background.


White color preview on #0D646D background

This text has white color on #0D646D background.


Related colors

Complementary color

Complementary color for #hex is #F29B92.


I love getcolorcode.com

Triadic colors

1 #6D0D64 and #646D0D with #0D646D are triadic colors.

2 #6D640D and #640D6D with #0D646D are triadic colors.