COLOR #0F180F

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

Color info

#0F180F contains red, green and blue colors in about the same proportion. Web safe color of #0F180F is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

15
24
15

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

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 15 = 54 (100%)
R 15 of 54 ~ 27.78%
G 24 of 54 ~ 44.44%
B 15 of 54 ~ 27.78%

%27.78
%44.44
%27.78

CMYK color model

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

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

CMYK percentages

%37.5
%0
%37.5
%90.59

Codes

Color #0F180F in popluar color models

0F180F
RGB152415
HSL120°23.08%7.65%
HSB/HSV120°37.50%9.41%
CMYK37.50%0.00%37.50%
90.59%

Color #0F180F in popluar number systems.

HEX0F180F
Decimal152415
Binary1111110001111
Octal173017

Shades and tints

Shades of #0F180F

#0F180F
(15,24,15)
#0E160E
(14,22,14)
#0D140D
(13,20,13)
#0C120C
(12,18,12)
#0B100B
(11,16,11)
#0A0E0A
(10,14,10)
#090C09
(9,12,9)
#080A08
(8,10,8)
#070807
(7,8,7)
#060606
(6,6,6)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #0F180F

#0F180F
(15,24,15)
#242D24
(36,45,36)
#394239
(57,66,57)
#4E574E
(78,87,78)
#636C63
(99,108,99)
#788178
(120,129,120)
#8D968D
(141,150,141)
#A2ABA2
(162,171,162)
#B7C0B7
(183,192,183)
#CCD5CC
(204,213,204)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F180F; }

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

This text font color is #0F180F.


Background Color

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

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

This div background color is #0F180F.


Border color

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

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

This div border color is #0F180F.


Opacity

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

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

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

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

This text has shadow with #0F180F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F180F on black background.


Color preview on white background

This text has color #0F180F on white background.



Black color preview on #0F180F background

This text has black color on #0F180F background.


White color preview on #0F180F background

This text has white color on #0F180F background.