COLOR #0F0E3F

HEX: #0F0E3F
RGB: (15,14,63)

Color info

#0F0E3F contains red, green and blue colors in about the same proportion. Web safe color of #0F0E3F is #000033 (or #003).

RGB color model

#0F0E3F color RGB value is (15,14,63).

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

RGB channels and saturation

R 15 of 255 = 6%
G 14 of 255 = 5%
B 63 of 255 = 25%

15
14
63

R + G + B ~ 12%. #0F0E3F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 14 + 63 = 92 (100%)
R 15 of 92 ~ 16.3%
G 14 of 92 ~ 15.22%
B 63 of 92 ~ 68.48%

%16.3
%15.22
%68.48

CMYK color model

#0F0E3F color CMYK value is (76,78,0,75).

  • cyan value is 76.19%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,78,0,75)
C76M78Y0K75 
(76%,78%,0%,75%)
(0.76/0.78/0.00/0.75)	

CMYK percentages

%76.19
%77.78
%0
%75.29

Codes

Color #0F0E3F in popluar color models

0F0E3F
RGB151463
HSL241°63.64%15.10%
HSB/HSV241°77.78%24.71%
CMYK76.19%77.78%0.00%
75.29%

Color #0F0E3F in popluar number systems.

HEX0F0E3F
Decimal151463
Binary11111110111111
Octal171677

Shades and tints

Shades of #0F0E3F

#0F0E3F
(15,14,63)
#0E0D3A
(14,13,58)
#0D0C35
(13,12,53)
#0C0B30
(12,11,48)
#0B0A2B
(11,10,43)
#0A0926
(10,9,38)
#090821
(9,8,33)
#08071C
(8,7,28)
#070617
(7,6,23)
#060512
(6,5,18)
#05040D
(5,4,13)
#000000
(0,0,0)

Tints of #0F0E3F

#0F0E3F
(15,14,63)
#242350
(36,35,80)
#393861
(57,56,97)
#4E4D72
(78,77,114)
#636283
(99,98,131)
#787794
(120,119,148)
#8D8CA5
(141,140,165)
#A2A1B6
(162,161,182)
#B7B6C7
(183,182,199)
#CCCBD8
(204,203,216)
#E1E0E9
(225,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0E3F; }

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

This text font color is #0F0E3F.


Background Color

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

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

This div background color is #0F0E3F.


Border color

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

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

This div border color is #0F0E3F.


Opacity

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

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

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

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

This text has shadow with #0F0E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0E3F on black background.


Color preview on white background

This text has color #0F0E3F on white background.



Black color preview on #0F0E3F background

This text has black color on #0F0E3F background.


White color preview on #0F0E3F background

This text has white color on #0F0E3F background.