COLOR #0F6069

HEX: #0F6069
RGB: (15,96,105)

Color info

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

RGB color model

#0F6069 color RGB value is (15,96,105).

  • red value is 15;
  • green value is 96;
  • blue value is 105.
RGB:
(15,96,105)
(6%,38%,41%)

RGB channels and saturation

R 15 of 255 = 6%
G 96 of 255 = 38%
B 105 of 255 = 41%

15
96
105

R + G + B ~ 28%. #0F6069 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 96 + 105 = 216 (100%)
R 15 of 216 ~ 6.94%
G 96 of 216 ~ 44.44%
B 105 of 216 ~ 48.61%

%44.44
%48.61

CMYK color model

#0F6069 color CMYK value is (86,9,0,59).

  • cyan value is 85.71%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(86,9,0,59)
C86M9Y0K59 
(86%,9%,0%,59%)
(0.86/0.09/0.00/0.59)	

CMYK percentages

%85.71
%8.57
%0
%58.82

Codes

Color #0F6069 in popluar color models

0F6069
RGB1596105
HSL186°75.00%23.53%
HSB/HSV186°85.71%41.18%
CMYK85.71%8.57%0.00%
58.82%

Color #0F6069 in popluar number systems.

HEX0F6069
Decimal1596105
Binary111111000001101001
Octal17140151

Shades and tints

Shades of #0F6069

#0F6069
(15,96,105)
#0E5860
(14,88,96)
#0D5057
(13,80,87)
#0C484E
(12,72,78)
#0B4045
(11,64,69)
#0A383C
(10,56,60)
#093033
(9,48,51)
#08282A
(8,40,42)
#072021
(7,32,33)
#061818
(6,24,24)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #0F6069

#0F6069
(15,96,105)
#246E76
(36,110,118)
#397C83
(57,124,131)
#4E8A90
(78,138,144)
#63989D
(99,152,157)
#78A6AA
(120,166,170)
#8DB4B7
(141,180,183)
#A2C2C4
(162,194,196)
#B7D0D1
(183,208,209)
#CCDEDE
(204,222,222)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6069 color. Also use rgb(15,96,105) instead hex code.

Text Font Color

.myTextColor { color: #0F6069; }

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

This text font color is #0F6069.


Background Color

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

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

This div background color is #0F6069.


Border color

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

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

This div border color is #0F6069.


Opacity

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

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

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

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

This text has shadow with #0F6069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6069 on black background.


Color preview on white background

This text has color #0F6069 on white background.



Black color preview on #0F6069 background

This text has black color on #0F6069 background.


White color preview on #0F6069 background

This text has white color on #0F6069 background.