COLOR #0F3670

HEX: #0F3670
RGB: (15,54,112)

Color info

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

RGB color model

#0F3670 color RGB value is (15,54,112).

  • red value is 15;
  • green value is 54;
  • blue value is 112.
RGB:
(15,54,112)
(6%,21%,44%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 112 of 255 = 44%

15
54
112

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

Portions of RGB colors in percentages

R + G + B =
15 + 54 + 112 = 181 (100%)
R 15 of 181 ~ 8.29%
G 54 of 181 ~ 29.83%
B 112 of 181 ~ 61.88%

%29.83
%61.88

CMYK color model

#0F3670 color CMYK value is (87,52,0,56).

  • cyan value is 86.61%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(87,52,0,56)
C87M52Y0K56 
(87%,52%,0%,56%)
(0.87/0.52/0.00/0.56)	

CMYK percentages

%86.61
%51.79
%0
%56.08

Codes

Color #0F3670 in popluar color models

0F3670
RGB1554112
HSL216°76.38%24.90%
HSB/HSV216°86.61%43.92%
CMYK86.61%51.79%0.00%
56.08%

Color #0F3670 in popluar number systems.

HEX0F3670
Decimal1554112
Binary11111101101110000
Octal1766160

Shades and tints

Shades of #0F3670

#0F3670
(15,54,112)
#0E3266
(14,50,102)
#0D2E5C
(13,46,92)
#0C2A52
(12,42,82)
#0B2648
(11,38,72)
#0A223E
(10,34,62)
#091E34
(9,30,52)
#081A2A
(8,26,42)
#071620
(7,22,32)
#061216
(6,18,22)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #0F3670

#0F3670
(15,54,112)
#24487D
(36,72,125)
#395A8A
(57,90,138)
#4E6C97
(78,108,151)
#637EA4
(99,126,164)
#7890B1
(120,144,177)
#8DA2BE
(141,162,190)
#A2B4CB
(162,180,203)
#B7C6D8
(183,198,216)
#CCD8E5
(204,216,229)
#E1EAF2
(225,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3670 color. Also use rgb(15,54,112) instead hex code.

Text Font Color

.myTextColor { color: #0F3670; }

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

This text font color is #0F3670.


Background Color

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

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

This div background color is #0F3670.


Border color

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

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

This div border color is #0F3670.


Opacity

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

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

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

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

This text has shadow with #0F3670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3670 on black background.


Color preview on white background

This text has color #0F3670 on white background.



Black color preview on #0F3670 background

This text has black color on #0F3670 background.


White color preview on #0F3670 background

This text has white color on #0F3670 background.