COLOR #0F0E2D

HEX: #0F0E2D
RGB: (15,14,45)

Color info

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

RGB color model

#0F0E2D color RGB value is (15,14,45).

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

RGB channels and saturation

R 15 of 255 = 6%
G 14 of 255 = 5%
B 45 of 255 = 18%

15
14
45

R + G + B ~ 10%. #0F0E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 14 + 45 = 74 (100%)
R 15 of 74 ~ 20.27%
G 14 of 74 ~ 18.92%
B 45 of 74 ~ 60.81%

%20.27
%18.92
%60.81

CMYK color model

#0F0E2D color CMYK value is (67,69,0,82).

  • cyan value is 66.67%
  • magenta value is 68.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(67,69,0,82)
C67M69Y0K82 
(67%,69%,0%,82%)
(0.67/0.69/0.00/0.82)	

CMYK percentages

%66.67
%68.89
%0
%82.35

Codes

Color #0F0E2D in popluar color models

0F0E2D
RGB151445
HSL242°52.54%11.57%
HSB/HSV242°68.89%17.65%
CMYK66.67%68.89%0.00%
82.35%

Color #0F0E2D in popluar number systems.

HEX0F0E2D
Decimal151445
Binary11111110101101
Octal171655

Shades and tints

Shades of #0F0E2D

#0F0E2D
(15,14,45)
#0E0D29
(14,13,41)
#0D0C25
(13,12,37)
#0C0B21
(12,11,33)
#0B0A1D
(11,10,29)
#0A0919
(10,9,25)
#090815
(9,8,21)
#080711
(8,7,17)
#07060D
(7,6,13)
#060509
(6,5,9)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #0F0E2D

#0F0E2D
(15,14,45)
#242340
(36,35,64)
#393853
(57,56,83)
#4E4D66
(78,77,102)
#636279
(99,98,121)
#78778C
(120,119,140)
#8D8C9F
(141,140,159)
#A2A1B2
(162,161,178)
#B7B6C5
(183,182,197)
#CCCBD8
(204,203,216)
#E1E0EB
(225,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0E2D; }

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

This text font color is #0F0E2D.


Background Color

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

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

This div background color is #0F0E2D.


Border color

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

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

This div border color is #0F0E2D.


Opacity

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

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

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

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

This text has shadow with #0F0E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0E2D on black background.


Color preview on white background

This text has color #0F0E2D on white background.



Black color preview on #0F0E2D background

This text has black color on #0F0E2D background.


White color preview on #0F0E2D background

This text has white color on #0F0E2D background.