COLOR #0F3F4D

HEX: #0F3F4D
RGB: (15,63,77)

Color info

#0F3F4D contains mainly green and blue colors. Web safe color of #0F3F4D is #003333 (or #033).

RGB color model

#0F3F4D color RGB value is (15,63,77).

  • red value is 15;
  • green value is 63;
  • blue value is 77.
RGB:
(15,63,77)
(6%,25%,30%)

RGB channels and saturation

R 15 of 255 = 6%
G 63 of 255 = 25%
B 77 of 255 = 30%

15
63
77

R + G + B ~ 20%. #0F3F4D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 63 + 77 = 155 (100%)
R 15 of 155 ~ 9.68%
G 63 of 155 ~ 40.65%
B 77 of 155 ~ 49.68%

%9.68
%40.65
%49.68

CMYK color model

#0F3F4D color CMYK value is (81,18,0,70).

  • cyan value is 80.52%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(81,18,0,70)
C81M18Y0K70 
(81%,18%,0%,70%)
(0.81/0.18/0.00/0.70)	

CMYK percentages

%80.52
%18.18
%0
%69.8

Codes

Color #0F3F4D in popluar color models

0F3F4D
RGB156377
HSL194°67.39%18.04%
HSB/HSV194°80.52%30.20%
CMYK80.52%18.18%0.00%
69.80%

Color #0F3F4D in popluar number systems.

HEX0F3F4D
Decimal156377
Binary11111111111001101
Octal1777115

Shades and tints

Shades of #0F3F4D

#0F3F4D
(15,63,77)
#0E3A46
(14,58,70)
#0D353F
(13,53,63)
#0C3038
(12,48,56)
#0B2B31
(11,43,49)
#0A262A
(10,38,42)
#092123
(9,33,35)
#081C1C
(8,28,28)
#071715
(7,23,21)
#06120E
(6,18,14)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #0F3F4D

#0F3F4D
(15,63,77)
#24505D
(36,80,93)
#39616D
(57,97,109)
#4E727D
(78,114,125)
#63838D
(99,131,141)
#78949D
(120,148,157)
#8DA5AD
(141,165,173)
#A2B6BD
(162,182,189)
#B7C7CD
(183,199,205)
#CCD8DD
(204,216,221)
#E1E9ED
(225,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3F4D color. Also use rgb(15,63,77) instead hex code.

Text Font Color

.myTextColor { color: #0F3F4D; }

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

This text font color is #0F3F4D.


Background Color

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

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

This div background color is #0F3F4D.


Border color

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

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

This div border color is #0F3F4D.


Opacity

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

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

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

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

This text has shadow with #0F3F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3F4D on black background.


Color preview on white background

This text has color #0F3F4D on white background.



Black color preview on #0F3F4D background

This text has black color on #0F3F4D background.


White color preview on #0F3F4D background

This text has white color on #0F3F4D background.