COLOR #0D6E7D

HEX: #0D6E7D
RGB: (13,110,125)

Color info

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

RGB color model

#0D6E7D color RGB value is (13,110,125).

  • red value is 13;
  • green value is 110;
  • blue value is 125.
RGB:
(13,110,125)
(5%,43%,49%)

RGB channels and saturation

R 13 of 255 = 5%
G 110 of 255 = 43%
B 125 of 255 = 49%

13
110
125

R + G + B ~ 32%. #0D6E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 110 + 125 = 248 (100%)
R 13 of 248 ~ 5.24%
G 110 of 248 ~ 44.35%
B 125 of 248 ~ 50.4%

%44.35
%50.4

CMYK color model

#0D6E7D color CMYK value is (90,12,0,51).

  • cyan value is 89.60%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(90,12,0,51)
C90M12Y0K51 
(90%,12%,0%,51%)
(0.90/0.12/0.00/0.51)	

CMYK percentages

%89.6
%12
%0
%50.98

Codes

Color #0D6E7D in popluar color models

0D6E7D
RGB13110125
HSL188°81.16%27.06%
HSB/HSV188°89.60%49.02%
CMYK89.60%12.00%0.00%
50.98%

Color #0D6E7D in popluar number systems.

HEX0D6E7D
Decimal13110125
Binary110111011101111101
Octal15156175

Shades and tints

Shades of #0D6E7D

#0D6E7D
(13,110,125)
#0C6472
(12,100,114)
#0B5A67
(11,90,103)
#0A505C
(10,80,92)
#094651
(9,70,81)
#083C46
(8,60,70)
#07323B
(7,50,59)
#062830
(6,40,48)
#051E25
(5,30,37)
#04141A
(4,20,26)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #0D6E7D

#0D6E7D
(13,110,125)
#237B88
(35,123,136)
#398893
(57,136,147)
#4F959E
(79,149,158)
#65A2A9
(101,162,169)
#7BAFB4
(123,175,180)
#91BCBF
(145,188,191)
#A7C9CA
(167,201,202)
#BDD6D5
(189,214,213)
#D3E3E0
(211,227,224)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6E7D color. Also use rgb(13,110,125) instead hex code.

Text Font Color

.myTextColor { color: #0D6E7D; }

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

This text font color is #0D6E7D.


Background Color

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

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

This div background color is #0D6E7D.


Border color

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

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

This div border color is #0D6E7D.


Opacity

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

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

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

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

This text has shadow with #0D6E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6E7D on black background.


Color preview on white background

This text has color #0D6E7D on white background.



Black color preview on #0D6E7D background

This text has black color on #0D6E7D background.


White color preview on #0D6E7D background

This text has white color on #0D6E7D background.