COLOR #0F4E5B

HEX: #0F4E5B
RGB: (15,78,91)

Color info

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

RGB color model

#0F4E5B color RGB value is (15,78,91).

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

RGB channels and saturation

R 15 of 255 = 6%
G 78 of 255 = 31%
B 91 of 255 = 36%

15
78
91

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

Portions of RGB colors in percentages

R + G + B =
15 + 78 + 91 = 184 (100%)
R 15 of 184 ~ 8.15%
G 78 of 184 ~ 42.39%
B 91 of 184 ~ 49.46%

%42.39
%49.46

CMYK color model

#0F4E5B color CMYK value is (84,14,0,64).

  • cyan value is 83.52%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(84,14,0,64)
C84M14Y0K64 
(84%,14%,0%,64%)
(0.84/0.14/0.00/0.64)	

CMYK percentages

%83.52
%14.29
%0
%64.31

Codes

Color #0F4E5B in popluar color models

0F4E5B
RGB157891
HSL190°71.70%20.78%
HSB/HSV190°83.52%35.69%
CMYK83.52%14.29%0.00%
64.31%

Color #0F4E5B in popluar number systems.

HEX0F4E5B
Decimal157891
Binary111110011101011011
Octal17116133

Shades and tints

Shades of #0F4E5B

#0F4E5B
(15,78,91)
#0E4753
(14,71,83)
#0D404B
(13,64,75)
#0C3943
(12,57,67)
#0B323B
(11,50,59)
#0A2B33
(10,43,51)
#09242B
(9,36,43)
#081D23
(8,29,35)
#07161B
(7,22,27)
#060F13
(6,15,19)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #0F4E5B

#0F4E5B
(15,78,91)
#245E69
(36,94,105)
#396E77
(57,110,119)
#4E7E85
(78,126,133)
#638E93
(99,142,147)
#789EA1
(120,158,161)
#8DAEAF
(141,174,175)
#A2BEBD
(162,190,189)
#B7CECB
(183,206,203)
#CCDED9
(204,222,217)
#E1EEE7
(225,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4E5B; }

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

This text font color is #0F4E5B.


Background Color

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

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

This div background color is #0F4E5B.


Border color

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

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

This div border color is #0F4E5B.


Opacity

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

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

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

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

This text has shadow with #0F4E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4E5B on black background.


Color preview on white background

This text has color #0F4E5B on white background.



Black color preview on #0F4E5B background

This text has black color on #0F4E5B background.


White color preview on #0F4E5B background

This text has white color on #0F4E5B background.