COLOR #0D7C6F

HEX: #0D7C6F
RGB: (13,124,111)

Color info

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

RGB color model

#0D7C6F color RGB value is (13,124,111).

  • red value is 13;
  • green value is 124;
  • blue value is 111.
RGB:
(13,124,111)
(5%,49%,44%)

RGB channels and saturation

R 13 of 255 = 5%
G 124 of 255 = 49%
B 111 of 255 = 44%

13
124
111

R + G + B ~ 33%. #0D7C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 124 + 111 = 248 (100%)
R 13 of 248 ~ 5.24%
G 124 of 248 ~ 50%
B 111 of 248 ~ 44.76%

%50
%44.76

CMYK color model

#0D7C6F color CMYK value is (90,0,10,51).

  • cyan value is 89.52%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(90,0,10,51)
C90M0Y10K51 
(90%,0%,10%,51%)
(0.90/0.00/0.10/0.51)	

CMYK percentages

%89.52
%0
%10.48
%51.37

Codes

Color #0D7C6F in popluar color models

0D7C6F
RGB13124111
HSL173°81.02%26.86%
HSB/HSV173°89.52%48.63%
CMYK89.52%0.00%10.48%
51.37%

Color #0D7C6F in popluar number systems.

HEX0D7C6F
Decimal13124111
Binary110111111001101111
Octal15174157

Shades and tints

Shades of #0D7C6F

#0D7C6F
(13,124,111)
#0C7165
(12,113,101)
#0B665B
(11,102,91)
#0A5B51
(10,91,81)
#095047
(9,80,71)
#08453D
(8,69,61)
#073A33
(7,58,51)
#062F29
(6,47,41)
#05241F
(5,36,31)
#041915
(4,25,21)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #0D7C6F

#0D7C6F
(13,124,111)
#23877C
(35,135,124)
#399289
(57,146,137)
#4F9D96
(79,157,150)
#65A8A3
(101,168,163)
#7BB3B0
(123,179,176)
#91BEBD
(145,190,189)
#A7C9CA
(167,201,202)
#BDD4D7
(189,212,215)
#D3DFE4
(211,223,228)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7C6F color. Also use rgb(13,124,111) instead hex code.

Text Font Color

.myTextColor { color: #0D7C6F; }

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

This text font color is #0D7C6F.


Background Color

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

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

This div background color is #0D7C6F.


Border color

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

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

This div border color is #0D7C6F.


Opacity

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

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

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

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

This text has shadow with #0D7C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7C6F on black background.


Color preview on white background

This text has color #0D7C6F on white background.



Black color preview on #0D7C6F background

This text has black color on #0D7C6F background.


White color preview on #0D7C6F background

This text has white color on #0D7C6F background.