COLOR #0A081F

HEX: #0A081F
RGB: (10,8,31)

Color info

#0A081F contains red, green and blue colors in about the same proportion. Web safe color of #0A081F is #000033 (or #003).

RGB color model

#0A081F color RGB value is (10,8,31).

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

RGB channels and saturation

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

10
8
31

R + G + B ~ 6%. #0A081F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 31 = 49 (100%)
R 10 of 49 ~ 20.41%
G 8 of 49 ~ 16.33%
B 31 of 49 ~ 63.27%

%20.41
%16.33
%63.27

CMYK color model

#0A081F color CMYK value is (68,74,0,88).

  • cyan value is 67.74%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(68,74,0,88)
C68M74Y0K88 
(68%,74%,0%,88%)
(0.68/0.74/0.00/0.88)	

CMYK percentages

%67.74
%74.19
%0
%87.84

Codes

Color #0A081F in popluar color models

0A081F
RGB10831
HSL245°58.97%7.65%
HSB/HSV245°74.19%12.16%
CMYK67.74%74.19%0.00%
87.84%

Color #0A081F in popluar number systems.

HEX0A081F
Decimal10831
Binary1010100011111
Octal121037

Shades and tints

Shades of #0A081F

#0A081F
(10,8,31)
#0A081D
(10,8,29)
#0A081B
(10,8,27)
#0A0819
(10,8,25)
#0A0817
(10,8,23)
#0A0815
(10,8,21)
#0A0813
(10,8,19)
#0A0811
(10,8,17)
#0A080F
(10,8,15)
#0A080D
(10,8,13)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #0A081F

#0A081F
(10,8,31)
#201E33
(32,30,51)
#363447
(54,52,71)
#4C4A5B
(76,74,91)
#62606F
(98,96,111)
#787683
(120,118,131)
#8E8C97
(142,140,151)
#A4A2AB
(164,162,171)
#BAB8BF
(186,184,191)
#D0CED3
(208,206,211)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A081F; }

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

This text font color is #0A081F.


Background Color

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

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

This div background color is #0A081F.


Border color

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

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

This div border color is #0A081F.


Opacity

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

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

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

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

This text has shadow with #0A081F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A081F on black background.


Color preview on white background

This text has color #0A081F on white background.



Black color preview on #0A081F background

This text has black color on #0A081F background.


White color preview on #0A081F background

This text has white color on #0A081F background.