COLOR #0F0203

HEX: #0F0203
RGB: (15,2,3)

Color info

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

RGB color model

#0F0203 color RGB value is (15,2,3).

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

RGB channels and saturation

R 15 of 255 = 6%
G 2 of 255 = 1%
B 3 of 255 = 1%

15
2
3

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

Portions of RGB colors in percentages

R + G + B =
15 + 2 + 3 = 20 (100%)
R 15 of 20 ~ 75%
G 2 of 20 ~ 10%
B 3 of 20 ~ 15%

%75
%10
%15

CMYK color model

#0F0203 color CMYK value is (0,87,80,94).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 80.00%
  • key color value is 94.12%
CMYK:
(0,87,80,94)
C0M87Y80K94 
(0%,87%,80%,94%)
(0.00/0.87/0.80/0.94)	

CMYK percentages

%0
%86.67
%80
%94.12

Codes

Color #0F0203 in popluar color models

0F0203
RGB1523
HSL355°76.47%3.33%
HSB/HSV355°86.67%5.88%
CMYK0.00%86.67%80.00%
94.12%

Color #0F0203 in popluar number systems.

HEX0F0203
Decimal1523
Binary11111011
Octal1723

Shades and tints

Shades of #0F0203

#0F0203
(15,2,3)
#0E0203
(14,2,3)
#0D0203
(13,2,3)
#0C0203
(12,2,3)
#0B0203
(11,2,3)
#0A0203
(10,2,3)
#090203
(9,2,3)
#080203
(8,2,3)
#070203
(7,2,3)
#060203
(6,2,3)
#050203
(5,2,3)
#000000
(0,0,0)

Tints of #0F0203

#0F0203
(15,2,3)
#241919
(36,25,25)
#39302F
(57,48,47)
#4E4745
(78,71,69)
#635E5B
(99,94,91)
#787571
(120,117,113)
#8D8C87
(141,140,135)
#A2A39D
(162,163,157)
#B7BAB3
(183,186,179)
#CCD1C9
(204,209,201)
#E1E8DF
(225,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0203; }

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

This text font color is #0F0203.


Background Color

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

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

This div background color is #0F0203.


Border color

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

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

This div border color is #0F0203.


Opacity

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

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

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

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

This text has shadow with #0F0203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0203 on black background.


Color preview on white background

This text has color #0F0203 on white background.



Black color preview on #0F0203 background

This text has black color on #0F0203 background.


White color preview on #0F0203 background

This text has white color on #0F0203 background.