COLOR #0A080C

HEX: #0A080C
RGB: (10,8,12)

Color info

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

RGB color model

#0A080C color RGB value is (10,8,12).

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

RGB channels and saturation

R 10 of 255 = 4%
G 8 of 255 = 3%
B 12 of 255 = 5%

10
8
12

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

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 12 = 30 (100%)
R 10 of 30 ~ 33.33%
G 8 of 30 ~ 26.67%
B 12 of 30 ~ 40%

%33.33
%26.67
%40

CMYK color model

#0A080C color CMYK value is (17,33,0,95).

  • cyan value is 16.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(17,33,0,95)
C17M33Y0K95 
(17%,33%,0%,95%)
(0.17/0.33/0.00/0.95)	

CMYK percentages

%16.67
%33.33
%0
%95.29

Codes

Color #0A080C in popluar color models

0A080C
RGB10812
HSL270°20.00%3.92%
HSB/HSV270°33.33%4.71%
CMYK16.67%33.33%0.00%
95.29%

Color #0A080C in popluar number systems.

HEX0A080C
Decimal10812
Binary101010001100
Octal121014

Shades and tints

Shades of #0A080C

#0A080C
(10,8,12)
#0A080B
(10,8,11)
#0A080A
(10,8,10)
#0A0809
(10,8,9)
#0A0808
(10,8,8)
#0A0807
(10,8,7)
#0A0806
(10,8,6)
#0A0805
(10,8,5)
#0A0804
(10,8,4)
#0A0803
(10,8,3)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #0A080C

#0A080C
(10,8,12)
#201E22
(32,30,34)
#363438
(54,52,56)
#4C4A4E
(76,74,78)
#626064
(98,96,100)
#78767A
(120,118,122)
#8E8C90
(142,140,144)
#A4A2A6
(164,162,166)
#BAB8BC
(186,184,188)
#D0CED2
(208,206,210)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A080C; }

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

This text font color is #0A080C.


Background Color

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

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

This div background color is #0A080C.


Border color

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

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

This div border color is #0A080C.


Opacity

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

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

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

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

This text has shadow with #0A080C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A080C on black background.


Color preview on white background

This text has color #0A080C on white background.



Black color preview on #0A080C background

This text has black color on #0A080C background.


White color preview on #0A080C background

This text has white color on #0A080C background.