COLOR #0F3246

HEX: #0F3246
RGB: (15,50,70)

Color info

#0F3246 contains red, green and blue colors in about the same proportion. Web safe color of #0F3246 is #003333 (or #033).

RGB color model

#0F3246 color RGB value is (15,50,70).

  • red value is 15;
  • green value is 50;
  • blue value is 70.
RGB:
(15,50,70)
(6%,20%,27%)

RGB channels and saturation

R 15 of 255 = 6%
G 50 of 255 = 20%
B 70 of 255 = 27%

15
50
70

R + G + B ~ 18%. #0F3246 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 50 + 70 = 135 (100%)
R 15 of 135 ~ 11.11%
G 50 of 135 ~ 37.04%
B 70 of 135 ~ 51.85%

%11.11
%37.04
%51.85

CMYK color model

#0F3246 color CMYK value is (79,29,0,73).

  • cyan value is 78.57%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(79,29,0,73)
C79M29Y0K73 
(79%,29%,0%,73%)
(0.79/0.29/0.00/0.73)	

CMYK percentages

%78.57
%28.57
%0
%72.55

Codes

Color #0F3246 in popluar color models

0F3246
RGB155070
HSL202°64.71%16.67%
HSB/HSV202°78.57%27.45%
CMYK78.57%28.57%0.00%
72.55%

Color #0F3246 in popluar number systems.

HEX0F3246
Decimal155070
Binary11111100101000110
Octal1762106

Shades and tints

Shades of #0F3246

#0F3246
(15,50,70)
#0E2E40
(14,46,64)
#0D2A3A
(13,42,58)
#0C2634
(12,38,52)
#0B222E
(11,34,46)
#0A1E28
(10,30,40)
#091A22
(9,26,34)
#08161C
(8,22,28)
#071216
(7,18,22)
#060E10
(6,14,16)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F3246

#0F3246
(15,50,70)
#244456
(36,68,86)
#395666
(57,86,102)
#4E6876
(78,104,118)
#637A86
(99,122,134)
#788C96
(120,140,150)
#8D9EA6
(141,158,166)
#A2B0B6
(162,176,182)
#B7C2C6
(183,194,198)
#CCD4D6
(204,212,214)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3246 color. Also use rgb(15,50,70) instead hex code.

Text Font Color

.myTextColor { color: #0F3246; }

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

This text font color is #0F3246.


Background Color

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

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

This div background color is #0F3246.


Border color

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

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

This div border color is #0F3246.


Opacity

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

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

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

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

This text has shadow with #0F3246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3246 on black background.


Color preview on white background

This text has color #0F3246 on white background.



Black color preview on #0F3246 background

This text has black color on #0F3246 background.


White color preview on #0F3246 background

This text has white color on #0F3246 background.