COLOR #0F1F05

HEX: #0F1F05
RGB: (15,31,5)

Color info

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

RGB color model

#0F1F05 color RGB value is (15,31,5).

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

RGB channels and saturation

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

15
31
5

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

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 5 = 51 (100%)
R 15 of 51 ~ 29.41%
G 31 of 51 ~ 60.78%
B 5 of 51 ~ 9.8%

%29.41
%60.78
%9.8

CMYK color model

#0F1F05 color CMYK value is (52,0,84,88).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 87.84%
CMYK:
(52,0,84,88)
C52M0Y84K88 
(52%,0%,84%,88%)
(0.52/0.00/0.84/0.88)	

CMYK percentages

%51.61
%0
%83.87
%87.84

Codes

Color #0F1F05 in popluar color models

0F1F05
RGB15315
HSL97°72.22%7.06%
HSB/HSV97°83.87%12.16%
CMYK51.61%0.00%83.87%
87.84%

Color #0F1F05 in popluar number systems.

HEX0F1F05
Decimal15315
Binary111111111101
Octal17375

Shades and tints

Shades of #0F1F05

#0F1F05
(15,31,5)
#0E1D05
(14,29,5)
#0D1B05
(13,27,5)
#0C1905
(12,25,5)
#0B1705
(11,23,5)
#0A1505
(10,21,5)
#091305
(9,19,5)
#081105
(8,17,5)
#070F05
(7,15,5)
#060D05
(6,13,5)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #0F1F05

#0F1F05
(15,31,5)
#24331B
(36,51,27)
#394731
(57,71,49)
#4E5B47
(78,91,71)
#636F5D
(99,111,93)
#788373
(120,131,115)
#8D9789
(141,151,137)
#A2AB9F
(162,171,159)
#B7BFB5
(183,191,181)
#CCD3CB
(204,211,203)
#E1E7E1
(225,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F05; }

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

This text font color is #0F1F05.


Background Color

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

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

This div background color is #0F1F05.


Border color

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

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

This div border color is #0F1F05.


Opacity

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

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

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

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

This text has shadow with #0F1F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F05 on black background.


Color preview on white background

This text has color #0F1F05 on white background.



Black color preview on #0F1F05 background

This text has black color on #0F1F05 background.


White color preview on #0F1F05 background

This text has white color on #0F1F05 background.