COLOR #0A1516

HEX: #0A1516
RGB: (10,21,22)

Color info

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

RGB color model

#0A1516 color RGB value is (10,21,22).

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

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 22 of 255 = 9%

10
21
22

R + G + B ~ 7%. #0A1516 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 22 = 53 (100%)
R 10 of 53 ~ 18.87%
G 21 of 53 ~ 39.62%
B 22 of 53 ~ 41.51%

%18.87
%39.62
%41.51

CMYK color model

#0A1516 color CMYK value is (55,5,0,91).

  • cyan value is 54.55%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(55,5,0,91)
C55M5Y0K91 
(55%,5%,0%,91%)
(0.55/0.05/0.00/0.91)	

CMYK percentages

%54.55
%4.55
%0
%91.37

Codes

Color #0A1516 in popluar color models

0A1516
RGB102122
HSL185°37.50%6.27%
HSB/HSV185°54.55%8.63%
CMYK54.55%4.55%0.00%
91.37%

Color #0A1516 in popluar number systems.

HEX0A1516
Decimal102122
Binary10101010110110
Octal122526

Shades and tints

Shades of #0A1516

#0A1516
(10,21,22)
#0A1414
(10,20,20)
#0A1312
(10,19,18)
#0A1210
(10,18,16)
#0A110E
(10,17,14)
#0A100C
(10,16,12)
#0A0F0A
(10,15,10)
#0A0E08
(10,14,8)
#0A0D06
(10,13,6)
#0A0C04
(10,12,4)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #0A1516

#0A1516
(10,21,22)
#202A2B
(32,42,43)
#363F40
(54,63,64)
#4C5455
(76,84,85)
#62696A
(98,105,106)
#787E7F
(120,126,127)
#8E9394
(142,147,148)
#A4A8A9
(164,168,169)
#BABDBE
(186,189,190)
#D0D2D3
(208,210,211)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1516; }

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

This text font color is #0A1516.


Background Color

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

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

This div background color is #0A1516.


Border color

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

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

This div border color is #0A1516.


Opacity

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

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

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

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

This text has shadow with #0A1516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1516 on black background.


Color preview on white background

This text has color #0A1516 on white background.



Black color preview on #0A1516 background

This text has black color on #0A1516 background.


White color preview on #0A1516 background

This text has white color on #0A1516 background.