COLOR #0A061A

HEX: #0A061A RGB: (10,6,26)

Color info

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

RGB color model

#0A061A color RGB value is (10,6,26).

RGB: (10,6,26) (4%, 2%, 10%)

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 26 of 255 = 10%

10
6
26

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

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 26 = 42 (100%)
R 10 of 42 ~ 23.81%
G 6 of 42 ~ 14.29%
B 26 of 42 ~ 61.9'%

%23.81
%14.29
%61.9

CMYK color model

#0A061A color CMYK value is (62,77,0,90).

  • cyan value is 61.54%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (62,77,0,90)
C62M77Y0K90 (62%, 77%, 0%, 90%)
(0.62 / 0.77 / 0.00 / 0.90)

CMYK percentages

%61.54
%76.92
%0
%89.8

Codes

Color #0A061A in popluar color models

0A 06 1A
RGB 10 6 26
HSL 252° 62.50% 6.27%
HSB/HSV 252° 76.92% 10.20%
CMYK 61.54% 76.92% 0.00%
89.80%

Color #0A061A in popluar number systems.

HEX 0A 06 1A
Decimal 10 6 26
Binary 1010 110 11010
Octal 12 6 32

Shades and tints

Shades of #0A061A

#0A061A
(10,6,26)
#0A0618
(10,6,24)
#0A0616
(10,6,22)
#0A0614
(10,6,20)
#0A0612
(10,6,18)
#0A0610
(10,6,16)
#0A060E
(10,6,14)
#0A060C
(10,6,12)
#0A060A
(10,6,10)
#0A0608
(10,6,8)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #0A061A

#0A061A
(10,6,26)
#201C2E
(32,28,46)
#363242
(54,50,66)
#4C4856
(76,72,86)
#625E6A
(98,94,106)
#78747E
(120,116,126)
#8E8A92
(142,138,146)
#A4A0A6
(164,160,166)
#BAB6BA
(186,182,186)
#D0CCCE
(208,204,206)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A061A; }

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

This text font color is #0A061A.

Background Color

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

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

This div background color is #0A061A.

Border color

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

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

This div border color is #0A061A.

Opacity

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

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

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

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

This text has shadow with #0A061A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A061A.

Preview

Color preview on black background

This text has color #0A061A on black background.


Color preview on white background

This text has color #0A061A on white background.


Black color preview on #0A061A background

This text has black color on #0A061A background.


White color preview on #0A061A background

This text has white color on #0A061A background.


Related colors

Complementary color

Complementary color for #hex is #F5F9E5.


I love getcolorcode.com

Triadic colors

1 #1A0A06 and #061A0A with #0A061A are triadic colors.

2 #1A060A and #060A1A with #0A061A are triadic colors.