COLOR #0F465E

HEX: #0F465E
RGB: (15,70,94)

Color info

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

RGB color model

#0F465E color RGB value is (15,70,94).

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

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 94 of 255 = 37%

15
70
94

R + G + B ~ 23%. #0F465E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 70 + 94 = 179 (100%)
R 15 of 179 ~ 8.38%
G 70 of 179 ~ 39.11%
B 94 of 179 ~ 52.51%

%39.11
%52.51

CMYK color model

#0F465E color CMYK value is (84,26,0,63).

  • cyan value is 84.04%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(84,26,0,63)
C84M26Y0K63 
(84%,26%,0%,63%)
(0.84/0.26/0.00/0.63)	

CMYK percentages

%84.04
%25.53
%0
%63.14

Codes

Color #0F465E in popluar color models

0F465E
RGB157094
HSL198°72.48%21.37%
HSB/HSV198°84.04%36.86%
CMYK84.04%25.53%0.00%
63.14%

Color #0F465E in popluar number systems.

HEX0F465E
Decimal157094
Binary111110001101011110
Octal17106136

Shades and tints

Shades of #0F465E

#0F465E
(15,70,94)
#0E4056
(14,64,86)
#0D3A4E
(13,58,78)
#0C3446
(12,52,70)
#0B2E3E
(11,46,62)
#0A2836
(10,40,54)
#09222E
(9,34,46)
#081C26
(8,28,38)
#07161E
(7,22,30)
#061016
(6,16,22)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #0F465E

#0F465E
(15,70,94)
#24566C
(36,86,108)
#39667A
(57,102,122)
#4E7688
(78,118,136)
#638696
(99,134,150)
#7896A4
(120,150,164)
#8DA6B2
(141,166,178)
#A2B6C0
(162,182,192)
#B7C6CE
(183,198,206)
#CCD6DC
(204,214,220)
#E1E6EA
(225,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F465E; }

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

This text font color is #0F465E.


Background Color

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

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

This div background color is #0F465E.


Border color

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

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

This div border color is #0F465E.


Opacity

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

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

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

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

This text has shadow with #0F465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F465E on black background.


Color preview on white background

This text has color #0F465E on white background.



Black color preview on #0F465E background

This text has black color on #0F465E background.


White color preview on #0F465E background

This text has white color on #0F465E background.