COLOR #0F6B7C

HEX: #0F6B7C
RGB: (15,107,124)

Color info

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

RGB color model

#0F6B7C color RGB value is (15,107,124).

  • red value is 15;
  • green value is 107;
  • blue value is 124.
RGB:
(15,107,124)
(6%,42%,49%)

RGB channels and saturation

R 15 of 255 = 6%
G 107 of 255 = 42%
B 124 of 255 = 49%

15
107
124

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

Portions of RGB colors in percentages

R + G + B =
15 + 107 + 124 = 246 (100%)
R 15 of 246 ~ 6.1%
G 107 of 246 ~ 43.5%
B 124 of 246 ~ 50.41%

%43.5
%50.41

CMYK color model

#0F6B7C color CMYK value is (88,14,0,51).

  • cyan value is 87.90%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(88,14,0,51)
C88M14Y0K51 
(88%,14%,0%,51%)
(0.88/0.14/0.00/0.51)	

CMYK percentages

%87.9
%13.71
%0
%51.37

Codes

Color #0F6B7C in popluar color models

0F6B7C
RGB15107124
HSL189°78.42%27.25%
HSB/HSV189°87.90%48.63%
CMYK87.90%13.71%0.00%
51.37%

Color #0F6B7C in popluar number systems.

HEX0F6B7C
Decimal15107124
Binary111111010111111100
Octal17153174

Shades and tints

Shades of #0F6B7C

#0F6B7C
(15,107,124)
#0E6271
(14,98,113)
#0D5966
(13,89,102)
#0C505B
(12,80,91)
#0B4750
(11,71,80)
#0A3E45
(10,62,69)
#09353A
(9,53,58)
#082C2F
(8,44,47)
#072324
(7,35,36)
#061A19
(6,26,25)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #0F6B7C

#0F6B7C
(15,107,124)
#247887
(36,120,135)
#398592
(57,133,146)
#4E929D
(78,146,157)
#639FA8
(99,159,168)
#78ACB3
(120,172,179)
#8DB9BE
(141,185,190)
#A2C6C9
(162,198,201)
#B7D3D4
(183,211,212)
#CCE0DF
(204,224,223)
#E1EDEA
(225,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6B7C color. Also use rgb(15,107,124) instead hex code.

Text Font Color

.myTextColor { color: #0F6B7C; }

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

This text font color is #0F6B7C.


Background Color

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

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

This div background color is #0F6B7C.


Border color

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

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

This div border color is #0F6B7C.


Opacity

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

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

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

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

This text has shadow with #0F6B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6B7C on black background.


Color preview on white background

This text has color #0F6B7C on white background.



Black color preview on #0F6B7C background

This text has black color on #0F6B7C background.


White color preview on #0F6B7C background

This text has white color on #0F6B7C background.