COLOR #0A050A

HEX: #0A050A
RGB: (10,5,10)

Color info

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

RGB color model

#0A050A color RGB value is (10,5,10).

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

RGB channels and saturation

R 10 of 255 = 4%
G 5 of 255 = 2%
B 10 of 255 = 4%

10
5
10

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

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 10 = 25 (100%)
R 10 of 25 ~ 40%
G 5 of 25 ~ 20%
B 10 of 25 ~ 40%

%40
%20
%40

CMYK color model

#0A050A color CMYK value is (0,50,0,96).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(0,50,0,96)
C0M50Y0K96 
(0%,50%,0%,96%)
(0.00/0.50/0.00/0.96)	

CMYK percentages

%0
%50
%0
%96.08

Codes

Color #0A050A in popluar color models

0A050A
RGB10510
HSL300°33.33%2.94%
HSB/HSV300°50.00%3.92%
CMYK0.00%50.00%0.00%
96.08%

Color #0A050A in popluar number systems.

HEX0A050A
Decimal10510
Binary10101011010
Octal12512

Shades and tints

Tints of #0A050A

#0A050A
(10,5,10)
#201B20
(32,27,32)
#363136
(54,49,54)
#4C474C
(76,71,76)
#625D62
(98,93,98)
#787378
(120,115,120)
#8E898E
(142,137,142)
#A49FA4
(164,159,164)
#BAB5BA
(186,181,186)
#D0CBD0
(208,203,208)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A050A; }

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

This text font color is #0A050A.


Background Color

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

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

This div background color is #0A050A.


Border color

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

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

This div border color is #0A050A.


Opacity

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

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

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

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

This text has shadow with #0A050A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A050A on black background.


Color preview on white background

This text has color #0A050A on white background.



Black color preview on #0A050A background

This text has black color on #0A050A background.


White color preview on #0A050A background

This text has white color on #0A050A background.