COLOR #0F1E14

HEX: #0F1E14
RGB: (15,30,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
30
20

R + G + B ~ 9%. #0F1E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 20 = 65 (100%)
R 15 of 65 ~ 23.08%
G 30 of 65 ~ 46.15%
B 20 of 65 ~ 30.77%

%23.08
%46.15
%30.77

CMYK color model

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

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

CMYK percentages

%50
%0
%33.33
%88.24

Codes

Color #0F1E14 in popluar color models

0F1E14
RGB153020
HSL140°33.33%8.82%
HSB/HSV140°50.00%11.76%
CMYK50.00%0.00%33.33%
88.24%

Color #0F1E14 in popluar number systems.

HEX0F1E14
Decimal153020
Binary11111111010100
Octal173624

Shades and tints

Shades of #0F1E14

#0F1E14
(15,30,20)
#0E1C13
(14,28,19)
#0D1A12
(13,26,18)
#0C1811
(12,24,17)
#0B1610
(11,22,16)
#0A140F
(10,20,15)
#09120E
(9,18,14)
#08100D
(8,16,13)
#070E0C
(7,14,12)
#060C0B
(6,12,11)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F1E14

#0F1E14
(15,30,20)
#243229
(36,50,41)
#39463E
(57,70,62)
#4E5A53
(78,90,83)
#636E68
(99,110,104)
#78827D
(120,130,125)
#8D9692
(141,150,146)
#A2AAA7
(162,170,167)
#B7BEBC
(183,190,188)
#CCD2D1
(204,210,209)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E14; }

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

This text font color is #0F1E14.


Background Color

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

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

This div background color is #0F1E14.


Border color

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

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

This div border color is #0F1E14.


Opacity

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

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

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

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

This text has shadow with #0F1E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E14 on black background.


Color preview on white background

This text has color #0F1E14 on white background.



Black color preview on #0F1E14 background

This text has black color on #0F1E14 background.


White color preview on #0F1E14 background

This text has white color on #0F1E14 background.