COLOR #0A1016

HEX: #0A1016
RGB: (10,16,22)

Color info

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

RGB color model

#0A1016 color RGB value is (10,16,22).

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

RGB channels and saturation

R 10 of 255 = 4%
G 16 of 255 = 6%
B 22 of 255 = 9%

10
16
22

R + G + B ~ 6%. #0A1016 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 16 + 22 = 48 (100%)
R 10 of 48 ~ 20.83%
G 16 of 48 ~ 33.33%
B 22 of 48 ~ 45.83%

%20.83
%33.33
%45.83

CMYK color model

#0A1016 color CMYK value is (55,27,0,91).

  • cyan value is 54.55%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(55,27,0,91)
C55M27Y0K91 
(55%,27%,0%,91%)
(0.55/0.27/0.00/0.91)	

CMYK percentages

%54.55
%27.27
%0
%91.37

Codes

Color #0A1016 in popluar color models

0A1016
RGB101622
HSL210°37.50%6.27%
HSB/HSV210°54.55%8.63%
CMYK54.55%27.27%0.00%
91.37%

Color #0A1016 in popluar number systems.

HEX0A1016
Decimal101622
Binary10101000010110
Octal122026

Shades and tints

Shades of #0A1016

#0A1016
(10,16,22)
#0A0F14
(10,15,20)
#0A0E12
(10,14,18)
#0A0D10
(10,13,16)
#0A0C0E
(10,12,14)
#0A0B0C
(10,11,12)
#0A0A0A
(10,10,10)
#0A0908
(10,9,8)
#0A0806
(10,8,6)
#0A0704
(10,7,4)
#0A0602
(10,6,2)
#000000
(0,0,0)

Tints of #0A1016

#0A1016
(10,16,22)
#20252B
(32,37,43)
#363A40
(54,58,64)
#4C4F55
(76,79,85)
#62646A
(98,100,106)
#78797F
(120,121,127)
#8E8E94
(142,142,148)
#A4A3A9
(164,163,169)
#BAB8BE
(186,184,190)
#D0CDD3
(208,205,211)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1016; }

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

This text font color is #0A1016.


Background Color

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

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

This div background color is #0A1016.


Border color

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

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

This div border color is #0A1016.


Opacity

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

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

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

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

This text has shadow with #0A1016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1016 on black background.


Color preview on white background

This text has color #0A1016 on white background.



Black color preview on #0A1016 background

This text has black color on #0A1016 background.


White color preview on #0A1016 background

This text has white color on #0A1016 background.