COLOR #0F180A

HEX: #0F180A RGB: (15,24,10)

Color info

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

RGB color model

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

RGB: (15,24,10) (6%, 9%, 4%)

RGB channels and saturation

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

15
24
10

R + G + B ~ 6%. #0F180A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 10 = 49 (100%)
R 15 of 49 ~ 30.61%
G 24 of 49 ~ 48.98%
B 10 of 49 ~ 20.41'%

%30.61
%48.98
%20.41

CMYK color model

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

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

CMYK: (38,0,58,91)
C38M0Y58K91 (38%, 0%, 58%, 91%)
(0.38 / 0.00 / 0.58 / 0.91)

CMYK percentages

%37.5
%0
%58.33
%90.59

Codes

Color #0F180A in popluar color models

0F 18 0A
RGB 15 24 10
HSL 99° 41.18% 6.67%
HSB/HSV 99° 58.33% 9.41%
CMYK 37.50% 0.00% 58.33%
90.59%

Color #0F180A in popluar number systems.

HEX 0F 18 0A
Decimal 15 24 10
Binary 1111 11000 1010
Octal 17 30 12

Shades and tints

Shades of #0F180A

#0F180A
(15,24,10)
#0E160A
(14,22,10)
#0D140A
(13,20,10)
#0C120A
(12,18,10)
#0B100A
(11,16,10)
#0A0E0A
(10,14,10)
#090C0A
(9,12,10)
#080A0A
(8,10,10)
#07080A
(7,8,10)
#06060A
(6,6,10)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #0F180A

#0F180A
(15,24,10)
#242D20
(36,45,32)
#394236
(57,66,54)
#4E574C
(78,87,76)
#636C62
(99,108,98)
#788178
(120,129,120)
#8D968E
(141,150,142)
#A2ABA4
(162,171,164)
#B7C0BA
(183,192,186)
#CCD5D0
(204,213,208)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F180A; }

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

This text font color is #0F180A.

Background Color

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

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

This div background color is #0F180A.

Border color

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

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

This div border color is #0F180A.

Opacity

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

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

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

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

This text has shadow with #0F180A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F180A.

Preview

Color preview on black background

This text has color #0F180A on black background.


Color preview on white background

This text has color #0F180A on white background.


Black color preview on #0F180A background

This text has black color on #0F180A background.


White color preview on #0F180A background

This text has white color on #0F180A background.


Related colors

Complementary color

Complementary color for #hex is #F0E7F5.


I love getcolorcode.com

Triadic colors

1 #0A0F18 and #180A0F with #0F180A are triadic colors.

2 #0A180F and #180F0A with #0F180A are triadic colors.