COLOR #0F646D

HEX: #0F646D
RGB: (15,100,109)

Color info

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

RGB color model

#0F646D color RGB value is (15,100,109).

  • red value is 15;
  • green value is 100;
  • blue value is 109.
RGB:
(15,100,109)
(6%,39%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 100 of 255 = 39%
B 109 of 255 = 43%

15
100
109

R + G + B ~ 29%. #0F646D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 100 + 109 = 224 (100%)
R 15 of 224 ~ 6.7%
G 100 of 224 ~ 44.64%
B 109 of 224 ~ 48.66%

%44.64
%48.66

CMYK color model

#0F646D color CMYK value is (86,8,0,57).

  • cyan value is 86.24%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(86,8,0,57)
C86M8Y0K57 
(86%,8%,0%,57%)
(0.86/0.08/0.00/0.57)	

CMYK percentages

%86.24
%8.26
%0
%57.25

Codes

Color #0F646D in popluar color models

0F646D
RGB15100109
HSL186°75.81%24.31%
HSB/HSV186°86.24%42.75%
CMYK86.24%8.26%0.00%
57.25%

Color #0F646D in popluar number systems.

HEX0F646D
Decimal15100109
Binary111111001001101101
Octal17144155

Shades and tints

Shades of #0F646D

#0F646D
(15,100,109)
#0E5B64
(14,91,100)
#0D525B
(13,82,91)
#0C4952
(12,73,82)
#0B4049
(11,64,73)
#0A3740
(10,55,64)
#092E37
(9,46,55)
#08252E
(8,37,46)
#071C25
(7,28,37)
#06131C
(6,19,28)
#050A13
(5,10,19)
#000000
(0,0,0)

Tints of #0F646D

#0F646D
(15,100,109)
#24727A
(36,114,122)
#398087
(57,128,135)
#4E8E94
(78,142,148)
#639CA1
(99,156,161)
#78AAAE
(120,170,174)
#8DB8BB
(141,184,187)
#A2C6C8
(162,198,200)
#B7D4D5
(183,212,213)
#CCE2E2
(204,226,226)
#E1F0EF
(225,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F646D color. Also use rgb(15,100,109) instead hex code.

Text Font Color

.myTextColor { color: #0F646D; }

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

This text font color is #0F646D.


Background Color

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

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

This div background color is #0F646D.


Border color

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

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

This div border color is #0F646D.


Opacity

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

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

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

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

This text has shadow with #0F646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F646D on black background.


Color preview on white background

This text has color #0F646D on white background.



Black color preview on #0F646D background

This text has black color on #0F646D background.


White color preview on #0F646D background

This text has white color on #0F646D background.