COLOR #0F0306

HEX: #0F0306 RGB: (15,3,6)

Color info

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

RGB color model

#0F0306 color RGB value is (15,3,6).

RGB: (15,3,6) (6%, 1%, 2%)

RGB channels and saturation

R 15 of 255 = 6%
G 3 of 255 = 1%
B 6 of 255 = 2%

15
3
6

R + G + B ~ 3%. #0F0306 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 3 + 6 = 24 (100%)
R 15 of 24 ~ 62.5%
G 3 of 24 ~ 12.5%
B 6 of 24 ~ 25'%

%62.5
%12.5
%25

CMYK color model

#0F0306 color CMYK value is (0,80,60,94).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 60.00%
  • key color value is 94.12%

CMYK: (0,80,60,94)
C0M80Y60K94 (0%, 80%, 60%, 94%)
(0.00 / 0.80 / 0.60 / 0.94)

CMYK percentages

%0
%80
%60
%94.12

Codes

Color #0F0306 in popluar color models

0F 03 06
RGB 15 3 6
HSL 345° 66.67% 3.53%
HSB/HSV 345° 80.00% 5.88%
CMYK 0.00% 80.00% 60.00%
94.12%

Color #0F0306 in popluar number systems.

HEX 0F 03 06
Decimal 15 3 6
Binary 1111 11 110
Octal 17 3 6

Shades and tints

Shades of #0F0306

#0F0306
(15,3,6)
#0E0306
(14,3,6)
#0D0306
(13,3,6)
#0C0306
(12,3,6)
#0B0306
(11,3,6)
#0A0306
(10,3,6)
#090306
(9,3,6)
#080306
(8,3,6)
#070306
(7,3,6)
#060306
(6,3,6)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #0F0306

#0F0306
(15,3,6)
#24191C
(36,25,28)
#392F32
(57,47,50)
#4E4548
(78,69,72)
#635B5E
(99,91,94)
#787174
(120,113,116)
#8D878A
(141,135,138)
#A29DA0
(162,157,160)
#B7B3B6
(183,179,182)
#CCC9CC
(204,201,204)
#E1DFE2
(225,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0306; }

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

This text font color is #0F0306.

Background Color

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

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

This div background color is #0F0306.

Border color

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

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

This div border color is #0F0306.

Opacity

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

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

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

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

This text has shadow with #0F0306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0306.

Preview

Color preview on black background

This text has color #0F0306 on black background.


Color preview on white background

This text has color #0F0306 on white background.


Black color preview on #0F0306 background

This text has black color on #0F0306 background.


White color preview on #0F0306 background

This text has white color on #0F0306 background.


Related colors

Complementary color

Complementary color for #hex is #F0FCF9.


I love getcolorcode.com

Triadic colors

1 #060F03 and #03060F with #0F0306 are triadic colors.

2 #06030F and #030F06 with #0F0306 are triadic colors.