COLOR #0F3959

HEX: #0F3959
RGB: (15,57,89)

Color info

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

RGB color model

#0F3959 color RGB value is (15,57,89).

  • red value is 15;
  • green value is 57;
  • blue value is 89.
RGB:
(15,57,89)
(6%,22%,35%)

RGB channels and saturation

R 15 of 255 = 6%
G 57 of 255 = 22%
B 89 of 255 = 35%

15
57
89

R + G + B ~ 21%. #0F3959 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 57 + 89 = 161 (100%)
R 15 of 161 ~ 9.32%
G 57 of 161 ~ 35.4%
B 89 of 161 ~ 55.28%

%35.4
%55.28

CMYK color model

#0F3959 color CMYK value is (83,36,0,65).

  • cyan value is 83.15%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(83,36,0,65)
C83M36Y0K65 
(83%,36%,0%,65%)
(0.83/0.36/0.00/0.65)	

CMYK percentages

%83.15
%35.96
%0
%65.1

Codes

Color #0F3959 in popluar color models

0F3959
RGB155789
HSL206°71.15%20.39%
HSB/HSV206°83.15%34.90%
CMYK83.15%35.96%0.00%
65.10%

Color #0F3959 in popluar number systems.

HEX0F3959
Decimal155789
Binary11111110011011001
Octal1771131

Shades and tints

Shades of #0F3959

#0F3959
(15,57,89)
#0E3451
(14,52,81)
#0D2F49
(13,47,73)
#0C2A41
(12,42,65)
#0B2539
(11,37,57)
#0A2031
(10,32,49)
#091B29
(9,27,41)
#081621
(8,22,33)
#071119
(7,17,25)
#060C11
(6,12,17)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #0F3959

#0F3959
(15,57,89)
#244B68
(36,75,104)
#395D77
(57,93,119)
#4E6F86
(78,111,134)
#638195
(99,129,149)
#7893A4
(120,147,164)
#8DA5B3
(141,165,179)
#A2B7C2
(162,183,194)
#B7C9D1
(183,201,209)
#CCDBE0
(204,219,224)
#E1EDEF
(225,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3959 color. Also use rgb(15,57,89) instead hex code.

Text Font Color

.myTextColor { color: #0F3959; }

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

This text font color is #0F3959.


Background Color

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

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

This div background color is #0F3959.


Border color

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

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

This div border color is #0F3959.


Opacity

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

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

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

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

This text has shadow with #0F3959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3959 on black background.


Color preview on white background

This text has color #0F3959 on white background.



Black color preview on #0F3959 background

This text has black color on #0F3959 background.


White color preview on #0F3959 background

This text has white color on #0F3959 background.