COLOR #0A0F02

HEX: #0A0F02
RGB: (10,15,2)

Color info

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

RGB color model

#0A0F02 color RGB value is (10,15,2).

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

RGB channels and saturation

R 10 of 255 = 4%
G 15 of 255 = 6%
B 2 of 255 = 1%

10
15
2

R + G + B ~ 4%. #0A0F02 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 15 + 2 = 27 (100%)
R 10 of 27 ~ 37.04%
G 15 of 27 ~ 55.56%
B 2 of 27 ~ 7.41%

%37.04
%55.56

CMYK color model

#0A0F02 color CMYK value is (33,0,87,94).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 94.12%
CMYK:
(33,0,87,94)
C33M0Y87K94 
(33%,0%,87%,94%)
(0.33/0.00/0.87/0.94)	

CMYK percentages

%33.33
%0
%86.67
%94.12

Codes

Color #0A0F02 in popluar color models

0A0F02
RGB10152
HSL83°76.47%3.33%
HSB/HSV83°86.67%5.88%
CMYK33.33%0.00%86.67%
94.12%

Color #0A0F02 in popluar number systems.

HEX0A0F02
Decimal10152
Binary1010111110
Octal12172

Shades and tints

Shades of #0A0F02

#0A0F02
(10,15,2)
#0A0E02
(10,14,2)
#0A0D02
(10,13,2)
#0A0C02
(10,12,2)
#0A0B02
(10,11,2)
#0A0A02
(10,10,2)
#0A0902
(10,9,2)
#0A0802
(10,8,2)
#0A0702
(10,7,2)
#0A0602
(10,6,2)
#0A0502
(10,5,2)
#000000
(0,0,0)

Tints of #0A0F02

#0A0F02
(10,15,2)
#202419
(32,36,25)
#363930
(54,57,48)
#4C4E47
(76,78,71)
#62635E
(98,99,94)
#787875
(120,120,117)
#8E8D8C
(142,141,140)
#A4A2A3
(164,162,163)
#BAB7BA
(186,183,186)
#D0CCD1
(208,204,209)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0F02; }

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

This text font color is #0A0F02.


Background Color

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

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

This div background color is #0A0F02.


Border color

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

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

This div border color is #0A0F02.


Opacity

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

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

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

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

This text has shadow with #0A0F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0F02 on black background.


Color preview on white background

This text has color #0A0F02 on white background.



Black color preview on #0A0F02 background

This text has black color on #0A0F02 background.


White color preview on #0A0F02 background

This text has white color on #0A0F02 background.