COLOR #0F4363

HEX: #0F4363
RGB: (15,67,99)

Color info

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

RGB color model

#0F4363 color RGB value is (15,67,99).

  • red value is 15;
  • green value is 67;
  • blue value is 99.
RGB:
(15,67,99)
(6%,26%,39%)

RGB channels and saturation

R 15 of 255 = 6%
G 67 of 255 = 26%
B 99 of 255 = 39%

15
67
99

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

Portions of RGB colors in percentages

R + G + B =
15 + 67 + 99 = 181 (100%)
R 15 of 181 ~ 8.29%
G 67 of 181 ~ 37.02%
B 99 of 181 ~ 54.7%

%37.02
%54.7

CMYK color model

#0F4363 color CMYK value is (85,32,0,61).

  • cyan value is 84.85%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(85,32,0,61)
C85M32Y0K61 
(85%,32%,0%,61%)
(0.85/0.32/0.00/0.61)	

CMYK percentages

%84.85
%32.32
%0
%61.18

Codes

Color #0F4363 in popluar color models

0F4363
RGB156799
HSL203°73.68%22.35%
HSB/HSV203°84.85%38.82%
CMYK84.85%32.32%0.00%
61.18%

Color #0F4363 in popluar number systems.

HEX0F4363
Decimal156799
Binary111110000111100011
Octal17103143

Shades and tints

Shades of #0F4363

#0F4363
(15,67,99)
#0E3D5A
(14,61,90)
#0D3751
(13,55,81)
#0C3148
(12,49,72)
#0B2B3F
(11,43,63)
#0A2536
(10,37,54)
#091F2D
(9,31,45)
#081924
(8,25,36)
#07131B
(7,19,27)
#060D12
(6,13,18)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #0F4363

#0F4363
(15,67,99)
#245471
(36,84,113)
#39657F
(57,101,127)
#4E768D
(78,118,141)
#63879B
(99,135,155)
#7898A9
(120,152,169)
#8DA9B7
(141,169,183)
#A2BAC5
(162,186,197)
#B7CBD3
(183,203,211)
#CCDCE1
(204,220,225)
#E1EDEF
(225,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4363 color. Also use rgb(15,67,99) instead hex code.

Text Font Color

.myTextColor { color: #0F4363; }

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

This text font color is #0F4363.


Background Color

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

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

This div background color is #0F4363.


Border color

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

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

This div border color is #0F4363.


Opacity

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

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

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

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

This text has shadow with #0F4363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4363 on black background.


Color preview on white background

This text has color #0F4363 on white background.



Black color preview on #0F4363 background

This text has black color on #0F4363 background.


White color preview on #0F4363 background

This text has white color on #0F4363 background.