COLOR #0F4462

HEX: #0F4462
RGB: (15,68,98)

Color info

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

RGB color model

#0F4462 color RGB value is (15,68,98).

  • red value is 15;
  • green value is 68;
  • blue value is 98.
RGB:
(15,68,98)
(6%,27%,38%)

RGB channels and saturation

R 15 of 255 = 6%
G 68 of 255 = 27%
B 98 of 255 = 38%

15
68
98

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

Portions of RGB colors in percentages

R + G + B =
15 + 68 + 98 = 181 (100%)
R 15 of 181 ~ 8.29%
G 68 of 181 ~ 37.57%
B 98 of 181 ~ 54.14%

%37.57
%54.14

CMYK color model

#0F4462 color CMYK value is (85,31,0,62).

  • cyan value is 84.69%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,31,0,62)
C85M31Y0K62 
(85%,31%,0%,62%)
(0.85/0.31/0.00/0.62)	

CMYK percentages

%84.69
%30.61
%0
%61.57

Codes

Color #0F4462 in popluar color models

0F4462
RGB156898
HSL202°73.45%22.16%
HSB/HSV202°84.69%38.43%
CMYK84.69%30.61%0.00%
61.57%

Color #0F4462 in popluar number systems.

HEX0F4462
Decimal156898
Binary111110001001100010
Octal17104142

Shades and tints

Shades of #0F4462

#0F4462
(15,68,98)
#0E3E5A
(14,62,90)
#0D3852
(13,56,82)
#0C324A
(12,50,74)
#0B2C42
(11,44,66)
#0A263A
(10,38,58)
#092032
(9,32,50)
#081A2A
(8,26,42)
#071422
(7,20,34)
#060E1A
(6,14,26)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #0F4462

#0F4462
(15,68,98)
#245570
(36,85,112)
#39667E
(57,102,126)
#4E778C
(78,119,140)
#63889A
(99,136,154)
#7899A8
(120,153,168)
#8DAAB6
(141,170,182)
#A2BBC4
(162,187,196)
#B7CCD2
(183,204,210)
#CCDDE0
(204,221,224)
#E1EEEE
(225,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4462 color. Also use rgb(15,68,98) instead hex code.

Text Font Color

.myTextColor { color: #0F4462; }

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

This text font color is #0F4462.


Background Color

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

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

This div background color is #0F4462.


Border color

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

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

This div border color is #0F4462.


Opacity

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

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

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

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

This text has shadow with #0F4462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4462 on black background.


Color preview on white background

This text has color #0F4462 on white background.



Black color preview on #0F4462 background

This text has black color on #0F4462 background.


White color preview on #0F4462 background

This text has white color on #0F4462 background.