COLOR #0F3D6F

HEX: #0F3D6F
RGB: (15,61,111)

Color info

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

RGB color model

#0F3D6F color RGB value is (15,61,111).

  • red value is 15;
  • green value is 61;
  • blue value is 111.
RGB:
(15,61,111)
(6%,24%,44%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 111 of 255 = 44%

15
61
111

R + G + B ~ 25%. #0F3D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 111 = 187 (100%)
R 15 of 187 ~ 8.02%
G 61 of 187 ~ 32.62%
B 111 of 187 ~ 59.36%

%32.62
%59.36

CMYK color model

#0F3D6F color CMYK value is (86,45,0,56).

  • cyan value is 86.49%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(86,45,0,56)
C86M45Y0K56 
(86%,45%,0%,56%)
(0.86/0.45/0.00/0.56)	

CMYK percentages

%86.49
%45.05
%0
%56.47

Codes

Color #0F3D6F in popluar color models

0F3D6F
RGB1561111
HSL211°76.19%24.71%
HSB/HSV211°86.49%43.53%
CMYK86.49%45.05%0.00%
56.47%

Color #0F3D6F in popluar number systems.

HEX0F3D6F
Decimal1561111
Binary11111111011101111
Octal1775157

Shades and tints

Shades of #0F3D6F

#0F3D6F
(15,61,111)
#0E3865
(14,56,101)
#0D335B
(13,51,91)
#0C2E51
(12,46,81)
#0B2947
(11,41,71)
#0A243D
(10,36,61)
#091F33
(9,31,51)
#081A29
(8,26,41)
#07151F
(7,21,31)
#061015
(6,16,21)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #0F3D6F

#0F3D6F
(15,61,111)
#244E7C
(36,78,124)
#395F89
(57,95,137)
#4E7096
(78,112,150)
#6381A3
(99,129,163)
#7892B0
(120,146,176)
#8DA3BD
(141,163,189)
#A2B4CA
(162,180,202)
#B7C5D7
(183,197,215)
#CCD6E4
(204,214,228)
#E1E7F1
(225,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3D6F color. Also use rgb(15,61,111) instead hex code.

Text Font Color

.myTextColor { color: #0F3D6F; }

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

This text font color is #0F3D6F.


Background Color

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

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

This div background color is #0F3D6F.


Border color

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

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

This div border color is #0F3D6F.


Opacity

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

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

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

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

This text has shadow with #0F3D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3D6F on black background.


Color preview on white background

This text has color #0F3D6F on white background.



Black color preview on #0F3D6F background

This text has black color on #0F3D6F background.


White color preview on #0F3D6F background

This text has white color on #0F3D6F background.