COLOR #0F0F3E

HEX: #0F0F3E
RGB: (15,15,62)

Color info

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

RGB color model

#0F0F3E color RGB value is (15,15,62).

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

RGB channels and saturation

R 15 of 255 = 6%
G 15 of 255 = 6%
B 62 of 255 = 24%

15
15
62

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

Portions of RGB colors in percentages

R + G + B =
15 + 15 + 62 = 92 (100%)
R 15 of 92 ~ 16.3%
G 15 of 92 ~ 16.3%
B 62 of 92 ~ 67.39%

%16.3
%16.3
%67.39

CMYK color model

#0F0F3E color CMYK value is (76,76,0,76).

  • cyan value is 75.81%
  • magenta value is 75.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(76,76,0,76)
C76M76Y0K76 
(76%,76%,0%,76%)
(0.76/0.76/0.00/0.76)	

CMYK percentages

%75.81
%75.81
%0
%75.69

Codes

Color #0F0F3E in popluar color models

0F0F3E
RGB151562
HSL240°61.04%15.10%
HSB/HSV240°75.81%24.31%
CMYK75.81%75.81%0.00%
75.69%

Color #0F0F3E in popluar number systems.

HEX0F0F3E
Decimal151562
Binary11111111111110
Octal171776

Shades and tints

Shades of #0F0F3E

#0F0F3E
(15,15,62)
#0E0E39
(14,14,57)
#0D0D34
(13,13,52)
#0C0C2F
(12,12,47)
#0B0B2A
(11,11,42)
#0A0A25
(10,10,37)
#090920
(9,9,32)
#08081B
(8,8,27)
#070716
(7,7,22)
#060611
(6,6,17)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #0F0F3E

#0F0F3E
(15,15,62)
#24244F
(36,36,79)
#393960
(57,57,96)
#4E4E71
(78,78,113)
#636382
(99,99,130)
#787893
(120,120,147)
#8D8DA4
(141,141,164)
#A2A2B5
(162,162,181)
#B7B7C6
(183,183,198)
#CCCCD7
(204,204,215)
#E1E1E8
(225,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0F3E; }

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

This text font color is #0F0F3E.


Background Color

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

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

This div background color is #0F0F3E.


Border color

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

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

This div border color is #0F0F3E.


Opacity

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

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

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

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

This text has shadow with #0F0F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0F3E on black background.


Color preview on white background

This text has color #0F0F3E on white background.



Black color preview on #0F0F3E background

This text has black color on #0F0F3E background.


White color preview on #0F0F3E background

This text has white color on #0F0F3E background.