COLOR #0F1403

HEX: #0F1403
RGB: (15,20,3)

Color info

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

RGB color model

#0F1403 color RGB value is (15,20,3).

  • red value is 15;
  • green value is 20;
  • blue value is 3.
RGB:
(15,20,3)
(6%,8%,1%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 3 of 255 = 1%

15
20
3

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

Portions of RGB colors in percentages

R + G + B =
15 + 20 + 3 = 38 (100%)
R 15 of 38 ~ 39.47%
G 20 of 38 ~ 52.63%
B 3 of 38 ~ 7.89%

%39.47
%52.63

CMYK color model

#0F1403 color CMYK value is (25,0,85,92).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 92.16%
CMYK:
(25,0,85,92)
C25M0Y85K92 
(25%,0%,85%,92%)
(0.25/0.00/0.85/0.92)	

CMYK percentages

%25
%0
%85
%92.16

Codes

Color #0F1403 in popluar color models

0F1403
RGB15203
HSL78°73.91%4.51%
HSB/HSV78°85.00%7.84%
CMYK25.00%0.00%85.00%
92.16%

Color #0F1403 in popluar number systems.

HEX0F1403
Decimal15203
Binary11111010011
Octal17243

Shades and tints

Shades of #0F1403

#0F1403
(15,20,3)
#0E1303
(14,19,3)
#0D1203
(13,18,3)
#0C1103
(12,17,3)
#0B1003
(11,16,3)
#0A0F03
(10,15,3)
#090E03
(9,14,3)
#080D03
(8,13,3)
#070C03
(7,12,3)
#060B03
(6,11,3)
#050A03
(5,10,3)
#000000
(0,0,0)

Tints of #0F1403

#0F1403
(15,20,3)
#242919
(36,41,25)
#393E2F
(57,62,47)
#4E5345
(78,83,69)
#63685B
(99,104,91)
#787D71
(120,125,113)
#8D9287
(141,146,135)
#A2A79D
(162,167,157)
#B7BCB3
(183,188,179)
#CCD1C9
(204,209,201)
#E1E6DF
(225,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1403; }

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

This text font color is #0F1403.


Background Color

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

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

This div background color is #0F1403.


Border color

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

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

This div border color is #0F1403.


Opacity

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

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

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

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

This text has shadow with #0F1403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1403 on black background.


Color preview on white background

This text has color #0F1403 on white background.



Black color preview on #0F1403 background

This text has black color on #0F1403 background.


White color preview on #0F1403 background

This text has white color on #0F1403 background.