COLOR #0F313C

HEX: #0F313C
RGB: (15,49,60)

Color info

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

RGB color model

#0F313C color RGB value is (15,49,60).

  • red value is 15;
  • green value is 49;
  • blue value is 60.
RGB:
(15,49,60)
(6%,19%,24%)

RGB channels and saturation

R 15 of 255 = 6%
G 49 of 255 = 19%
B 60 of 255 = 24%

15
49
60

R + G + B ~ 16%. #0F313C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 49 + 60 = 124 (100%)
R 15 of 124 ~ 12.1%
G 49 of 124 ~ 39.52%
B 60 of 124 ~ 48.39%

%12.1
%39.52
%48.39

CMYK color model

#0F313C color CMYK value is (75,18,0,76).

  • cyan value is 75.00%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(75,18,0,76)
C75M18Y0K76 
(75%,18%,0%,76%)
(0.75/0.18/0.00/0.76)	

CMYK percentages

%75
%18.33
%0
%76.47

Codes

Color #0F313C in popluar color models

0F313C
RGB154960
HSL195°60.00%14.71%
HSB/HSV195°75.00%23.53%
CMYK75.00%18.33%0.00%
76.47%

Color #0F313C in popluar number systems.

HEX0F313C
Decimal154960
Binary1111110001111100
Octal176174

Shades and tints

Shades of #0F313C

#0F313C
(15,49,60)
#0E2D37
(14,45,55)
#0D2932
(13,41,50)
#0C252D
(12,37,45)
#0B2128
(11,33,40)
#0A1D23
(10,29,35)
#09191E
(9,25,30)
#081519
(8,21,25)
#071114
(7,17,20)
#060D0F
(6,13,15)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #0F313C

#0F313C
(15,49,60)
#24434D
(36,67,77)
#39555E
(57,85,94)
#4E676F
(78,103,111)
#637980
(99,121,128)
#788B91
(120,139,145)
#8D9DA2
(141,157,162)
#A2AFB3
(162,175,179)
#B7C1C4
(183,193,196)
#CCD3D5
(204,211,213)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F313C color. Also use rgb(15,49,60) instead hex code.

Text Font Color

.myTextColor { color: #0F313C; }

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

This text font color is #0F313C.


Background Color

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

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

This div background color is #0F313C.


Border color

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

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

This div border color is #0F313C.


Opacity

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

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

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

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

This text has shadow with #0F313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F313C on black background.


Color preview on white background

This text has color #0F313C on white background.



Black color preview on #0F313C background

This text has black color on #0F313C background.


White color preview on #0F313C background

This text has white color on #0F313C background.