COLOR #0A0A10

HEX: #0A0A10
RGB: (10,10,16)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

10
10
16

R + G + B ~ 5%. #0A0A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 10 + 16 = 36 (100%)
R 10 of 36 ~ 27.78%
G 10 of 36 ~ 27.78%
B 16 of 36 ~ 44.44%

%27.78
%27.78
%44.44

CMYK color model

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

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

CMYK percentages

%37.5
%37.5
%0
%93.73

Codes

Color #0A0A10 in popluar color models

0A0A10
RGB101016
HSL240°23.08%5.10%
HSB/HSV240°37.50%6.27%
CMYK37.50%37.50%0.00%
93.73%

Color #0A0A10 in popluar number systems.

HEX0A0A10
Decimal101016
Binary1010101010000
Octal121220

Shades and tints

Shades of #0A0A10

#0A0A10
(10,10,16)
#0A0A0F
(10,10,15)
#0A0A0E
(10,10,14)
#0A0A0D
(10,10,13)
#0A0A0C
(10,10,12)
#0A0A0B
(10,10,11)
#0A0A0A
(10,10,10)
#0A0A09
(10,10,9)
#0A0A08
(10,10,8)
#0A0A07
(10,10,7)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #0A0A10

#0A0A10
(10,10,16)
#202025
(32,32,37)
#36363A
(54,54,58)
#4C4C4F
(76,76,79)
#626264
(98,98,100)
#787879
(120,120,121)
#8E8E8E
(142,142,142)
#A4A4A3
(164,164,163)
#BABAB8
(186,186,184)
#D0D0CD
(208,208,205)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0A10; }

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

This text font color is #0A0A10.


Background Color

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

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

This div background color is #0A0A10.


Border color

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

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

This div border color is #0A0A10.


Opacity

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

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

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

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

This text has shadow with #0A0A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0A10 on black background.


Color preview on white background

This text has color #0A0A10 on white background.



Black color preview on #0A0A10 background

This text has black color on #0A0A10 background.


White color preview on #0A0A10 background

This text has white color on #0A0A10 background.