COLOR #0F1604

HEX: #0F1604 RGB: (15,22,4)

Color info

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

RGB color model

#0F1604 color RGB value is (15,22,4).

RGB: (15,22,4) (6%, 9%, 2%)

RGB channels and saturation

R 15 of 255 = 6%
G 22 of 255 = 9%
B 4 of 255 = 2%

15
22
4

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

Portions of RGB colors in percentages

R + G + B = 15 + 22 + 4 = 41 (100%)
R 15 of 41 ~ 36.59%
G 22 of 41 ~ 53.66%
B 4 of 41 ~ 9.76'%

%36.59
%53.66

CMYK color model

#0F1604 color CMYK value is (32,0,82,91).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 91.37%

CMYK: (32,0,82,91)
C32M0Y82K91 (32%, 0%, 82%, 91%)
(0.32 / 0.00 / 0.82 / 0.91)

CMYK percentages

%31.82
%0
%81.82
%91.37

Codes

Color #0F1604 in popluar color models

0F 16 04
RGB 15 22 4
HSL 83° 69.23% 5.10%
HSB/HSV 83° 81.82% 8.63%
CMYK 31.82% 0.00% 81.82%
91.37%

Color #0F1604 in popluar number systems.

HEX 0F 16 04
Decimal 15 22 4
Binary 1111 10110 100
Octal 17 26 4

Shades and tints

Shades of #0F1604

#0F1604
(15,22,4)
#0E1404
(14,20,4)
#0D1204
(13,18,4)
#0C1004
(12,16,4)
#0B0E04
(11,14,4)
#0A0C04
(10,12,4)
#090A04
(9,10,4)
#080804
(8,8,4)
#070604
(7,6,4)
#060404
(6,4,4)
#050204
(5,2,4)
#000000
(0,0,0)

Tints of #0F1604

#0F1604
(15,22,4)
#242B1A
(36,43,26)
#394030
(57,64,48)
#4E5546
(78,85,70)
#636A5C
(99,106,92)
#787F72
(120,127,114)
#8D9488
(141,148,136)
#A2A99E
(162,169,158)
#B7BEB4
(183,190,180)
#CCD3CA
(204,211,202)
#E1E8E0
(225,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1604; }

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

This text font color is #0F1604.

Background Color

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

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

This div background color is #0F1604.

Border color

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

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

This div border color is #0F1604.

Opacity

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

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

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

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

This text has shadow with #0F1604 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1604.

Preview

Color preview on black background

This text has color #0F1604 on black background.


Color preview on white background

This text has color #0F1604 on white background.


Black color preview on #0F1604 background

This text has black color on #0F1604 background.


White color preview on #0F1604 background

This text has white color on #0F1604 background.


Related colors

Complementary color

Complementary color for #hex is #F0E9FB.


I love getcolorcode.com

Triadic colors

1 #040F16 and #16040F with #0F1604 are triadic colors.

2 #04160F and #160F04 with #0F1604 are triadic colors.