COLOR #0A0812

HEX: #0A0812
RGB: (10,8,18)

Color info

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

RGB color model

#0A0812 color RGB value is (10,8,18).

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

RGB channels and saturation

R 10 of 255 = 4%
G 8 of 255 = 3%
B 18 of 255 = 7%

10
8
18

R + G + B ~ 5%. #0A0812 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 18 = 36 (100%)
R 10 of 36 ~ 27.78%
G 8 of 36 ~ 22.22%
B 18 of 36 ~ 50%

%27.78
%22.22
%50

CMYK color model

#0A0812 color CMYK value is (44,56,0,93).

  • cyan value is 44.44%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(44,56,0,93)
C44M56Y0K93 
(44%,56%,0%,93%)
(0.44/0.56/0.00/0.93)	

CMYK percentages

%44.44
%55.56
%0
%92.94

Codes

Color #0A0812 in popluar color models

0A0812
RGB10818
HSL252°38.46%5.10%
HSB/HSV252°55.56%7.06%
CMYK44.44%55.56%0.00%
92.94%

Color #0A0812 in popluar number systems.

HEX0A0812
Decimal10818
Binary1010100010010
Octal121022

Shades and tints

Shades of #0A0812

#0A0812
(10,8,18)
#0A0811
(10,8,17)
#0A0810
(10,8,16)
#0A080F
(10,8,15)
#0A080E
(10,8,14)
#0A080D
(10,8,13)
#0A080C
(10,8,12)
#0A080B
(10,8,11)
#0A080A
(10,8,10)
#0A0809
(10,8,9)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #0A0812

#0A0812
(10,8,18)
#201E27
(32,30,39)
#36343C
(54,52,60)
#4C4A51
(76,74,81)
#626066
(98,96,102)
#78767B
(120,118,123)
#8E8C90
(142,140,144)
#A4A2A5
(164,162,165)
#BAB8BA
(186,184,186)
#D0CECF
(208,206,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0812; }

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

This text font color is #0A0812.


Background Color

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

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

This div background color is #0A0812.


Border color

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

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

This div border color is #0A0812.


Opacity

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

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

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

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

This text has shadow with #0A0812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0812 on black background.


Color preview on white background

This text has color #0A0812 on white background.



Black color preview on #0A0812 background

This text has black color on #0A0812 background.


White color preview on #0A0812 background

This text has white color on #0A0812 background.