COLOR #0A1006

HEX: #0A1006
RGB: (10,16,6)

Color info

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

RGB color model

#0A1006 color RGB value is (10,16,6).

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

RGB channels and saturation

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

10
16
6

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

Portions of RGB colors in percentages

R + G + B =
10 + 16 + 6 = 32 (100%)
R 10 of 32 ~ 31.25%
G 16 of 32 ~ 50%
B 6 of 32 ~ 18.75%

%31.25
%50
%18.75

CMYK color model

#0A1006 color CMYK value is (38,0,63,94).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 93.73%
CMYK:
(38,0,63,94)
C38M0Y63K94 
(38%,0%,63%,94%)
(0.38/0.00/0.63/0.94)	

CMYK percentages

%37.5
%0
%62.5
%93.73

Codes

Color #0A1006 in popluar color models

0A1006
RGB10166
HSL96°45.45%4.31%
HSB/HSV96°62.50%6.27%
CMYK37.50%0.00%62.50%
93.73%

Color #0A1006 in popluar number systems.

HEX0A1006
Decimal10166
Binary101010000110
Octal12206

Shades and tints

Shades of #0A1006

#0A1006
(10,16,6)
#0A0F06
(10,15,6)
#0A0E06
(10,14,6)
#0A0D06
(10,13,6)
#0A0C06
(10,12,6)
#0A0B06
(10,11,6)
#0A0A06
(10,10,6)
#0A0906
(10,9,6)
#0A0806
(10,8,6)
#0A0706
(10,7,6)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #0A1006

#0A1006
(10,16,6)
#20251C
(32,37,28)
#363A32
(54,58,50)
#4C4F48
(76,79,72)
#62645E
(98,100,94)
#787974
(120,121,116)
#8E8E8A
(142,142,138)
#A4A3A0
(164,163,160)
#BAB8B6
(186,184,182)
#D0CDCC
(208,205,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1006 color. Also use rgb(10,16,6) instead hex code.

Text Font Color

.myTextColor { color: #0A1006; }

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

This text font color is #0A1006.


Background Color

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

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

This div background color is #0A1006.


Border color

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

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

This div border color is #0A1006.


Opacity

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

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

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

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

This text has shadow with #0A1006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1006 on black background.


Color preview on white background

This text has color #0A1006 on white background.



Black color preview on #0A1006 background

This text has black color on #0A1006 background.


White color preview on #0A1006 background

This text has white color on #0A1006 background.