COLOR #0F120F

HEX: #0F120F
RGB: (15,18,15)

Color info

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

RGB color model

#0F120F color RGB value is (15,18,15).

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

RGB channels and saturation

R 15 of 255 = 6%
G 18 of 255 = 7%
B 15 of 255 = 6%

15
18
15

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

Portions of RGB colors in percentages

R + G + B =
15 + 18 + 15 = 48 (100%)
R 15 of 48 ~ 31.25%
G 18 of 48 ~ 37.5%
B 15 of 48 ~ 31.25%

%31.25
%37.5
%31.25

CMYK color model

#0F120F color CMYK value is (17,0,17,93).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(17,0,17,93)
C17M0Y17K93 
(17%,0%,17%,93%)
(0.17/0.00/0.17/0.93)	

CMYK percentages

%16.67
%0
%16.67
%92.94

Codes

Color #0F120F in popluar color models

0F120F
RGB151815
HSL120°9.09%6.47%
HSB/HSV120°16.67%7.06%
CMYK16.67%0.00%16.67%
92.94%

Color #0F120F in popluar number systems.

HEX0F120F
Decimal151815
Binary1111100101111
Octal172217

Shades and tints

Shades of #0F120F

#0F120F
(15,18,15)
#0E110E
(14,17,14)
#0D100D
(13,16,13)
#0C0F0C
(12,15,12)
#0B0E0B
(11,14,11)
#0A0D0A
(10,13,10)
#090C09
(9,12,9)
#080B08
(8,11,8)
#070A07
(7,10,7)
#060906
(6,9,6)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #0F120F

#0F120F
(15,18,15)
#242724
(36,39,36)
#393C39
(57,60,57)
#4E514E
(78,81,78)
#636663
(99,102,99)
#787B78
(120,123,120)
#8D908D
(141,144,141)
#A2A5A2
(162,165,162)
#B7BAB7
(183,186,183)
#CCCFCC
(204,207,204)
#E1E4E1
(225,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F120F; }

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

This text font color is #0F120F.


Background Color

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

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

This div background color is #0F120F.


Border color

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

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

This div border color is #0F120F.


Opacity

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

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

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

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

This text has shadow with #0F120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F120F on black background.


Color preview on white background

This text has color #0F120F on white background.



Black color preview on #0F120F background

This text has black color on #0F120F background.


White color preview on #0F120F background

This text has white color on #0F120F background.