COLOR #0F5B7C

HEX: #0F5B7C
RGB: (15,91,124)

Color info

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

RGB color model

#0F5B7C color RGB value is (15,91,124).

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

RGB channels and saturation

R 15 of 255 = 6%
G 91 of 255 = 36%
B 124 of 255 = 49%

15
91
124

R + G + B ~ 30%. #0F5B7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 91 + 124 = 230 (100%)
R 15 of 230 ~ 6.52%
G 91 of 230 ~ 39.57%
B 124 of 230 ~ 53.91%

%39.57
%53.91

CMYK color model

#0F5B7C color CMYK value is (88,27,0,51).

  • cyan value is 87.90%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(88,27,0,51)
C88M27Y0K51 
(88%,27%,0%,51%)
(0.88/0.27/0.00/0.51)	

CMYK percentages

%87.9
%26.61
%0
%51.37

Codes

Color #0F5B7C in popluar color models

0F5B7C
RGB1591124
HSL198°78.42%27.25%
HSB/HSV198°87.90%48.63%
CMYK87.90%26.61%0.00%
51.37%

Color #0F5B7C in popluar number systems.

HEX0F5B7C
Decimal1591124
Binary111110110111111100
Octal17133174

Shades and tints

Shades of #0F5B7C

#0F5B7C
(15,91,124)
#0E5371
(14,83,113)
#0D4B66
(13,75,102)
#0C435B
(12,67,91)
#0B3B50
(11,59,80)
#0A3345
(10,51,69)
#092B3A
(9,43,58)
#08232F
(8,35,47)
#071B24
(7,27,36)
#061319
(6,19,25)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F5B7C

#0F5B7C
(15,91,124)
#246987
(36,105,135)
#397792
(57,119,146)
#4E859D
(78,133,157)
#6393A8
(99,147,168)
#78A1B3
(120,161,179)
#8DAFBE
(141,175,190)
#A2BDC9
(162,189,201)
#B7CBD4
(183,203,212)
#CCD9DF
(204,217,223)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5B7C; }

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

This text font color is #0F5B7C.


Background Color

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

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

This div background color is #0F5B7C.


Border color

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

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

This div border color is #0F5B7C.


Opacity

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

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

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

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

This text has shadow with #0F5B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5B7C on black background.


Color preview on white background

This text has color #0F5B7C on white background.



Black color preview on #0F5B7C background

This text has black color on #0F5B7C background.


White color preview on #0F5B7C background

This text has white color on #0F5B7C background.