COLOR #0F1F0C

HEX: #0F1F0C RGB: (15,31,12)

Color info

#0F1F0C contains red, green and blue colors in about the same proportion. Web safe color of #0F1F0C is #003300 (or #030).

RGB color model

#0F1F0C color RGB value is (15,31,12).

RGB: (15,31,12) (6%, 12%, 5%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 12 of 255 = 5%

15
31
12

R + G + B ~ 8%. #0F1F0C is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 31 + 12 = 58 (100%)
R 15 of 58 ~ 25.86%
G 31 of 58 ~ 53.45%
B 12 of 58 ~ 20.69'%

%25.86
%53.45
%20.69

CMYK color model

#0F1F0C color CMYK value is (52,0,61,88).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 87.84%
CMYK: (52,0,61,88) C52M0Y61K88 (52%,0%,61%,88%) (0.52/0.00/0.61/0.88) 

CMYK percentages

%51.61
%0
%61.29
%87.84

Codes

Color #0F1F0C in popluar color models

0F 1F 0C
RGB 15 31 12
HSL 111° 44.19% 8.43%
HSB/HSV 111° 61.29% 12.16%
CMYK 51.61% 0.00% 61.29%
87.84%

Color #0F1F0C in popluar number systems.

HEX 0F 1F 0C
Decimal 15 31 12
Binary 1111 11111 1100
Octal 17 37 14

Shades and tints

Shades of #0F1F0C

#0F1F0C
(15,31,12)
#0E1D0B
(14,29,11)
#0D1B0A
(13,27,10)
#0C1909
(12,25,9)
#0B1708
(11,23,8)
#0A1507
(10,21,7)
#091306
(9,19,6)
#081105
(8,17,5)
#070F04
(7,15,4)
#060D03
(6,13,3)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #0F1F0C

#0F1F0C
(15,31,12)
#243322
(36,51,34)
#394738
(57,71,56)
#4E5B4E
(78,91,78)
#636F64
(99,111,100)
#78837A
(120,131,122)
#8D9790
(141,151,144)
#A2ABA6
(162,171,166)
#B7BFBC
(183,191,188)
#CCD3D2
(204,211,210)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F0C; }

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

This text font color is #0F1F0C.

Background Color

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

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

This div background color is #0F1F0C.

Border color

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

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

This div border color is #0F1F0C.

Opacity

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

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

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

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

This text has shadow with #0F1F0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1F0C.

Preview

Color preview on black background

This text has color #0F1F0C on black background.


Color preview on white background

This text has color #0F1F0C on white background.


Black color preview on #0F1F0C background

This text has black color on #0F1F0C background.


White color preview on #0F1F0C background

This text has white color on #0F1F0C background.


Related colors

Complementary color

Complementary color for #hex is #F0E0F3.


I love getcolorcode.com

Triadic colors

1 #0C0F1F and #1F0C0F with #0F1F0C are triadic colors.

2 #0C1F0F and #1F0F0C with #0F1F0C are triadic colors.