COLOR #0F1800

HEX: #0F1800
RGB: (15,24,0)

Color info

#0F1800 contains only red and green colors. Web safe color of #0F1800 is #000000 (or #000).

RGB color model

#0F1800 color RGB value is (15,24,0).

  • red value is 15;
  • green value is 24;
  • blue value is 0.
RGB:
(15,24,0)
(6%,9%,0%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 0 of 255 = 0%

15
24
0

R + G + B ~ 5%. #0F1800 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 0 = 39 (100%)
R 15 of 39 ~ 38.46%
G 24 of 39 ~ 61.54%
B 0 of 39 ~ 0%

%38.46
%61.54

CMYK color model

#0F1800 color CMYK value is (38,0,100,91).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.59%
CMYK:
(38,0,100,91)
C38M0Y100K91 
(38%,0%,100%,91%)
(0.38/0.00/1.00/0.91)	

CMYK percentages

%37.5
%0
%100
%90.59

Codes

Color #0F1800 in popluar color models

0F1800
RGB15240
HSL83°100.00%4.71%
HSB/HSV83°100.00%9.41%
CMYK37.50%0.00%100.00%
90.59%

Color #0F1800 in popluar number systems.

HEX0F1800
Decimal15240
Binary1111110000
Octal17300

Shades and tints

Shades of #0F1800

#0F1800
(15,24,0)
#0E1600
(14,22,0)
#0D1400
(13,20,0)
#0C1200
(12,18,0)
#0B1000
(11,16,0)
#0A0E00
(10,14,0)
#090C00
(9,12,0)
#080A00
(8,10,0)
#070800
(7,8,0)
#060600
(6,6,0)
#050400
(5,4,0)
#000000
(0,0,0)

Tints of #0F1800

#0F1800
(15,24,0)
#242D17
(36,45,23)
#39422E
(57,66,46)
#4E5745
(78,87,69)
#636C5C
(99,108,92)
#788173
(120,129,115)
#8D968A
(141,150,138)
#A2ABA1
(162,171,161)
#B7C0B8
(183,192,184)
#CCD5CF
(204,213,207)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1800; }

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

This text font color is #0F1800.


Background Color

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

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

This div background color is #0F1800.


Border color

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

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

This div border color is #0F1800.


Opacity

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

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

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

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

This text has shadow with #0F1800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1800 on black background.


Color preview on white background

This text has color #0F1800 on white background.



Black color preview on #0F1800 background

This text has black color on #0F1800 background.


White color preview on #0F1800 background

This text has white color on #0F1800 background.