COLOR #0A081B

HEX: #0A081B
RGB: (10,8,27)

Color info

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

RGB color model

#0A081B color RGB value is (10,8,27).

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

RGB channels and saturation

R 10 of 255 = 4%
G 8 of 255 = 3%
B 27 of 255 = 11%

10
8
27

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

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 27 = 45 (100%)
R 10 of 45 ~ 22.22%
G 8 of 45 ~ 17.78%
B 27 of 45 ~ 60%

%22.22
%17.78
%60

CMYK color model

#0A081B color CMYK value is (63,70,0,89).

  • cyan value is 62.96%
  • magenta value is 70.37%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(63,70,0,89)
C63M70Y0K89 
(63%,70%,0%,89%)
(0.63/0.70/0.00/0.89)	

CMYK percentages

%62.96
%70.37
%0
%89.41

Codes

Color #0A081B in popluar color models

0A081B
RGB10827
HSL246°54.29%6.86%
HSB/HSV246°70.37%10.59%
CMYK62.96%70.37%0.00%
89.41%

Color #0A081B in popluar number systems.

HEX0A081B
Decimal10827
Binary1010100011011
Octal121033

Shades and tints

Shades of #0A081B

#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)
#0A0809
(10,8,9)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #0A081B

#0A081B
(10,8,27)
#201E2F
(32,30,47)
#363443
(54,52,67)
#4C4A57
(76,74,87)
#62606B
(98,96,107)
#78767F
(120,118,127)
#8E8C93
(142,140,147)
#A4A2A7
(164,162,167)
#BAB8BB
(186,184,187)
#D0CECF
(208,206,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A081B; }

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

This text font color is #0A081B.


Background Color

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

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

This div background color is #0A081B.


Border color

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

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

This div border color is #0A081B.


Opacity

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

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

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

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

This text has shadow with #0A081B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A081B on black background.


Color preview on white background

This text has color #0A081B on white background.



Black color preview on #0A081B background

This text has black color on #0A081B background.


White color preview on #0A081B background

This text has white color on #0A081B background.