COLOR #0D7E7F

HEX: #0D7E7F
RGB: (13,126,127)

Color info

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

RGB color model

#0D7E7F color RGB value is (13,126,127).

  • red value is 13;
  • green value is 126;
  • blue value is 127.
RGB:
(13,126,127)
(5%,49%,50%)

RGB channels and saturation

R 13 of 255 = 5%
G 126 of 255 = 49%
B 127 of 255 = 50%

13
126
127

R + G + B ~ 35%. #0D7E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 126 + 127 = 266 (100%)
R 13 of 266 ~ 4.89%
G 126 of 266 ~ 47.37%
B 127 of 266 ~ 47.74%

%47.37
%47.74

CMYK color model

#0D7E7F color CMYK value is (90,1,0,50).

  • cyan value is 89.76%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(90,1,0,50)
C90M1Y0K50 
(90%,1%,0%,50%)
(0.90/0.01/0.00/0.50)	

CMYK percentages

%89.76
%0.79
%0
%50.2

Codes

Color #0D7E7F in popluar color models

0D7E7F
RGB13126127
HSL181°81.43%27.45%
HSB/HSV181°89.76%49.80%
CMYK89.76%0.79%0.00%
50.20%

Color #0D7E7F in popluar number systems.

HEX0D7E7F
Decimal13126127
Binary110111111101111111
Octal15176177

Shades and tints

Shades of #0D7E7F

#0D7E7F
(13,126,127)
#0C7374
(12,115,116)
#0B6869
(11,104,105)
#0A5D5E
(10,93,94)
#095253
(9,82,83)
#084748
(8,71,72)
#073C3D
(7,60,61)
#063132
(6,49,50)
#052627
(5,38,39)
#041B1C
(4,27,28)
#031011
(3,16,17)
#000000
(0,0,0)

Tints of #0D7E7F

#0D7E7F
(13,126,127)
#23898A
(35,137,138)
#399495
(57,148,149)
#4F9FA0
(79,159,160)
#65AAAB
(101,170,171)
#7BB5B6
(123,181,182)
#91C0C1
(145,192,193)
#A7CBCC
(167,203,204)
#BDD6D7
(189,214,215)
#D3E1E2
(211,225,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7E7F color. Also use rgb(13,126,127) instead hex code.

Text Font Color

.myTextColor { color: #0D7E7F; }

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

This text font color is #0D7E7F.


Background Color

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

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

This div background color is #0D7E7F.


Border color

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

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

This div border color is #0D7E7F.


Opacity

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

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

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

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

This text has shadow with #0D7E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7E7F on black background.


Color preview on white background

This text has color #0D7E7F on white background.



Black color preview on #0D7E7F background

This text has black color on #0D7E7F background.


White color preview on #0D7E7F background

This text has white color on #0D7E7F background.