COLOR #0A060C

HEX: #0A060C RGB: (10,6,12)

Color info

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

RGB color model

#0A060C color RGB value is (10,6,12).

RGB: (10,6,12) (4%, 2%, 5%)

RGB channels and saturation

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

10
6
12

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

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 12 = 28 (100%)
R 10 of 28 ~ 35.71%
G 6 of 28 ~ 21.43%
B 12 of 28 ~ 42.86'%

%35.71
%21.43
%42.86

CMYK color model

#0A060C color CMYK value is (17,50,0,95).

  • cyan value is 16.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (17,50,0,95)
C17M50Y0K95 (17%, 50%, 0%, 95%)
(0.17 / 0.50 / 0.00 / 0.95)

CMYK percentages

%16.67
%50
%0
%95.29

Codes

Color #0A060C in popluar color models

0A 06 0C
RGB 10 6 12
HSL 280° 33.33% 3.53%
HSB/HSV 280° 50.00% 4.71%
CMYK 16.67% 50.00% 0.00%
95.29%

Color #0A060C in popluar number systems.

HEX 0A 06 0C
Decimal 10 6 12
Binary 1010 110 1100
Octal 12 6 14

Shades and tints

Shades of #0A060C

#0A060C
(10,6,12)
#0A060B
(10,6,11)
#0A060A
(10,6,10)
#0A0609
(10,6,9)
#0A0608
(10,6,8)
#0A0607
(10,6,7)
#0A0606
(10,6,6)
#0A0605
(10,6,5)
#0A0604
(10,6,4)
#0A0603
(10,6,3)
#0A0602
(10,6,2)
#000000
(0,0,0)

Tints of #0A060C

#0A060C
(10,6,12)
#201C22
(32,28,34)
#363238
(54,50,56)
#4C484E
(76,72,78)
#625E64
(98,94,100)
#78747A
(120,116,122)
#8E8A90
(142,138,144)
#A4A0A6
(164,160,166)
#BAB6BC
(186,182,188)
#D0CCD2
(208,204,210)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A060C; }

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

This text font color is #0A060C.

Background Color

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

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

This div background color is #0A060C.

Border color

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

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

This div border color is #0A060C.

Opacity

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

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

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

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

This text has shadow with #0A060C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A060C.

Preview

Color preview on black background

This text has color #0A060C on black background.


Color preview on white background

This text has color #0A060C on white background.


Black color preview on #0A060C background

This text has black color on #0A060C background.


White color preview on #0A060C background

This text has white color on #0A060C background.


Related colors

Complementary color

Complementary color for #hex is #F5F9F3.


I love getcolorcode.com

Triadic colors

1 #0C0A06 and #060C0A with #0A060C are triadic colors.

2 #0C060A and #060A0C with #0A060C are triadic colors.