COLOR #0F5F7F

HEX: #0F5F7F
RGB: (15,95,127)

Color info

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

RGB color model

#0F5F7F color RGB value is (15,95,127).

  • red value is 15;
  • green value is 95;
  • blue value is 127.
RGB:
(15,95,127)
(6%,37%,50%)

RGB channels and saturation

R 15 of 255 = 6%
G 95 of 255 = 37%
B 127 of 255 = 50%

15
95
127

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

Portions of RGB colors in percentages

R + G + B =
15 + 95 + 127 = 237 (100%)
R 15 of 237 ~ 6.33%
G 95 of 237 ~ 40.08%
B 127 of 237 ~ 53.59%

%40.08
%53.59

CMYK color model

#0F5F7F color CMYK value is (88,25,0,50).

  • cyan value is 88.19%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(88,25,0,50)
C88M25Y0K50 
(88%,25%,0%,50%)
(0.88/0.25/0.00/0.50)	

CMYK percentages

%88.19
%25.2
%0
%50.2

Codes

Color #0F5F7F in popluar color models

0F5F7F
RGB1595127
HSL197°78.87%27.84%
HSB/HSV197°88.19%49.80%
CMYK88.19%25.20%0.00%
50.20%

Color #0F5F7F in popluar number systems.

HEX0F5F7F
Decimal1595127
Binary111110111111111111
Octal17137177

Shades and tints

Shades of #0F5F7F

#0F5F7F
(15,95,127)
#0E5774
(14,87,116)
#0D4F69
(13,79,105)
#0C475E
(12,71,94)
#0B3F53
(11,63,83)
#0A3748
(10,55,72)
#092F3D
(9,47,61)
#082732
(8,39,50)
#071F27
(7,31,39)
#06171C
(6,23,28)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #0F5F7F

#0F5F7F
(15,95,127)
#246D8A
(36,109,138)
#397B95
(57,123,149)
#4E89A0
(78,137,160)
#6397AB
(99,151,171)
#78A5B6
(120,165,182)
#8DB3C1
(141,179,193)
#A2C1CC
(162,193,204)
#B7CFD7
(183,207,215)
#CCDDE2
(204,221,226)
#E1EBED
(225,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5F7F color. Also use rgb(15,95,127) instead hex code.

Text Font Color

.myTextColor { color: #0F5F7F; }

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

This text font color is #0F5F7F.


Background Color

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

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

This div background color is #0F5F7F.


Border color

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

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

This div border color is #0F5F7F.


Opacity

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

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

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

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

This text has shadow with #0F5F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5F7F on black background.


Color preview on white background

This text has color #0F5F7F on white background.



Black color preview on #0F5F7F background

This text has black color on #0F5F7F background.


White color preview on #0F5F7F background

This text has white color on #0F5F7F background.