COLOR #0F303F

HEX: #0F303F
RGB: (15,48,63)

Color info

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

RGB color model

#0F303F color RGB value is (15,48,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 63 of 255 = 25%

15
48
63

R + G + B ~ 17%. #0F303F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 63 = 126 (100%)
R 15 of 126 ~ 11.9%
G 48 of 126 ~ 38.1%
B 63 of 126 ~ 50%

%11.9
%38.1
%50

CMYK color model

#0F303F color CMYK value is (76,24,0,75).

  • cyan value is 76.19%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,24,0,75)
C76M24Y0K75 
(76%,24%,0%,75%)
(0.76/0.24/0.00/0.75)	

CMYK percentages

%76.19
%23.81
%0
%75.29

Codes

Color #0F303F in popluar color models

0F303F
RGB154863
HSL199°61.54%15.29%
HSB/HSV199°76.19%24.71%
CMYK76.19%23.81%0.00%
75.29%

Color #0F303F in popluar number systems.

HEX0F303F
Decimal154863
Binary1111110000111111
Octal176077

Shades and tints

Shades of #0F303F

#0F303F
(15,48,63)
#0E2C3A
(14,44,58)
#0D2835
(13,40,53)
#0C2430
(12,36,48)
#0B202B
(11,32,43)
#0A1C26
(10,28,38)
#091821
(9,24,33)
#08141C
(8,20,28)
#071017
(7,16,23)
#060C12
(6,12,18)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #0F303F

#0F303F
(15,48,63)
#244250
(36,66,80)
#395461
(57,84,97)
#4E6672
(78,102,114)
#637883
(99,120,131)
#788A94
(120,138,148)
#8D9CA5
(141,156,165)
#A2AEB6
(162,174,182)
#B7C0C7
(183,192,199)
#CCD2D8
(204,210,216)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F303F; }

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

This text font color is #0F303F.


Background Color

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

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

This div background color is #0F303F.


Border color

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

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

This div border color is #0F303F.


Opacity

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

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

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

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

This text has shadow with #0F303F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F303F on black background.


Color preview on white background

This text has color #0F303F on white background.



Black color preview on #0F303F background

This text has black color on #0F303F background.


White color preview on #0F303F background

This text has white color on #0F303F background.