COLOR #0A000A

HEX: #0A000A
RGB: (10,0,10)

Color info

#0A000A contains only red and blue colors. Web safe color of #0A000A is #000000 (or #000).

RGB color model

#0A000A color RGB value is (10,0,10).

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

RGB channels and saturation

R 10 of 255 = 4%
G 0 of 255 = 0%
B 10 of 255 = 4%

10
0
10

R + G + B ~ 3%. #0A000A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 0 + 10 = 20 (100%)
R 10 of 20 ~ 50%
G 0 of 20 ~ 0%
B 10 of 20 ~ 50%

%50
%50

CMYK color model

#0A000A color CMYK value is (0,100,0,96).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(0,100,0,96)
C0M100Y0K96 
(0%,100%,0%,96%)
(0.00/1.00/0.00/0.96)	

CMYK percentages

%0
%100
%0
%96.08

Codes

Color #0A000A in popluar color models

0A000A
RGB10010
HSL300°100.00%1.96%
HSB/HSV300°100.00%3.92%
CMYK0.00%100.00%0.00%
96.08%

Color #0A000A in popluar number systems.

HEX0A000A
Decimal10010
Binary101001010
Octal12012

Shades and tints

Tints of #0A000A

#0A000A
(10,0,10)
#201720
(32,23,32)
#362E36
(54,46,54)
#4C454C
(76,69,76)
#625C62
(98,92,98)
#787378
(120,115,120)
#8E8A8E
(142,138,142)
#A4A1A4
(164,161,164)
#BAB8BA
(186,184,186)
#D0CFD0
(208,207,208)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A000A; }

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

This text font color is #0A000A.


Background Color

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

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

This div background color is #0A000A.


Border color

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

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

This div border color is #0A000A.


Opacity

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

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

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

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

This text has shadow with #0A000A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A000A on black background.


Color preview on white background

This text has color #0A000A on white background.



Black color preview on #0A000A background

This text has black color on #0A000A background.


White color preview on #0A000A background

This text has white color on #0A000A background.