COLOR #0F5B6E

HEX: #0F5B6E
RGB: (15,91,110)

Color info

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

RGB color model

#0F5B6E color RGB value is (15,91,110).

  • red value is 15;
  • green value is 91;
  • blue value is 110.
RGB:
(15,91,110)
(6%,36%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 91 of 255 = 36%
B 110 of 255 = 43%

15
91
110

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

Portions of RGB colors in percentages

R + G + B =
15 + 91 + 110 = 216 (100%)
R 15 of 216 ~ 6.94%
G 91 of 216 ~ 42.13%
B 110 of 216 ~ 50.93%

%42.13
%50.93

CMYK color model

#0F5B6E color CMYK value is (86,17,0,57).

  • cyan value is 86.36%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(86,17,0,57)
C86M17Y0K57 
(86%,17%,0%,57%)
(0.86/0.17/0.00/0.57)	

CMYK percentages

%86.36
%17.27
%0
%56.86

Codes

Color #0F5B6E in popluar color models

0F5B6E
RGB1591110
HSL192°76.00%24.51%
HSB/HSV192°86.36%43.14%
CMYK86.36%17.27%0.00%
56.86%

Color #0F5B6E in popluar number systems.

HEX0F5B6E
Decimal1591110
Binary111110110111101110
Octal17133156

Shades and tints

Shades of #0F5B6E

#0F5B6E
(15,91,110)
#0E5364
(14,83,100)
#0D4B5A
(13,75,90)
#0C4350
(12,67,80)
#0B3B46
(11,59,70)
#0A333C
(10,51,60)
#092B32
(9,43,50)
#082328
(8,35,40)
#071B1E
(7,27,30)
#061314
(6,19,20)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F5B6E

#0F5B6E
(15,91,110)
#24697B
(36,105,123)
#397788
(57,119,136)
#4E8595
(78,133,149)
#6393A2
(99,147,162)
#78A1AF
(120,161,175)
#8DAFBC
(141,175,188)
#A2BDC9
(162,189,201)
#B7CBD6
(183,203,214)
#CCD9E3
(204,217,227)
#E1E7F0
(225,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5B6E color. Also use rgb(15,91,110) instead hex code.

Text Font Color

.myTextColor { color: #0F5B6E; }

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

This text font color is #0F5B6E.


Background Color

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

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

This div background color is #0F5B6E.


Border color

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

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

This div border color is #0F5B6E.


Opacity

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

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

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

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

This text has shadow with #0F5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5B6E on black background.


Color preview on white background

This text has color #0F5B6E on white background.



Black color preview on #0F5B6E background

This text has black color on #0F5B6E background.


White color preview on #0F5B6E background

This text has white color on #0F5B6E background.