COLOR #0F1F0A

HEX: #0F1F0A
RGB: (15,31,10)

Color info

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

RGB color model

#0F1F0A color RGB value is (15,31,10).

  • red value is 15;
  • green value is 31;
  • blue value is 10.
RGB:
(15,31,10)
(6%,12%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 10 of 255 = 4%

15
31
10

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

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 10 = 56 (100%)
R 15 of 56 ~ 26.79%
G 31 of 56 ~ 55.36%
B 10 of 56 ~ 17.86%

%26.79
%55.36
%17.86

CMYK color model

#0F1F0A color CMYK value is (52,0,68,88).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 67.74%
  • key color value is 87.84%
CMYK:
(52,0,68,88)
C52M0Y68K88 
(52%,0%,68%,88%)
(0.52/0.00/0.68/0.88)	

CMYK percentages

%51.61
%0
%67.74
%87.84

Codes

Color #0F1F0A in popluar color models

0F1F0A
RGB153110
HSL106°51.22%8.04%
HSB/HSV106°67.74%12.16%
CMYK51.61%0.00%67.74%
87.84%

Color #0F1F0A in popluar number systems.

HEX0F1F0A
Decimal153110
Binary1111111111010
Octal173712

Shades and tints

Shades of #0F1F0A

#0F1F0A
(15,31,10)
#0E1D0A
(14,29,10)
#0D1B0A
(13,27,10)
#0C190A
(12,25,10)
#0B170A
(11,23,10)
#0A150A
(10,21,10)
#09130A
(9,19,10)
#08110A
(8,17,10)
#070F0A
(7,15,10)
#060D0A
(6,13,10)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F1F0A

#0F1F0A
(15,31,10)
#243320
(36,51,32)
#394736
(57,71,54)
#4E5B4C
(78,91,76)
#636F62
(99,111,98)
#788378
(120,131,120)
#8D978E
(141,151,142)
#A2ABA4
(162,171,164)
#B7BFBA
(183,191,186)
#CCD3D0
(204,211,208)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F0A; }

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

This text font color is #0F1F0A.


Background Color

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

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

This div background color is #0F1F0A.


Border color

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

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

This div border color is #0F1F0A.


Opacity

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

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

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

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

This text has shadow with #0F1F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F0A on black background.


Color preview on white background

This text has color #0F1F0A on white background.



Black color preview on #0F1F0A background

This text has black color on #0F1F0A background.


White color preview on #0F1F0A background

This text has white color on #0F1F0A background.