COLOR #0F0600

HEX: #0F0600 RGB: (15,6,0)

Color info

#0F0600 contains only red and green colors. Web safe color of #0F0600 is #000000 (or #000).

RGB color model

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

RGB: (15,6,0) (6%, 2%, 0%)

RGB channels and saturation

R 15 of 255 = 6%
G 6 of 255 = 2%
B 0 of 255 = 0%

15
6
0

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

Portions of RGB colors in percentages

R + G + B = 15 + 6 + 0 = 21 (100%)
R 15 of 21 ~ 71.43%
G 6 of 21 ~ 28.57%
B 0 of 21 ~ 0'%

%71.43
%28.57

CMYK color model

#0F0600 color CMYK value is (0,60,100,94).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 100.00%
  • key color value is 94.12%
CMYK: (0,60,100,94) C0M60Y100K94 (0%,60%,100%,94%) (0.00/0.60/1.00/0.94) 

CMYK percentages

%0
%60
%100
%94.12

Codes

Color #0F0600 in popluar color models

0F 06 00
RGB 15 6 0
HSL 24° 100.00% 2.94%
HSB/HSV 24° 100.00% 5.88%
CMYK 0.00% 60.00% 100.00%
94.12%

Color #0F0600 in popluar number systems.

HEX 0F 06 00
Decimal 15 6 0
Binary 1111 110 0
Octal 17 6 0

Shades and tints

Shades of #0F0600

#0F0600
(15,6,0)
#0E0600
(14,6,0)
#0D0600
(13,6,0)
#0C0600
(12,6,0)
#0B0600
(11,6,0)
#0A0600
(10,6,0)
#090600
(9,6,0)
#080600
(8,6,0)
#070600
(7,6,0)
#060600
(6,6,0)
#050600
(5,6,0)
#000000
(0,0,0)

Tints of #0F0600

#0F0600
(15,6,0)
#241C17
(36,28,23)
#39322E
(57,50,46)
#4E4845
(78,72,69)
#635E5C
(99,94,92)
#787473
(120,116,115)
#8D8A8A
(141,138,138)
#A2A0A1
(162,160,161)
#B7B6B8
(183,182,184)
#CCCCCF
(204,204,207)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0600; }

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

This text font color is #0F0600.

Background Color

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

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

This div background color is #0F0600.

Border color

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

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

This div border color is #0F0600.

Opacity

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

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

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

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

This text has shadow with #0F0600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0600.

Preview

Color preview on black background

This text has color #0F0600 on black background.


Color preview on white background

This text has color #0F0600 on white background.


Black color preview on #0F0600 background

This text has black color on #0F0600 background.


White color preview on #0F0600 background

This text has white color on #0F0600 background.


Related colors

Complementary color

Complementary color for #hex is #F0F9FF.


I love getcolorcode.com

Triadic colors

1 #000F06 and #06000F with #0F0600 are triadic colors.

2 #00060F and #060F00 with #0F0600 are triadic colors.