COLOR #0F180D

HEX: #0F180D
RGB: (15,24,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
24
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 13 = 52 (100%)
R 15 of 52 ~ 28.85%
G 24 of 52 ~ 46.15%
B 13 of 52 ~ 25%

%28.85
%46.15
%25

CMYK color model

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

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

CMYK percentages

%37.5
%0
%45.83
%90.59

Codes

Color #0F180D in popluar color models

0F180D
RGB152413
HSL109°29.73%7.25%
HSB/HSV109°45.83%9.41%
CMYK37.50%0.00%45.83%
90.59%

Color #0F180D in popluar number systems.

HEX0F180D
Decimal152413
Binary1111110001101
Octal173015

Shades and tints

Shades of #0F180D

#0F180D
(15,24,13)
#0E160C
(14,22,12)
#0D140B
(13,20,11)
#0C120A
(12,18,10)
#0B1009
(11,16,9)
#0A0E08
(10,14,8)
#090C07
(9,12,7)
#080A06
(8,10,6)
#070805
(7,8,5)
#060604
(6,6,4)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #0F180D

#0F180D
(15,24,13)
#242D23
(36,45,35)
#394239
(57,66,57)
#4E574F
(78,87,79)
#636C65
(99,108,101)
#78817B
(120,129,123)
#8D9691
(141,150,145)
#A2ABA7
(162,171,167)
#B7C0BD
(183,192,189)
#CCD5D3
(204,213,211)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F180D; }

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

This text font color is #0F180D.


Background Color

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

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

This div background color is #0F180D.


Border color

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

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

This div border color is #0F180D.


Opacity

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

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

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

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

This text has shadow with #0F180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F180D on black background.


Color preview on white background

This text has color #0F180D on white background.



Black color preview on #0F180D background

This text has black color on #0F180D background.


White color preview on #0F180D background

This text has white color on #0F180D background.