COLOR #0F180C

HEX: #0F180C RGB: (15,24,12)

Color info

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

RGB color model

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

RGB: (15,24,12) (6%, 9%, 5%)

RGB channels and saturation

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

15
24
12

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

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 12 = 51 (100%)
R 15 of 51 ~ 29.41%
G 24 of 51 ~ 47.06%
B 12 of 51 ~ 23.53'%

%29.41
%47.06
%23.53

CMYK color model

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

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 90.59%

CMYK: (38,0,50,91)
C38M0Y50K91 (38%, 0%, 50%, 91%)
(0.38 / 0.00 / 0.50 / 0.91)

CMYK percentages

%37.5
%0
%50
%90.59

Codes

Color #0F180C in popluar color models

0F 18 0C
RGB 15 24 12
HSL 105° 33.33% 7.06%
HSB/HSV 105° 50.00% 9.41%
CMYK 37.50% 0.00% 50.00%
90.59%

Color #0F180C in popluar number systems.

HEX 0F 18 0C
Decimal 15 24 12
Binary 1111 11000 1100
Octal 17 30 14

Shades and tints

Shades of #0F180C

#0F180C
(15,24,12)
#0E160B
(14,22,11)
#0D140A
(13,20,10)
#0C1209
(12,18,9)
#0B1008
(11,16,8)
#0A0E07
(10,14,7)
#090C06
(9,12,6)
#080A05
(8,10,5)
#070804
(7,8,4)
#060603
(6,6,3)
#050402
(5,4,2)
#000000
(0,0,0)

Tints of #0F180C

#0F180C
(15,24,12)
#242D22
(36,45,34)
#394238
(57,66,56)
#4E574E
(78,87,78)
#636C64
(99,108,100)
#78817A
(120,129,122)
#8D9690
(141,150,144)
#A2ABA6
(162,171,166)
#B7C0BC
(183,192,188)
#CCD5D2
(204,213,210)
#E1EAE8
(225,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F180C; }

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

This text font color is #0F180C.

Background Color

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

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

This div background color is #0F180C.

Border color

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

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

This div border color is #0F180C.

Opacity

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

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

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

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

This text has shadow with #0F180C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F180C.

Preview

Color preview on black background

This text has color #0F180C on black background.


Color preview on white background

This text has color #0F180C on white background.


Black color preview on #0F180C background

This text has black color on #0F180C background.


White color preview on #0F180C background

This text has white color on #0F180C background.


Related colors

Complementary color

Complementary color for #hex is #F0E7F3.


I love getcolorcode.com

Triadic colors

1 #0C0F18 and #180C0F with #0F180C are triadic colors.

2 #0C180F and #180F0C with #0F180C are triadic colors.