COLOR #0F4B60

HEX: #0F4B60
RGB: (15,75,96)

Color info

#0F4B60 contains mainly green and blue colors. Web safe color of #0F4B60 is #003366 (or #036).

RGB color model

#0F4B60 color RGB value is (15,75,96).

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

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 96 of 255 = 38%

15
75
96

R + G + B ~ 24%. #0F4B60 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 96 = 186 (100%)
R 15 of 186 ~ 8.06%
G 75 of 186 ~ 40.32%
B 96 of 186 ~ 51.61%

%40.32
%51.61

CMYK color model

#0F4B60 color CMYK value is (84,22,0,62).

  • cyan value is 84.38%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(84,22,0,62)
C84M22Y0K62 
(84%,22%,0%,62%)
(0.84/0.22/0.00/0.62)	

CMYK percentages

%84.38
%21.88
%0
%62.35

Codes

Color #0F4B60 in popluar color models

0F4B60
RGB157596
HSL196°72.97%21.76%
HSB/HSV196°84.38%37.65%
CMYK84.38%21.88%0.00%
62.35%

Color #0F4B60 in popluar number systems.

HEX0F4B60
Decimal157596
Binary111110010111100000
Octal17113140

Shades and tints

Shades of #0F4B60

#0F4B60
(15,75,96)
#0E4558
(14,69,88)
#0D3F50
(13,63,80)
#0C3948
(12,57,72)
#0B3340
(11,51,64)
#0A2D38
(10,45,56)
#092730
(9,39,48)
#082128
(8,33,40)
#071B20
(7,27,32)
#061518
(6,21,24)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #0F4B60

#0F4B60
(15,75,96)
#245B6E
(36,91,110)
#396B7C
(57,107,124)
#4E7B8A
(78,123,138)
#638B98
(99,139,152)
#789BA6
(120,155,166)
#8DABB4
(141,171,180)
#A2BBC2
(162,187,194)
#B7CBD0
(183,203,208)
#CCDBDE
(204,219,222)
#E1EBEC
(225,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4B60; }

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

This text font color is #0F4B60.


Background Color

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

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

This div background color is #0F4B60.


Border color

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

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

This div border color is #0F4B60.


Opacity

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

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

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

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

This text has shadow with #0F4B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B60 on black background.


Color preview on white background

This text has color #0F4B60 on white background.



Black color preview on #0F4B60 background

This text has black color on #0F4B60 background.


White color preview on #0F4B60 background

This text has white color on #0F4B60 background.