COLOR #0F1204

HEX: #0F1204 RGB: (15,18,4)

Color info

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

RGB color model

#0F1204 color RGB value is (15,18,4).

RGB: (15,18,4) (6%, 7%, 2%)

RGB channels and saturation

R 15 of 255 = 6%
G 18 of 255 = 7%
B 4 of 255 = 2%

15
18
4

R + G + B ~ 5%. #0F1204 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 18 + 4 = 37 (100%)
R 15 of 37 ~ 40.54%
G 18 of 37 ~ 48.65%
B 4 of 37 ~ 10.81'%

%40.54
%48.65
%10.81

CMYK color model

#0F1204 color CMYK value is (17,0,78,93).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 92.94%

CMYK: (17,0,78,93)
C17M0Y78K93 (17%, 0%, 78%, 93%)
(0.17 / 0.00 / 0.78 / 0.93)

CMYK percentages

%16.67
%0
%77.78
%92.94

Codes

Color #0F1204 in popluar color models

0F 12 04
RGB 15 18 4
HSL 73° 63.64% 4.31%
HSB/HSV 73° 77.78% 7.06%
CMYK 16.67% 0.00% 77.78%
92.94%

Color #0F1204 in popluar number systems.

HEX 0F 12 04
Decimal 15 18 4
Binary 1111 10010 100
Octal 17 22 4

Shades and tints

Shades of #0F1204

#0F1204
(15,18,4)
#0E1104
(14,17,4)
#0D1004
(13,16,4)
#0C0F04
(12,15,4)
#0B0E04
(11,14,4)
#0A0D04
(10,13,4)
#090C04
(9,12,4)
#080B04
(8,11,4)
#070A04
(7,10,4)
#060904
(6,9,4)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #0F1204

#0F1204
(15,18,4)
#24271A
(36,39,26)
#393C30
(57,60,48)
#4E5146
(78,81,70)
#63665C
(99,102,92)
#787B72
(120,123,114)
#8D9088
(141,144,136)
#A2A59E
(162,165,158)
#B7BAB4
(183,186,180)
#CCCFCA
(204,207,202)
#E1E4E0
(225,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1204; }

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

This text font color is #0F1204.

Background Color

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

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

This div background color is #0F1204.

Border color

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

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

This div border color is #0F1204.

Opacity

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

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

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

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

This text has shadow with #0F1204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1204.

Preview

Color preview on black background

This text has color #0F1204 on black background.


Color preview on white background

This text has color #0F1204 on white background.


Black color preview on #0F1204 background

This text has black color on #0F1204 background.


White color preview on #0F1204 background

This text has white color on #0F1204 background.


Related colors

Complementary color

Complementary color for #hex is #F0EDFB.


I love getcolorcode.com

Triadic colors

1 #040F12 and #12040F with #0F1204 are triadic colors.

2 #04120F and #120F04 with #0F1204 are triadic colors.