COLOR #0F3448

HEX: #0F3448
RGB: (15,52,72)

Color info

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

RGB color model

#0F3448 color RGB value is (15,52,72).

  • red value is 15;
  • green value is 52;
  • blue value is 72.
RGB:
(15,52,72)
(6%,20%,28%)

RGB channels and saturation

R 15 of 255 = 6%
G 52 of 255 = 20%
B 72 of 255 = 28%

15
52
72

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

Portions of RGB colors in percentages

R + G + B =
15 + 52 + 72 = 139 (100%)
R 15 of 139 ~ 10.79%
G 52 of 139 ~ 37.41%
B 72 of 139 ~ 51.8%

%10.79
%37.41
%51.8

CMYK color model

#0F3448 color CMYK value is (79,28,0,72).

  • cyan value is 79.17%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(79,28,0,72)
C79M28Y0K72 
(79%,28%,0%,72%)
(0.79/0.28/0.00/0.72)	

CMYK percentages

%79.17
%27.78
%0
%71.76

Codes

Color #0F3448 in popluar color models

0F3448
RGB155272
HSL201°65.52%17.06%
HSB/HSV201°79.17%28.24%
CMYK79.17%27.78%0.00%
71.76%

Color #0F3448 in popluar number systems.

HEX0F3448
Decimal155272
Binary11111101001001000
Octal1764110

Shades and tints

Shades of #0F3448

#0F3448
(15,52,72)
#0E3042
(14,48,66)
#0D2C3C
(13,44,60)
#0C2836
(12,40,54)
#0B2430
(11,36,48)
#0A202A
(10,32,42)
#091C24
(9,28,36)
#08181E
(8,24,30)
#071418
(7,20,24)
#061012
(6,16,18)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #0F3448

#0F3448
(15,52,72)
#244658
(36,70,88)
#395868
(57,88,104)
#4E6A78
(78,106,120)
#637C88
(99,124,136)
#788E98
(120,142,152)
#8DA0A8
(141,160,168)
#A2B2B8
(162,178,184)
#B7C4C8
(183,196,200)
#CCD6D8
(204,214,216)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3448 color. Also use rgb(15,52,72) instead hex code.

Text Font Color

.myTextColor { color: #0F3448; }

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

This text font color is #0F3448.


Background Color

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

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

This div background color is #0F3448.


Border color

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

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

This div border color is #0F3448.


Opacity

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

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

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

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

This text has shadow with #0F3448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3448 on black background.


Color preview on white background

This text has color #0F3448 on white background.



Black color preview on #0F3448 background

This text has black color on #0F3448 background.


White color preview on #0F3448 background

This text has white color on #0F3448 background.