COLOR #0D879F

HEX: #0D879F
RGB: (13,135,159)

Color info

#0D879F contains mainly green and blue colors. Web safe color of #0D879F is #009999 (or #099).

RGB color model

#0D879F color RGB value is (13,135,159).

  • red value is 13;
  • green value is 135;
  • blue value is 159.
RGB:
(13,135,159)
(5%,53%,62%)

RGB channels and saturation

R 13 of 255 = 5%
G 135 of 255 = 53%
B 159 of 255 = 62%

13
135
159

R + G + B ~ 40%. #0D879F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 135 + 159 = 307 (100%)
R 13 of 307 ~ 4.23%
G 135 of 307 ~ 43.97%
B 159 of 307 ~ 51.79%

%43.97
%51.79

CMYK color model

#0D879F color CMYK value is (92,15,0,38).

  • cyan value is 91.82%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(92,15,0,38)
C92M15Y0K38 
(92%,15%,0%,38%)
(0.92/0.15/0.00/0.38)	

CMYK percentages

%91.82
%15.09
%0
%37.65

Codes

Color #0D879F in popluar color models

0D879F
RGB13135159
HSL190°84.88%33.73%
HSB/HSV190°91.82%62.35%
CMYK91.82%15.09%0.00%
37.65%

Color #0D879F in popluar number systems.

HEX0D879F
Decimal13135159
Binary11011000011110011111
Octal15207237

Shades and tints

Shades of #0D879F

#0D879F
(13,135,159)
#0C7B91
(12,123,145)
#0B6F83
(11,111,131)
#0A6375
(10,99,117)
#095767
(9,87,103)
#084B59
(8,75,89)
#073F4B
(7,63,75)
#06333D
(6,51,61)
#05272F
(5,39,47)
#041B21
(4,27,33)
#030F13
(3,15,19)
#000000
(0,0,0)

Tints of #0D879F

#0D879F
(13,135,159)
#2391A7
(35,145,167)
#399BAF
(57,155,175)
#4FA5B7
(79,165,183)
#65AFBF
(101,175,191)
#7BB9C7
(123,185,199)
#91C3CF
(145,195,207)
#A7CDD7
(167,205,215)
#BDD7DF
(189,215,223)
#D3E1E7
(211,225,231)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D879F color. Also use rgb(13,135,159) instead hex code.

Text Font Color

.myTextColor { color: #0D879F; }

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

This text font color is #0D879F.


Background Color

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

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

This div background color is #0D879F.


Border color

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

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

This div border color is #0D879F.


Opacity

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

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

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

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

This text has shadow with #0D879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D879F on black background.


Color preview on white background

This text has color #0D879F on white background.



Black color preview on #0D879F background

This text has black color on #0D879F background.


White color preview on #0D879F background

This text has white color on #0D879F background.