COLOR #0F1E04

HEX: #0F1E04
RGB: (15,30,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
30
4

R + G + B ~ 7%. #0F1E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 30 + 4 = 49 (100%)
R 15 of 49 ~ 30.61%
G 30 of 49 ~ 61.22%
B 4 of 49 ~ 8.16%

%30.61
%61.22

CMYK color model

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

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

CMYK percentages

%50
%0
%86.67
%88.24

Codes

Color #0F1E04 in popluar color models

0F1E04
RGB15304
HSL95°76.47%6.67%
HSB/HSV95°86.67%11.76%
CMYK50.00%0.00%86.67%
88.24%

Color #0F1E04 in popluar number systems.

HEX0F1E04
Decimal15304
Binary111111110100
Octal17364

Shades and tints

Shades of #0F1E04

#0F1E04
(15,30,4)
#0E1C04
(14,28,4)
#0D1A04
(13,26,4)
#0C1804
(12,24,4)
#0B1604
(11,22,4)
#0A1404
(10,20,4)
#091204
(9,18,4)
#081004
(8,16,4)
#070E04
(7,14,4)
#060C04
(6,12,4)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #0F1E04

#0F1E04
(15,30,4)
#24321A
(36,50,26)
#394630
(57,70,48)
#4E5A46
(78,90,70)
#636E5C
(99,110,92)
#788272
(120,130,114)
#8D9688
(141,150,136)
#A2AA9E
(162,170,158)
#B7BEB4
(183,190,180)
#CCD2CA
(204,210,202)
#E1E6E0
(225,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1E04; }

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

This text font color is #0F1E04.


Background Color

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

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

This div background color is #0F1E04.


Border color

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

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

This div border color is #0F1E04.


Opacity

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

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

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

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

This text has shadow with #0F1E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1E04 on black background.


Color preview on white background

This text has color #0F1E04 on white background.



Black color preview on #0F1E04 background

This text has black color on #0F1E04 background.


White color preview on #0F1E04 background

This text has white color on #0F1E04 background.