COLOR #0F0410

HEX: #0F0410
RGB: (15,4,16)

Color info

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

RGB color model

#0F0410 color RGB value is (15,4,16).

  • red value is 15;
  • green value is 4;
  • blue value is 16.
RGB:
(15,4,16)
(6%,2%,6%)

RGB channels and saturation

R 15 of 255 = 6%
G 4 of 255 = 2%
B 16 of 255 = 6%

15
4
16

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

Portions of RGB colors in percentages

R + G + B =
15 + 4 + 16 = 35 (100%)
R 15 of 35 ~ 42.86%
G 4 of 35 ~ 11.43%
B 16 of 35 ~ 45.71%

%42.86
%11.43
%45.71

CMYK color model

#0F0410 color CMYK value is (6,75,0,94).

  • cyan value is 6.25%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(6,75,0,94)
C6M75Y0K94 
(6%,75%,0%,94%)
(0.06/0.75/0.00/0.94)	

CMYK percentages

%6.25
%75
%0
%93.73

Codes

Color #0F0410 in popluar color models

0F0410
RGB15416
HSL295°60.00%3.92%
HSB/HSV295°75.00%6.27%
CMYK6.25%75.00%0.00%
93.73%

Color #0F0410 in popluar number systems.

HEX0F0410
Decimal15416
Binary111110010000
Octal17420

Shades and tints

Shades of #0F0410

#0F0410
(15,4,16)
#0E040F
(14,4,15)
#0D040E
(13,4,14)
#0C040D
(12,4,13)
#0B040C
(11,4,12)
#0A040B
(10,4,11)
#09040A
(9,4,10)
#080409
(8,4,9)
#070408
(7,4,8)
#060407
(6,4,7)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #0F0410

#0F0410
(15,4,16)
#241A25
(36,26,37)
#39303A
(57,48,58)
#4E464F
(78,70,79)
#635C64
(99,92,100)
#787279
(120,114,121)
#8D888E
(141,136,142)
#A29EA3
(162,158,163)
#B7B4B8
(183,180,184)
#CCCACD
(204,202,205)
#E1E0E2
(225,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0410; }

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

This text font color is #0F0410.


Background Color

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

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

This div background color is #0F0410.


Border color

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

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

This div border color is #0F0410.


Opacity

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

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

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

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

This text has shadow with #0F0410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0410 on black background.


Color preview on white background

This text has color #0F0410 on white background.



Black color preview on #0F0410 background

This text has black color on #0F0410 background.


White color preview on #0F0410 background

This text has white color on #0F0410 background.