COLOR #0F1E1E

HEX: #0F1E1E
RGB: (15,30,30)

Color info

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

RGB color model

#0F1E1E color RGB value is (15,30,30).

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

RGB channels and saturation

R 15 of 255 = 6%
G 30 of 255 = 12%
B 30 of 255 = 12%

15
30
30

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

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 30 = 75 (100%)
R 15 of 75 ~ 20%
G 30 of 75 ~ 40%
B 30 of 75 ~ 40%

%20
%40
%40

CMYK color model

#0F1E1E color CMYK value is (50,0,0,88).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(50,0,0,88)
C50M0Y0K88 
(50%,0%,0%,88%)
(0.50/0.00/0.00/0.88)	

CMYK percentages

%50
%0
%0
%88.24

Codes

Color #0F1E1E in popluar color models

0F1E1E
RGB153030
HSL180°33.33%8.82%
HSB/HSV180°50.00%11.76%
CMYK50.00%0.00%0.00%
88.24%

Color #0F1E1E in popluar number systems.

HEX0F1E1E
Decimal153030
Binary11111111011110
Octal173636

Shades and tints

Shades of #0F1E1E

#0F1E1E
(15,30,30)
#0E1C1C
(14,28,28)
#0D1A1A
(13,26,26)
#0C1818
(12,24,24)
#0B1616
(11,22,22)
#0A1414
(10,20,20)
#091212
(9,18,18)
#081010
(8,16,16)
#070E0E
(7,14,14)
#060C0C
(6,12,12)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F1E1E

#0F1E1E
(15,30,30)
#243232
(36,50,50)
#394646
(57,70,70)
#4E5A5A
(78,90,90)
#636E6E
(99,110,110)
#788282
(120,130,130)
#8D9696
(141,150,150)
#A2AAAA
(162,170,170)
#B7BEBE
(183,190,190)
#CCD2D2
(204,210,210)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E1E; }

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

This text font color is #0F1E1E.


Background Color

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

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

This div background color is #0F1E1E.


Border color

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

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

This div border color is #0F1E1E.


Opacity

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

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

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

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

This text has shadow with #0F1E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E1E on black background.


Color preview on white background

This text has color #0F1E1E on white background.



Black color preview on #0F1E1E background

This text has black color on #0F1E1E background.


White color preview on #0F1E1E background

This text has white color on #0F1E1E background.