COLOR #0F607A

HEX: #0F607A
RGB: (15,96,122)

Color info

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

RGB color model

#0F607A color RGB value is (15,96,122).

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

RGB channels and saturation

R 15 of 255 = 6%
G 96 of 255 = 38%
B 122 of 255 = 48%

15
96
122

R + G + B ~ 31%. #0F607A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 96 + 122 = 233 (100%)
R 15 of 233 ~ 6.44%
G 96 of 233 ~ 41.2%
B 122 of 233 ~ 52.36%

%41.2
%52.36

CMYK color model

#0F607A color CMYK value is (88,21,0,52).

  • cyan value is 87.70%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(88,21,0,52)
C88M21Y0K52 
(88%,21%,0%,52%)
(0.88/0.21/0.00/0.52)	

CMYK percentages

%87.7
%21.31
%0
%52.16

Codes

Color #0F607A in popluar color models

0F607A
RGB1596122
HSL195°78.10%26.86%
HSB/HSV195°87.70%47.84%
CMYK87.70%21.31%0.00%
52.16%

Color #0F607A in popluar number systems.

HEX0F607A
Decimal1596122
Binary111111000001111010
Octal17140172

Shades and tints

Shades of #0F607A

#0F607A
(15,96,122)
#0E586F
(14,88,111)
#0D5064
(13,80,100)
#0C4859
(12,72,89)
#0B404E
(11,64,78)
#0A3843
(10,56,67)
#093038
(9,48,56)
#08282D
(8,40,45)
#072022
(7,32,34)
#061817
(6,24,23)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #0F607A

#0F607A
(15,96,122)
#246E86
(36,110,134)
#397C92
(57,124,146)
#4E8A9E
(78,138,158)
#6398AA
(99,152,170)
#78A6B6
(120,166,182)
#8DB4C2
(141,180,194)
#A2C2CE
(162,194,206)
#B7D0DA
(183,208,218)
#CCDEE6
(204,222,230)
#E1ECF2
(225,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F607A; }

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

This text font color is #0F607A.


Background Color

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

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

This div background color is #0F607A.


Border color

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

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

This div border color is #0F607A.


Opacity

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

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

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

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

This text has shadow with #0F607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F607A on black background.


Color preview on white background

This text has color #0F607A on white background.



Black color preview on #0F607A background

This text has black color on #0F607A background.


White color preview on #0F607A background

This text has white color on #0F607A background.