COLOR #0F3346

HEX: #0F3346 RGB: (15,51,70)

Color info

#0F3346 contains red, green and blue colors in about the same proportion. Web safe color of #0F3346 is #003333 (or #033).

RGB color model

#0F3346 color RGB value is (15,51,70).

RGB: (15,51,70) (6%, 20%, 27%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 70 of 255 = 27%

15
51
70

R + G + B ~ 18%. #0F3346 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 51 + 70 = 136 (100%)
R 15 of 136 ~ 11.03%
G 51 of 136 ~ 37.5%
B 70 of 136 ~ 51.47'%

%11.03
%37.5
%51.47

CMYK color model

#0F3346 color CMYK value is (79,27,0,73).

  • cyan value is 78.57%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (79,27,0,73)
C79M27Y0K73 (79%, 27%, 0%, 73%)
(0.79 / 0.27 / 0.00 / 0.73)

CMYK percentages

%78.57
%27.14
%0
%72.55

Codes

Color #0F3346 in popluar color models

0F 33 46
RGB 15 51 70
HSL 201° 64.71% 16.67%
HSB/HSV 201° 78.57% 27.45%
CMYK 78.57% 27.14% 0.00%
72.55%

Color #0F3346 in popluar number systems.

HEX 0F 33 46
Decimal 15 51 70
Binary 1111 110011 1000110
Octal 17 63 106

Shades and tints

Shades of #0F3346

#0F3346
(15,51,70)
#0E2F40
(14,47,64)
#0D2B3A
(13,43,58)
#0C2734
(12,39,52)
#0B232E
(11,35,46)
#0A1F28
(10,31,40)
#091B22
(9,27,34)
#08171C
(8,23,28)
#071316
(7,19,22)
#060F10
(6,15,16)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F3346

#0F3346
(15,51,70)
#244556
(36,69,86)
#395766
(57,87,102)
#4E6976
(78,105,118)
#637B86
(99,123,134)
#788D96
(120,141,150)
#8D9FA6
(141,159,166)
#A2B1B6
(162,177,182)
#B7C3C6
(183,195,198)
#CCD5D6
(204,213,214)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3346; }

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

This text font color is #0F3346.

Background Color

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

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

This div background color is #0F3346.

Border color

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

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

This div border color is #0F3346.

Opacity

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

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

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

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

This text has shadow with #0F3346 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3346.

Preview

Color preview on black background

This text has color #0F3346 on black background.


Color preview on white background

This text has color #0F3346 on white background.


Black color preview on #0F3346 background

This text has black color on #0F3346 background.


White color preview on #0F3346 background

This text has white color on #0F3346 background.


Related colors

Complementary color

Complementary color for #hex is #F0CCB9.


I love getcolorcode.com

Triadic colors

1 #460F33 and #33460F with #0F3346 are triadic colors.

2 #46330F and #330F46 with #0F3346 are triadic colors.