COLOR #0A0600

HEX: #0A0600 RGB: (10,6,0)

Color info

#0A0600 contains only red and green colors. Web safe color of #0A0600 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

10
6
0

R + G + B ~ 2%. #0A0600 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 0 = 16 (100%)
R 10 of 16 ~ 62.5%
G 6 of 16 ~ 37.5%
B 0 of 16 ~ 0'%

%62.5
%37.5

CMYK color model

#0A0600 color CMYK value is (0,40,100,96).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 100.00%
  • key color value is 96.08%
CMYK: (0,40,100,96) C0M40Y100K96 (0%,40%,100%,96%) (0.00/0.40/1.00/0.96) 

CMYK percentages

%0
%40
%100
%96.08

Codes

Color #0A0600 in popluar color models

0A 06 00
RGB 10 6 0
HSL 36° 100.00% 1.96%
HSB/HSV 36° 100.00% 3.92%
CMYK 0.00% 40.00% 100.00%
96.08%

Color #0A0600 in popluar number systems.

HEX 0A 06 00
Decimal 10 6 0
Binary 1010 110 0
Octal 12 6 0

Shades and tints

Tints of #0A0600

#0A0600
(10,6,0)
#201C17
(32,28,23)
#36322E
(54,50,46)
#4C4845
(76,72,69)
#625E5C
(98,94,92)
#787473
(120,116,115)
#8E8A8A
(142,138,138)
#A4A0A1
(164,160,161)
#BAB6B8
(186,182,184)
#D0CCCF
(208,204,207)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0600; }

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

This text font color is #0A0600.

Background Color

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

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

This div background color is #0A0600.

Border color

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

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

This div border color is #0A0600.

Opacity

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

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

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

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

This text has shadow with #0A0600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0600.

Preview

Color preview on black background

This text has color #0A0600 on black background.


Color preview on white background

This text has color #0A0600 on white background.


Black color preview on #0A0600 background

This text has black color on #0A0600 background.


White color preview on #0A0600 background

This text has white color on #0A0600 background.


Related colors

Complementary color

Complementary color for #hex is #F5F9FF.


I love getcolorcode.com

Triadic colors

1 #000A06 and #06000A with #0A0600 are triadic colors.

2 #00060A and #060A00 with #0A0600 are triadic colors.