COLOR #0F686C

HEX: #0F686C
RGB: (15,104,108)

Color info

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

RGB color model

#0F686C color RGB value is (15,104,108).

  • red value is 15;
  • green value is 104;
  • blue value is 108.
RGB:
(15,104,108)
(6%,41%,42%)

RGB channels and saturation

R 15 of 255 = 6%
G 104 of 255 = 41%
B 108 of 255 = 42%

15
104
108

R + G + B ~ 30%. #0F686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 104 + 108 = 227 (100%)
R 15 of 227 ~ 6.61%
G 104 of 227 ~ 45.81%
B 108 of 227 ~ 47.58%

%45.81
%47.58

CMYK color model

#0F686C color CMYK value is (86,4,0,58).

  • cyan value is 86.11%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(86,4,0,58)
C86M4Y0K58 
(86%,4%,0%,58%)
(0.86/0.04/0.00/0.58)	

CMYK percentages

%86.11
%3.7
%0
%57.65

Codes

Color #0F686C in popluar color models

0F686C
RGB15104108
HSL183°75.61%24.12%
HSB/HSV183°86.11%42.35%
CMYK86.11%3.70%0.00%
57.65%

Color #0F686C in popluar number systems.

HEX0F686C
Decimal15104108
Binary111111010001101100
Octal17150154

Shades and tints

Shades of #0F686C

#0F686C
(15,104,108)
#0E5F63
(14,95,99)
#0D565A
(13,86,90)
#0C4D51
(12,77,81)
#0B4448
(11,68,72)
#0A3B3F
(10,59,63)
#093236
(9,50,54)
#08292D
(8,41,45)
#072024
(7,32,36)
#06171B
(6,23,27)
#050E12
(5,14,18)
#000000
(0,0,0)

Tints of #0F686C

#0F686C
(15,104,108)
#247579
(36,117,121)
#398286
(57,130,134)
#4E8F93
(78,143,147)
#639CA0
(99,156,160)
#78A9AD
(120,169,173)
#8DB6BA
(141,182,186)
#A2C3C7
(162,195,199)
#B7D0D4
(183,208,212)
#CCDDE1
(204,221,225)
#E1EAEE
(225,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F686C color. Also use rgb(15,104,108) instead hex code.

Text Font Color

.myTextColor { color: #0F686C; }

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

This text font color is #0F686C.


Background Color

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

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

This div background color is #0F686C.


Border color

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

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

This div border color is #0F686C.


Opacity

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

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

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

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

This text has shadow with #0F686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F686C on black background.


Color preview on white background

This text has color #0F686C on white background.



Black color preview on #0F686C background

This text has black color on #0F686C background.


White color preview on #0F686C background

This text has white color on #0F686C background.