COLOR #0A040C

HEX: #0A040C
RGB: (10,4,12)

Color info

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

RGB color model

#0A040C color RGB value is (10,4,12).

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

RGB channels and saturation

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

10
4
12

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

Portions of RGB colors in percentages

R + G + B =
10 + 4 + 12 = 26 (100%)
R 10 of 26 ~ 38.46%
G 4 of 26 ~ 15.38%
B 12 of 26 ~ 46.15%

%38.46
%15.38
%46.15

CMYK color model

#0A040C color CMYK value is (17,67,0,95).

  • cyan value is 16.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(17,67,0,95)
C17M67Y0K95 
(17%,67%,0%,95%)
(0.17/0.67/0.00/0.95)	

CMYK percentages

%16.67
%66.67
%0
%95.29

Codes

Color #0A040C in popluar color models

0A040C
RGB10412
HSL285°50.00%3.14%
HSB/HSV285°66.67%4.71%
CMYK16.67%66.67%0.00%
95.29%

Color #0A040C in popluar number systems.

HEX0A040C
Decimal10412
Binary10101001100
Octal12414

Shades and tints

Shades of #0A040C

#0A040C
(10,4,12)
#0A040B
(10,4,11)
#0A040A
(10,4,10)
#0A0409
(10,4,9)
#0A0408
(10,4,8)
#0A0407
(10,4,7)
#0A0406
(10,4,6)
#0A0405
(10,4,5)
#0A0404
(10,4,4)
#0A0403
(10,4,3)
#0A0402
(10,4,2)
#000000
(0,0,0)

Tints of #0A040C

#0A040C
(10,4,12)
#201A22
(32,26,34)
#363038
(54,48,56)
#4C464E
(76,70,78)
#625C64
(98,92,100)
#78727A
(120,114,122)
#8E8890
(142,136,144)
#A49EA6
(164,158,166)
#BAB4BC
(186,180,188)
#D0CAD2
(208,202,210)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A040C; }

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

This text font color is #0A040C.


Background Color

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

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

This div background color is #0A040C.


Border color

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

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

This div border color is #0A040C.


Opacity

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

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

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

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

This text has shadow with #0A040C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A040C on black background.


Color preview on white background

This text has color #0A040C on white background.



Black color preview on #0A040C background

This text has black color on #0A040C background.


White color preview on #0A040C background

This text has white color on #0A040C background.