COLOR #0F283F

HEX: #0F283F
RGB: (15,40,63)

Color info

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

RGB color model

#0F283F color RGB value is (15,40,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 63 of 255 = 25%

15
40
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 63 = 118 (100%)
R 15 of 118 ~ 12.71%
G 40 of 118 ~ 33.9%
B 63 of 118 ~ 53.39%

%12.71
%33.9
%53.39

CMYK color model

#0F283F color CMYK value is (76,37,0,75).

  • cyan value is 76.19%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,37,0,75)
C76M37Y0K75 
(76%,37%,0%,75%)
(0.76/0.37/0.00/0.75)	

CMYK percentages

%76.19
%36.51
%0
%75.29

Codes

Color #0F283F in popluar color models

0F283F
RGB154063
HSL209°61.54%15.29%
HSB/HSV209°76.19%24.71%
CMYK76.19%36.51%0.00%
75.29%

Color #0F283F in popluar number systems.

HEX0F283F
Decimal154063
Binary1111101000111111
Octal175077

Shades and tints

Shades of #0F283F

#0F283F
(15,40,63)
#0E253A
(14,37,58)
#0D2235
(13,34,53)
#0C1F30
(12,31,48)
#0B1C2B
(11,28,43)
#0A1926
(10,25,38)
#091621
(9,22,33)
#08131C
(8,19,28)
#071017
(7,16,23)
#060D12
(6,13,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F283F

#0F283F
(15,40,63)
#243B50
(36,59,80)
#394E61
(57,78,97)
#4E6172
(78,97,114)
#637483
(99,116,131)
#788794
(120,135,148)
#8D9AA5
(141,154,165)
#A2ADB6
(162,173,182)
#B7C0C7
(183,192,199)
#CCD3D8
(204,211,216)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F283F; }

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

This text font color is #0F283F.


Background Color

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

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

This div background color is #0F283F.


Border color

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

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

This div border color is #0F283F.


Opacity

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

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

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

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

This text has shadow with #0F283F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F283F on black background.


Color preview on white background

This text has color #0F283F on white background.



Black color preview on #0F283F background

This text has black color on #0F283F background.


White color preview on #0F283F background

This text has white color on #0F283F background.