COLOR #0A050C

HEX: #0A050C
RGB: (10,5,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

10
5
12

R + G + B ~ 4%. #0A050C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 12 = 27 (100%)
R 10 of 27 ~ 37.04%
G 5 of 27 ~ 18.52%
B 12 of 27 ~ 44.44%

%37.04
%18.52
%44.44

CMYK color model

#0A050C color CMYK value is (17,58,0,95).

  • cyan value is 16.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(17,58,0,95)
C17M58Y0K95 
(17%,58%,0%,95%)
(0.17/0.58/0.00/0.95)	

CMYK percentages

%16.67
%58.33
%0
%95.29

Codes

Color #0A050C in popluar color models

0A050C
RGB10512
HSL283°41.18%3.33%
HSB/HSV283°58.33%4.71%
CMYK16.67%58.33%0.00%
95.29%

Color #0A050C in popluar number systems.

HEX0A050C
Decimal10512
Binary10101011100
Octal12514

Shades and tints

Shades of #0A050C

#0A050C
(10,5,12)
#0A050B
(10,5,11)
#0A050A
(10,5,10)
#0A0509
(10,5,9)
#0A0508
(10,5,8)
#0A0507
(10,5,7)
#0A0506
(10,5,6)
#0A0505
(10,5,5)
#0A0504
(10,5,4)
#0A0503
(10,5,3)
#0A0502
(10,5,2)
#000000
(0,0,0)

Tints of #0A050C

#0A050C
(10,5,12)
#201B22
(32,27,34)
#363138
(54,49,56)
#4C474E
(76,71,78)
#625D64
(98,93,100)
#78737A
(120,115,122)
#8E8990
(142,137,144)
#A49FA6
(164,159,166)
#BAB5BC
(186,181,188)
#D0CBD2
(208,203,210)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A050C; }

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

This text font color is #0A050C.


Background Color

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

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

This div background color is #0A050C.


Border color

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

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

This div border color is #0A050C.


Opacity

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

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

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

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

This text has shadow with #0A050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A050C on black background.


Color preview on white background

This text has color #0A050C on white background.



Black color preview on #0A050C background

This text has black color on #0A050C background.


White color preview on #0A050C background

This text has white color on #0A050C background.