COLOR #0F293D

HEX: #0F293D
RGB: (15,41,61)

Color info

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

RGB color model

#0F293D color RGB value is (15,41,61).

  • red value is 15;
  • green value is 41;
  • blue value is 61.
RGB:
(15,41,61)
(6%,16%,24%)

RGB channels and saturation

R 15 of 255 = 6%
G 41 of 255 = 16%
B 61 of 255 = 24%

15
41
61

R + G + B ~ 15%. #0F293D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 41 + 61 = 117 (100%)
R 15 of 117 ~ 12.82%
G 41 of 117 ~ 35.04%
B 61 of 117 ~ 52.14%

%12.82
%35.04
%52.14

CMYK color model

#0F293D color CMYK value is (75,33,0,76).

  • cyan value is 75.41%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(75,33,0,76)
C75M33Y0K76 
(75%,33%,0%,76%)
(0.75/0.33/0.00/0.76)	

CMYK percentages

%75.41
%32.79
%0
%76.08

Codes

Color #0F293D in popluar color models

0F293D
RGB154161
HSL206°60.53%14.90%
HSB/HSV206°75.41%23.92%
CMYK75.41%32.79%0.00%
76.08%

Color #0F293D in popluar number systems.

HEX0F293D
Decimal154161
Binary1111101001111101
Octal175175

Shades and tints

Shades of #0F293D

#0F293D
(15,41,61)
#0E2638
(14,38,56)
#0D2333
(13,35,51)
#0C202E
(12,32,46)
#0B1D29
(11,29,41)
#0A1A24
(10,26,36)
#09171F
(9,23,31)
#08141A
(8,20,26)
#071115
(7,17,21)
#060E10
(6,14,16)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #0F293D

#0F293D
(15,41,61)
#243C4E
(36,60,78)
#394F5F
(57,79,95)
#4E6270
(78,98,112)
#637581
(99,117,129)
#788892
(120,136,146)
#8D9BA3
(141,155,163)
#A2AEB4
(162,174,180)
#B7C1C5
(183,193,197)
#CCD4D6
(204,212,214)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F293D color. Also use rgb(15,41,61) instead hex code.

Text Font Color

.myTextColor { color: #0F293D; }

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

This text font color is #0F293D.


Background Color

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

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

This div background color is #0F293D.


Border color

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

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

This div border color is #0F293D.


Opacity

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

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

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

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

This text has shadow with #0F293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F293D on black background.


Color preview on white background

This text has color #0F293D on white background.



Black color preview on #0F293D background

This text has black color on #0F293D background.


White color preview on #0F293D background

This text has white color on #0F293D background.