COLOR #0F4C5E

HEX: #0F4C5E
RGB: (15,76,94)

Color info

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

RGB color model

#0F4C5E color RGB value is (15,76,94).

  • red value is 15;
  • green value is 76;
  • blue value is 94.
RGB:
(15,76,94)
(6%,30%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 76 of 255 = 30%
B 94 of 255 = 37%

15
76
94

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

Portions of RGB colors in percentages

R + G + B =
15 + 76 + 94 = 185 (100%)
R 15 of 185 ~ 8.11%
G 76 of 185 ~ 41.08%
B 94 of 185 ~ 50.81%

%41.08
%50.81

CMYK color model

#0F4C5E color CMYK value is (84,19,0,63).

  • cyan value is 84.04%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(84,19,0,63)
C84M19Y0K63 
(84%,19%,0%,63%)
(0.84/0.19/0.00/0.63)	

CMYK percentages

%84.04
%19.15
%0
%63.14

Codes

Color #0F4C5E in popluar color models

0F4C5E
RGB157694
HSL194°72.48%21.37%
HSB/HSV194°84.04%36.86%
CMYK84.04%19.15%0.00%
63.14%

Color #0F4C5E in popluar number systems.

HEX0F4C5E
Decimal157694
Binary111110011001011110
Octal17114136

Shades and tints

Shades of #0F4C5E

#0F4C5E
(15,76,94)
#0E4656
(14,70,86)
#0D404E
(13,64,78)
#0C3A46
(12,58,70)
#0B343E
(11,52,62)
#0A2E36
(10,46,54)
#09282E
(9,40,46)
#082226
(8,34,38)
#071C1E
(7,28,30)
#061616
(6,22,22)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #0F4C5E

#0F4C5E
(15,76,94)
#245C6C
(36,92,108)
#396C7A
(57,108,122)
#4E7C88
(78,124,136)
#638C96
(99,140,150)
#789CA4
(120,156,164)
#8DACB2
(141,172,178)
#A2BCC0
(162,188,192)
#B7CCCE
(183,204,206)
#CCDCDC
(204,220,220)
#E1ECEA
(225,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4C5E color. Also use rgb(15,76,94) instead hex code.

Text Font Color

.myTextColor { color: #0F4C5E; }

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

This text font color is #0F4C5E.


Background Color

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

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

This div background color is #0F4C5E.


Border color

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

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

This div border color is #0F4C5E.


Opacity

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

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

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

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

This text has shadow with #0F4C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4C5E on black background.


Color preview on white background

This text has color #0F4C5E on white background.



Black color preview on #0F4C5E background

This text has black color on #0F4C5E background.


White color preview on #0F4C5E background

This text has white color on #0F4C5E background.