COLOR #0F466F

HEX: #0F466F RGB: (15,70,111)

Color info

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

RGB color model

#0F466F color RGB value is (15,70,111).

RGB: (15,70,111) (6%, 27%, 44%)

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 111 of 255 = 44%

15
70
111

R + G + B ~ 26%. #0F466F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 70 + 111 = 196 (100%)
R 15 of 196 ~ 7.65%
G 70 of 196 ~ 35.71%
B 111 of 196 ~ 56.63'%

%35.71
%56.63

CMYK color model

#0F466F color CMYK value is (86,37,0,56).

  • cyan value is 86.49%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (86,37,0,56)
C86M37Y0K56 (86%, 37%, 0%, 56%)
(0.86 / 0.37 / 0.00 / 0.56)

CMYK percentages

%86.49
%36.94
%0
%56.47

Codes

Color #0F466F in popluar color models

0F 46 6F
RGB 15 70 111
HSL 206° 76.19% 24.71%
HSB/HSV 206° 86.49% 43.53%
CMYK 86.49% 36.94% 0.00%
56.47%

Color #0F466F in popluar number systems.

HEX 0F 46 6F
Decimal 15 70 111
Binary 1111 1000110 1101111
Octal 17 106 157

Shades and tints

Shades of #0F466F

#0F466F
(15,70,111)
#0E4065
(14,64,101)
#0D3A5B
(13,58,91)
#0C3451
(12,52,81)
#0B2E47
(11,46,71)
#0A283D
(10,40,61)
#092233
(9,34,51)
#081C29
(8,28,41)
#07161F
(7,22,31)
#061015
(6,16,21)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #0F466F

#0F466F
(15,70,111)
#24567C
(36,86,124)
#396689
(57,102,137)
#4E7696
(78,118,150)
#6386A3
(99,134,163)
#7896B0
(120,150,176)
#8DA6BD
(141,166,189)
#A2B6CA
(162,182,202)
#B7C6D7
(183,198,215)
#CCD6E4
(204,214,228)
#E1E6F1
(225,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F466F; }

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

This text font color is #0F466F.

Background Color

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

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

This div background color is #0F466F.

Border color

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

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

This div border color is #0F466F.

Opacity

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

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

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

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

This text has shadow with #0F466F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F466F.

Preview

Color preview on black background

This text has color #0F466F on black background.


Color preview on white background

This text has color #0F466F on white background.


Black color preview on #0F466F background

This text has black color on #0F466F background.


White color preview on #0F466F background

This text has white color on #0F466F background.


Related colors

Complementary color

Complementary color for #hex is #F0B990.


I love getcolorcode.com

Triadic colors

1 #6F0F46 and #466F0F with #0F466F are triadic colors.

2 #6F460F and #460F6F with #0F466F are triadic colors.