COLOR #0F1E0F

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

Color info

#0F1E0F contains red, green and blue colors in about the same proportion. Web safe color of #0F1E0F is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

15
30
15

R + G + B ~ 8%. #0F1E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 15 = 60 (100%)
R 15 of 60 ~ 25%
G 30 of 60 ~ 50%
B 15 of 60 ~ 25%

%25
%50
%25

CMYK color model

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

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

CMYK percentages

%50
%0
%50
%88.24

Codes

Color #0F1E0F in popluar color models

0F1E0F
RGB153015
HSL120°33.33%8.82%
HSB/HSV120°50.00%11.76%
CMYK50.00%0.00%50.00%
88.24%

Color #0F1E0F in popluar number systems.

HEX0F1E0F
Decimal153015
Binary1111111101111
Octal173617

Shades and tints

Shades of #0F1E0F

#0F1E0F
(15,30,15)
#0E1C0E
(14,28,14)
#0D1A0D
(13,26,13)
#0C180C
(12,24,12)
#0B160B
(11,22,11)
#0A140A
(10,20,10)
#091209
(9,18,9)
#081008
(8,16,8)
#070E07
(7,14,7)
#060C06
(6,12,6)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #0F1E0F

#0F1E0F
(15,30,15)
#243224
(36,50,36)
#394639
(57,70,57)
#4E5A4E
(78,90,78)
#636E63
(99,110,99)
#788278
(120,130,120)
#8D968D
(141,150,141)
#A2AAA2
(162,170,162)
#B7BEB7
(183,190,183)
#CCD2CC
(204,210,204)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E0F; }

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

This text font color is #0F1E0F.


Background Color

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

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

This div background color is #0F1E0F.


Border color

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

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

This div border color is #0F1E0F.


Opacity

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

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

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

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

This text has shadow with #0F1E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E0F on black background.


Color preview on white background

This text has color #0F1E0F on white background.



Black color preview on #0F1E0F background

This text has black color on #0F1E0F background.


White color preview on #0F1E0F background

This text has white color on #0F1E0F background.