COLOR #0A1406

HEX: #0A1406 RGB: (10,20,6)

Color info

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

RGB color model

#0A1406 color RGB value is (10,20,6).

RGB: (10,20,6) (4%, 8%, 2%)

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 6 of 255 = 2%

10
20
6

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

Portions of RGB colors in percentages

R + G + B = 10 + 20 + 6 = 36 (100%)
R 10 of 36 ~ 27.78%
G 20 of 36 ~ 55.56%
B 6 of 36 ~ 16.67'%

%27.78
%55.56
%16.67

CMYK color model

#0A1406 color CMYK value is (50,0,70,92).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 92.16%

CMYK: (50,0,70,92)
C50M0Y70K92 (50%, 0%, 70%, 92%)
(0.50 / 0.00 / 0.70 / 0.92)

CMYK percentages

%50
%0
%70
%92.16

Codes

Color #0A1406 in popluar color models

0A 14 06
RGB 10 20 6
HSL 103° 53.85% 5.10%
HSB/HSV 103° 70.00% 7.84%
CMYK 50.00% 0.00% 70.00%
92.16%

Color #0A1406 in popluar number systems.

HEX 0A 14 06
Decimal 10 20 6
Binary 1010 10100 110
Octal 12 24 6

Shades and tints

Shades of #0A1406

#0A1406
(10,20,6)
#0A1306
(10,19,6)
#0A1206
(10,18,6)
#0A1106
(10,17,6)
#0A1006
(10,16,6)
#0A0F06
(10,15,6)
#0A0E06
(10,14,6)
#0A0D06
(10,13,6)
#0A0C06
(10,12,6)
#0A0B06
(10,11,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #0A1406

#0A1406
(10,20,6)
#20291C
(32,41,28)
#363E32
(54,62,50)
#4C5348
(76,83,72)
#62685E
(98,104,94)
#787D74
(120,125,116)
#8E928A
(142,146,138)
#A4A7A0
(164,167,160)
#BABCB6
(186,188,182)
#D0D1CC
(208,209,204)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1406; }

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

This text font color is #0A1406.

Background Color

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

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

This div background color is #0A1406.

Border color

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

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

This div border color is #0A1406.

Opacity

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

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

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

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

This text has shadow with #0A1406 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1406.

Preview

Color preview on black background

This text has color #0A1406 on black background.


Color preview on white background

This text has color #0A1406 on white background.


Black color preview on #0A1406 background

This text has black color on #0A1406 background.


White color preview on #0A1406 background

This text has white color on #0A1406 background.


Related colors

Complementary color

Complementary color for #hex is #F5EBF9.


I love getcolorcode.com

Triadic colors

1 #060A14 and #14060A with #0A1406 are triadic colors.

2 #06140A and #140A06 with #0A1406 are triadic colors.